Trace number 1083288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.09 1804.06

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-3.xml
MD5SUM6a3e1593e782c2eb2195b67110bb4fb5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1368
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 04:57:40 2008
0.00/0.05	c 0	PID 595
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083288-1215226660.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083288-1215226660.xml' 'HOME/temp.csp'
0.03/0.90	c 1	95 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.04	c 1	Parsing HOME/temp.csp
1.19/1.37	c 2	parsed 10000 expressions
1.19/1.38	c 2	parsed 10389 expressions
1.19/1.39	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.39	c 2	Converting to clausal form CSP
1.40/1.50	c 2	converted 1039 (10%) expressions
1.49/1.64	c 2	converted 2078 (20%) expressions
1.59/1.73	c 2	converted 3117 (30%) expressions
1.59/1.76	c 2	converted 4156 (40%) expressions
1.69/1.80	c 2	converted 5195 (50%) expressions
1.69/1.84	c 2	converted 6234 (60%) expressions
1.69/1.88	c 2	converted 7273 (70%) expressions
1.79/1.97	c 2	converted 8312 (80%) expressions
1.89/2.01	c 2	converted 9351 (90%) expressions
1.89/2.05	c 2	converted 10389 (100%) expressions
1.89/2.05	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1368
1.89/2.05	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.05	c 2	Propagation in CSP
2.38/2.57	c 3	407148 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.38/2.57	c 3	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 905
2.38/2.57	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.38/2.57	c 3	Simplifing CSP by introducing new Boolean variables
2.57/2.75	c 3	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 905
2.57/2.75	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.68/2.84	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.77/2.92	c 3	60 (10%) CSP integer variables are encoded (41910 clauses, 606538 bytes)
2.77/2.98	c 3	120 (20%) CSP integer variables are encoded (87030 clauses, 1283338 bytes)
2.87/3.03	c 3	180 (30%) CSP integer variables are encoded (121080 clauses, 1836533 bytes)
2.87/3.08	c 3	240 (40%) CSP integer variables are encoded (159150 clauses, 2483723 bytes)
2.97/3.12	c 3	300 (50%) CSP integer variables are encoded (189510 clauses, 2999843 bytes)
2.97/3.18	c 3	360 (60%) CSP integer variables are encoded (226920 clauses, 3635813 bytes)
3.07/3.24	c 3	420 (70%) CSP integer variables are encoded (269040 clauses, 4351853 bytes)
3.07/3.30	c 4	480 (80%) CSP integer variables are encoded (308910 clauses, 5029643 bytes)
3.17/3.37	c 4	540 (90%) CSP integer variables are encoded (350130 clauses, 5730383 bytes)
3.26/3.42	c 4	600 (100%) CSP integer variables are encoded (383970 clauses, 6305663 bytes)
4.75/4.91	c 5	2739 (10%) CSP clauses are encoded (1137975 clauses, 23505599 bytes)
6.24/6.48	c 7	5478 (20%) CSP clauses are encoded (1943006 clauses, 42356786 bytes)
7.80/8.01	c 8	8217 (30%) CSP clauses are encoded (2700162 clauses, 60098569 bytes)
9.49/9.71	c 10	10956 (40%) CSP clauses are encoded (3562222 clauses, 80349932 bytes)
10.77/11.01	c 11	13695 (50%) CSP clauses are encoded (4214522 clauses, 96278211 bytes)
12.25/12.52	c 13	16434 (60%) CSP clauses are encoded (4977803 clauses, 115000848 bytes)
13.32/13.64	c 14	19173 (70%) CSP clauses are encoded (5531691 clauses, 128551498 bytes)
14.81/15.15	c 15	21912 (80%) CSP clauses are encoded (6292627 clauses, 147119381 bytes)
16.29/16.68	c 17	24651 (90%) CSP clauses are encoded (7075967 clauses, 166085689 bytes)
17.85/18.27	c 19	27390 (100%) CSP clauses are encoded (7905654 clauses, 185487985 bytes)
17.85/18.27	c 19	27390 CSP clauses encoded
17.85/18.27	c 19	Writing map file : HOME/temp.map
17.85/18.29	c 19	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.85/18.29	c 19	SAT : 402270 SAT variables, 7905654 SAT clauses, 185487985 bytes
17.85/18.29	c 19	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.96/18.32	c 19	SOLVING HOME/temp.cnf
17.96/18.32	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1804.02	c ERROR INTERRUPTED
1800.09/1804.06	s UNKNOWN
1800.09/1804.06	c 1804	CPU 16.5 (0.04 0 16.46 1.47)
1800.09/1804.06	c 1804	END Sat Jul  5 05:27:44 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083288-1215226660/watcher-1083288-1215226660 -o /tmp/evaluation-result-1083288-1215226660/solver-1083288-1215226660 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1083288-1215226660.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 595
/proc/meminfo: memFree=1623016/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=12268 CPUtime=0
/proc/595/stat : 595 (sugar) R 593 595 31425 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 645589154 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271894411877 0 0 4224 0 0 0 0 17 1 0 0
/proc/595/statm: 3067 316 241 3 0 167 0

[startup+0.062871 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 595
/proc/meminfo: memFree=1623016/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.03
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645589154 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104541 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 595
/proc/meminfo: memFree=1623016/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.03
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645589154 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301857 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 595
/proc/meminfo: memFree=1623016/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.03
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645589154 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701896 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 595
/proc/meminfo: memFree=1623016/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.03
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 645589154 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 617
/proc/meminfo: memFree=1617616/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.87
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 974 9032 0 1 3 0 77 7 15 0 1 0 645589154 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 797 370 3 0 500 0
[pid=608] ppid=595 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 595 595 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645589250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 233 193 169 0 50 0
[pid=609] ppid=608 vsize=864140 CPUtime=0.53
/proc/609/stat : 609 (java) S 608 595 31425 0 -1 0 4591 0 1 0 50 3 0 0 18 0 9 0 645589250 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/609/statm: 216035 4000 1731 9 0 210610 0
[pid=609/tid=610] ppid=608 vsize=864140 CPUtime=0.35
/proc/609/task/610/stat : 610 (java) R 608 595 31425 0 -1 64 2666 0 1 0 34 1 0 0 18 0 9 0 645589251 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4126526078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=611] ppid=608 vsize=864140 CPUtime=0.04
/proc/609/task/611/stat : 611 (java) S 608 595 31425 0 -1 64 880 0 0 0 4 0 0 0 16 0 9 0 645589252 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=612] ppid=608 vsize=864140 CPUtime=0
/proc/609/task/612/stat : 612 (java) S 608 595 31425 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 645589252 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=613] ppid=608 vsize=864140 CPUtime=0
/proc/609/task/613/stat : 613 (java) S 608 595 31425 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 645589252 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=614] ppid=608 vsize=864140 CPUtime=0
/proc/609/task/614/stat : 614 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 645589254 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=615] ppid=608 vsize=864140 CPUtime=0.1
/proc/609/task/615/stat : 615 (java) S 608 595 31425 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 645589254 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=616] ppid=608 vsize=864140 CPUtime=0
/proc/609/task/616/stat : 616 (java) S 608 595 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645589254 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=617] ppid=608 vsize=864140 CPUtime=0
/proc/609/task/617/stat : 617 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645589254 884879360 4000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883096

[startup+3.10213 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 617
/proc/meminfo: memFree=1600336/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.87
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 974 9032 0 1 3 0 77 7 15 0 1 0 645589154 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 797 370 3 0 500 0
[pid=608] ppid=595 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 595 595 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645589250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 233 193 169 0 50 0
[pid=609] ppid=608 vsize=868484 CPUtime=2.1
/proc/609/stat : 609 (java) S 608 595 31425 0 -1 0 10436 0 1 0 201 9 0 0 18 0 9 0 645589250 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/609/statm: 217121 9413 2565 9 0 211668 0
[pid=609/tid=610] ppid=608 vsize=868484 CPUtime=1.38
/proc/609/task/610/stat : 610 (java) R 608 595 31425 0 -1 64 3012 0 1 0 135 3 0 0 19 0 9 0 645589251 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=611] ppid=608 vsize=868484 CPUtime=0.47
/proc/609/task/611/stat : 611 (java) R 608 595 31425 0 -1 64 5232 0 0 0 44 3 0 0 16 0 9 0 645589252 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=612] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/612/stat : 612 (java) S 608 595 31425 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645589252 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=613] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/613/stat : 613 (java) S 608 595 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645589252 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=614] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/614/stat : 614 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 645589254 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=615] ppid=608 vsize=868484 CPUtime=0.22
/proc/609/task/615/stat : 615 (java) S 608 595 31425 0 -1 64 1499 0 0 0 21 1 0 0 15 0 9 0 645589254 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=616] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/616/stat : 616 (java) S 608 595 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645589254 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=617] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/617/stat : 617 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645589254 889327616 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887440

[startup+6.30145 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 617
/proc/meminfo: memFree=1563216/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.87
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 974 9032 0 1 3 0 77 7 16 0 1 0 645589154 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 797 370 3 0 500 0
[pid=608] ppid=595 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 595 595 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645589250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 233 193 169 0 50 0
[pid=609] ppid=608 vsize=868484 CPUtime=5.27
/proc/609/stat : 609 (java) S 608 595 31425 0 -1 0 11024 0 1 0 492 35 0 0 18 0 9 0 645589250 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/609/statm: 217121 9430 2565 9 0 211668 0
[pid=609/tid=610] ppid=608 vsize=868484 CPUtime=4.34
/proc/609/task/610/stat : 610 (java) R 608 595 31425 0 -1 64 3586 0 1 0 408 26 0 0 25 0 9 0 645589251 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4127009716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=611] ppid=608 vsize=868484 CPUtime=0.66
/proc/609/task/611/stat : 611 (java) S 608 595 31425 0 -1 64 5232 0 0 0 59 7 0 0 16 0 9 0 645589252 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=612] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/612/stat : 612 (java) S 608 595 31425 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645589252 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=613] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/613/stat : 613 (java) S 608 595 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645589252 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=614] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/614/stat : 614 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=615] ppid=608 vsize=868484 CPUtime=0.25
/proc/609/task/615/stat : 615 (java) S 608 595 31425 0 -1 64 1513 0 0 0 24 1 0 0 16 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=616] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/616/stat : 616 (java) S 608 595 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=617] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/617/stat : 617 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887440

[startup+12.7021 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 617
/proc/meminfo: memFree=1483344/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=0.87
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 974 9032 0 1 3 0 77 7 16 0 1 0 645589154 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 797 370 3 0 500 0
[pid=608] ppid=595 vsize=5356 CPUtime=0
/proc/608/stat : 608 (sh) S 595 595 31425 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 645589250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/608/statm: 1339 233 193 169 0 50 0
[pid=609] ppid=608 vsize=868484 CPUtime=11.56
/proc/609/stat : 609 (java) S 608 595 31425 0 -1 0 12178 0 1 0 1064 92 0 0 18 0 9 0 645589250 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/609/statm: 217121 9430 2565 9 0 211668 0
[pid=609/tid=610] ppid=608 vsize=868484 CPUtime=10.24
/proc/609/task/610/stat : 610 (java) R 608 595 31425 0 -1 64 4740 0 1 0 948 76 0 0 25 0 9 0 645589251 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4126584030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=611] ppid=608 vsize=868484 CPUtime=1.04
/proc/609/task/611/stat : 611 (java) S 608 595 31425 0 -1 64 5232 0 0 0 91 13 0 0 16 0 9 0 645589252 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=612] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/612/stat : 612 (java) S 608 595 31425 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 645589252 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=613] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/613/stat : 613 (java) S 608 595 31425 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645589252 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=614] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/614/stat : 614 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=615] ppid=608 vsize=868484 CPUtime=0.25
/proc/609/task/615/stat : 615 (java) S 608 595 31425 0 -1 64 1513 0 0 0 24 1 0 0 16 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=616] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/616/stat : 616 (java) S 608 595 31425 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=609/tid=617] ppid=608 vsize=868484 CPUtime=0
/proc/609/task/617/stat : 617 (java) S 608 595 31425 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645589254 889327616 9430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887440

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 619
/proc/meminfo: memFree=1383504/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=61328 CPUtime=7.08
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 13129 0 0 0 317 391 0 0 25 0 1 0 645590987 62799872 13115 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/619/statm: 15332 13115 40 102 0 15227 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 80284

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 619
/proc/meminfo: memFree=1288400/2055920 swapFree=4157868/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

################
# More data... #
################

/proc/meminfo: memFree=1071672/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=313136 CPUtime=1280.7
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73373 0 0 0 124274 3796 0 0 25 0 1 0 645590987 320651264 73357 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78284 73357 48 102 0 78179 0
Current children cumulated CPU time (s) 1298.67
Current children cumulated vsize (KiB) 332092

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1071352/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=313400 CPUtime=1340.66
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73451 0 0 0 130270 3796 0 0 25 0 1 0 645590987 320921600 73435 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78350 73435 48 102 0 78245 0
Current children cumulated CPU time (s) 1358.63
Current children cumulated vsize (KiB) 332356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1070904/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=313796 CPUtime=1400.63
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73557 0 0 0 136267 3796 0 0 25 0 1 0 645590987 321327104 73541 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78449 73541 48 102 0 78344 0
Current children cumulated CPU time (s) 1418.6
Current children cumulated vsize (KiB) 332752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1070328/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=314184 CPUtime=1460.6
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73667 0 0 0 142263 3797 0 0 25 0 1 0 645590987 321724416 73651 996147200 134512640 134931368 4294956256 18446744073709551615 134531669 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78546 73651 48 102 0 78441 0
Current children cumulated CPU time (s) 1478.57
Current children cumulated vsize (KiB) 333140

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1070008/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=314580 CPUtime=1520.56
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73743 0 0 0 148259 3797 0 0 25 0 1 0 645590987 322129920 73727 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78645 73727 48 102 0 78540 0
Current children cumulated CPU time (s) 1538.53
Current children cumulated vsize (KiB) 333536

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1069496/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=314976 CPUtime=1580.53
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73842 0 0 0 154256 3797 0 0 25 0 1 0 645590987 322535424 73826 996147200 134512640 134931368 4294956256 18446744073709551615 134522693 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78744 73826 48 102 0 78639 0
Current children cumulated CPU time (s) 1598.5
Current children cumulated vsize (KiB) 333932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1069176/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=315240 CPUtime=1640.5
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73913 0 0 0 160252 3798 0 0 25 0 1 0 645590987 322805760 73897 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78810 73897 48 102 0 78705 0
Current children cumulated CPU time (s) 1658.47
Current children cumulated vsize (KiB) 334196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1068792/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=315504 CPUtime=1700.46
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 73985 0 0 0 166248 3798 0 0 25 0 1 0 645590987 323076096 73969 996147200 134512640 134931368 4294956256 18446744073709551615 134525629 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78876 73969 48 102 0 78771 0
Current children cumulated CPU time (s) 1718.43
Current children cumulated vsize (KiB) 334460

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1068408/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=315900 CPUtime=1760.43
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 74077 0 0 0 172245 3798 0 0 25 0 1 0 645590987 323481600 74061 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 78975 74061 48 102 0 78870 0
Current children cumulated CPU time (s) 1778.4
Current children cumulated vsize (KiB) 334856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 725
/proc/meminfo: memFree=1068216/2055920 swapFree=4157888/4192956
[pid=595] ppid=593 vsize=13600 CPUtime=17.97
/proc/595/stat : 595 (sugar) S 593 595 31425 0 -1 4194304 1022 22535 0 2 4 0 1646 147 16 0 1 0 645589154 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/595/statm: 3400 799 370 3 0 500 0
[pid=618] ppid=595 vsize=5356 CPUtime=0
/proc/618/stat : 618 (sh) S 595 595 31425 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 645590987 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/618/statm: 1339 232 193 169 0 50 0
[pid=619] ppid=618 vsize=316032 CPUtime=1782.12
/proc/619/stat : 619 (picosat) R 618 595 31425 0 -1 4194304 74121 0 0 0 174414 3798 0 0 25 0 1 0 645590987 323616768 74105 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/619/statm: 79008 74105 48 102 0 78903 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 334988

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 595 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=511489
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=490773
# CPU time returned by wait4() is 18.0023
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.06
CPU time (s): 1800.09
CPU user time (s): 1760.64
CPU system time (s): 39.45
CPU usage (%): 99.7799
Max. virtual memory (cumulated for all children) (KiB): 887516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5115
system time used= 1.49077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23913
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23034
involuntary context switches= 23213

runsolver used 2.33364 second user time and 5.87011 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 04:57:40
IDJOB=1083288
IDBENCH=57462
IDSOLVER=345
FILE ID=node60/1083288-1215226660
PBS_JOBID= 7881784
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-3.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083288-1215226660/watcher-1083288-1215226660 -o /tmp/evaluation-result-1083288-1215226660/solver-1083288-1215226660 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1083288-1215226660.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6a3e1593e782c2eb2195b67110bb4fb5
RANDOM SEED=1601839233

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623560 kB
Buffers:         68408 kB
Cached:         260120 kB
SwapCached:      29288 kB
Active:         213956 kB
Inactive:       161876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623560 kB
SwapTotal:     4192956 kB
SwapFree:      4157868 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          54648 kB
Slab:            41732 kB
Committed_AS:  1230020 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node60 at 2008-07-05 05:27:46