Trace number 1080830

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.05 1816.43

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-2.xml
MD5SUM585e418ff9a750c634826a9ec19df97c
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.25	c 0	Sugar v1-13 + HOME/picosat
0.00/0.25	c 0	BEGIN Sat Jul  5 01:16:26 2008
0.00/0.25	c 0	PID 14385
0.00/0.26	c 0	HOST node59.alineos.net
0.00/0.26	c 0	CONVERTING HOME/instance-1080830-1215213386.xml TO HOME/temp.csp
0.00/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080830-1215213386.xml' 'HOME/temp.csp'
0.04/0.86	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.63/0.97	c 1	Parsing HOME/temp.csp
1.02/1.36	c 1	parsed 3732 expressions
1.02/1.37	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.37	c 1	Converting to clausal form CSP
1.02/1.39	c 1	converted 374 (10%) expressions
1.12/1.45	c 1	converted 747 (20%) expressions
1.21/1.56	c 2	converted 1120 (30%) expressions
1.21/1.59	c 2	converted 1493 (40%) expressions
1.31/1.61	c 2	converted 1866 (50%) expressions
1.31/1.63	c 2	converted 2240 (60%) expressions
1.31/1.64	c 2	converted 2613 (70%) expressions
1.31/1.65	c 2	converted 2986 (80%) expressions
1.31/1.66	c 2	converted 3359 (90%) expressions
1.31/1.67	c 2	converted 3732 (100%) expressions
1.31/1.67	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1300
1.31/1.67	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.67	c 2	Propagation in CSP
1.51/1.85	c 2	203574 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.85	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 837
1.51/1.85	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.85	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.94	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 837
1.60/1.94	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.98	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/2.02	c 2	30 (10%) CSP integer variables are encoded (18915 clauses, 261615 bytes)
1.70/2.05	c 2	60 (20%) CSP integer variables are encoded (39435 clauses, 569415 bytes)
1.70/2.07	c 2	90 (30%) CSP integer variables are encoded (54420 clauses, 794190 bytes)
1.70/2.09	c 2	120 (40%) CSP integer variables are encoded (71415 clauses, 1049115 bytes)
1.81/2.11	c 2	150 (50%) CSP integer variables are encoded (84555 clauses, 1246215 bytes)
1.81/2.14	c 2	180 (60%) CSP integer variables are encoded (101220 clauses, 1498987 bytes)
1.81/2.16	c 2	210 (70%) CSP integer variables are encoded (120240 clauses, 1822327 bytes)
1.81/2.18	c 2	240 (80%) CSP integer variables are encoded (138135 clauses, 2126542 bytes)
1.90/2.21	c 2	270 (90%) CSP integer variables are encoded (156705 clauses, 2442232 bytes)
1.90/2.23	c 2	300 (100%) CSP integer variables are encoded (171585 clauses, 2695192 bytes)
2.30/2.67	c 3	883 (10%) CSP clauses are encoded (374409 clauses, 7139015 bytes)
2.79/3.11	c 3	1766 (20%) CSP clauses are encoded (594207 clauses, 12187993 bytes)
3.18/3.51	c 4	2649 (30%) CSP clauses are encoded (789914 clauses, 16697021 bytes)
3.58/4.00	c 4	3532 (40%) CSP clauses are encoded (1027666 clauses, 22182342 bytes)
3.97/4.36	c 4	4415 (50%) CSP clauses are encoded (1204022 clauses, 26255212 bytes)
4.36/4.75	c 5	5298 (60%) CSP clauses are encoded (1403930 clauses, 30871137 bytes)
4.66/5.05	c 5	6181 (70%) CSP clauses are encoded (1550750 clauses, 34267297 bytes)
5.06/5.44	c 5	7064 (80%) CSP clauses are encoded (1748411 clauses, 38837812 bytes)
5.45/5.86	c 6	7947 (90%) CSP clauses are encoded (1952796 clauses, 43694351 bytes)
5.85/6.26	c 6	8830 (100%) CSP clauses are encoded (2166410 clauses, 48623143 bytes)
5.85/6.26	c 6	8830 CSP clauses encoded
5.85/6.26	c 6	Writing map file : HOME/temp.map
5.85/6.26	c 6	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.26	c 6	SAT : 177585 SAT variables, 2166410 SAT clauses, 48623143 bytes
5.85/6.26	c 6	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.91/6.32	c 6	SOLVING HOME/temp.cnf
5.91/6.32	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1816.42	c ERROR INTERRUPTED
1800.05/1816.42	s UNKNOWN
1800.05/1816.42	c 1816	CPU 5.45 (0.04 0.01 5.41 0.49)
1800.05/1816.42	c 1816	END Sat Jul  5 01:46:42 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-1080830-1215213386/watcher-1080830-1215213386 -o /tmp/evaluation-result-1080830-1215213386/solver-1080830-1215213386 -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-1080830-1215213386.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: 2.13 2.07 1.79 4/81 14385
/proc/meminfo: memFree=1480984/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=18572 CPUtime=0
/proc/14385/stat : 14385 (runsolver) R 14383 14385 13952 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000309978 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14385/statm: 4643 292 257 25 0 2626 0

[startup+0.0946781 s]
/proc/loadavg: 2.13 2.07 1.79 4/81 14385
/proc/meminfo: memFree=1480984/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=12000 CPUtime=0
/proc/14385/stat : 14385 (sugar) D 14383 14385 13952 0 -1 4194304 158 0 4 0 0 0 0 0 18 0 1 0 2000309978 12288000 130 996147200 4194304 4206940 548682068608 18446744073709551615 217071634064 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14385/statm: 3000 130 96 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.101677 s]
/proc/loadavg: 2.13 2.07 1.79 4/81 14385
/proc/meminfo: memFree=1480984/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=12000 CPUtime=0
/proc/14385/stat : 14385 (sugar) D 14383 14385 13952 0 -1 4194304 159 0 5 0 0 0 0 0 18 0 1 0 2000309978 12288000 132 996147200 4194304 4206940 548682068608 18446744073709551615 217071502640 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14385/statm: 3000 132 98 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.301724 s]
/proc/loadavg: 2.13 2.07 1.79 4/81 14385
/proc/meminfo: memFree=1480984/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=0.04
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 885 127 15 0 3 1 0 0 18 0 1 0 2000309978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701805 s]
/proc/loadavg: 2.13 2.07 1.79 4/81 14385
/proc/meminfo: memFree=1480984/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=0.04
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 885 127 15 0 3 1 0 0 18 0 1 0 2000309978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 2.13 2.07 1.79 5/92 14407
/proc/meminfo: memFree=1472384/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=0.63
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 959 6755 15 1 3 1 55 4 15 0 1 0 2000309978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 797 370 3 0 500 0
[pid=14398] ppid=14385 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14385 14385 13952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000310067 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 233 193 169 0 50 0
[pid=14399] ppid=14398 vsize=864812 CPUtime=0.58
/proc/14399/stat : 14399 (java) S 14398 14385 13952 0 -1 0 4317 0 1 0 55 3 0 0 19 0 9 0 2000310068 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14399/statm: 216203 3766 1733 9 0 210778 0
[pid=14399/tid=14400] ppid=14398 vsize=864812 CPUtime=0.43
/proc/14399/task/14400/stat : 14400 (java) R 14398 14385 13952 0 -1 64 2648 0 1 0 42 1 0 0 18 0 9 0 2000310069 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14401] ppid=14398 vsize=864812 CPUtime=0.02
/proc/14399/task/14401/stat : 14401 (java) S 14398 14385 13952 0 -1 64 502 0 0 0 2 0 0 0 16 0 9 0 2000310070 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14402] ppid=14398 vsize=864812 CPUtime=0
/proc/14399/task/14402/stat : 14402 (java) S 14398 14385 13952 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000310070 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14403] ppid=14398 vsize=864812 CPUtime=0
/proc/14399/task/14403/stat : 14403 (java) S 14398 14385 13952 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000310070 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14404] ppid=14398 vsize=864812 CPUtime=0
/proc/14399/task/14404/stat : 14404 (java) S 14398 14385 13952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000310072 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14405] ppid=14398 vsize=864812 CPUtime=0.1
/proc/14399/task/14405/stat : 14405 (java) R 14398 14385 13952 0 -1 64 476 0 0 0 10 0 0 0 16 0 9 0 2000310072 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 101734675 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14406] ppid=14398 vsize=864812 CPUtime=0
/proc/14399/task/14406/stat : 14406 (java) S 14398 14385 13952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000310072 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14407] ppid=14398 vsize=864812 CPUtime=0
/proc/14399/task/14407/stat : 14407 (java) S 14398 14385 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000310072 885567488 3766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 883768

[startup+3.10225 s]
/proc/loadavg: 2.13 2.07 1.79 3/92 14407
/proc/meminfo: memFree=1458880/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=0.63
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 959 6755 15 1 3 1 55 4 15 0 1 0 2000309978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 797 370 3 0 500 0
[pid=14398] ppid=14385 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14385 14385 13952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000310067 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 233 193 169 0 50 0
[pid=14399] ppid=14398 vsize=868484 CPUtime=2.16
/proc/14399/stat : 14399 (java) S 14398 14385 13952 0 -1 0 7826 0 2 0 202 14 0 0 19 0 9 0 2000310068 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14399/statm: 217121 6710 2564 9 0 211668 0
[pid=14399/tid=14400] ppid=14398 vsize=868484 CPUtime=1.67
/proc/14399/task/14400/stat : 14400 (java) R 14398 14385 13952 0 -1 64 3061 0 2 0 158 9 0 0 25 0 9 0 2000310069 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4126589687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14401] ppid=14398 vsize=868484 CPUtime=0.23
/proc/14399/task/14401/stat : 14401 (java) S 14398 14385 13952 0 -1 64 2594 0 0 0 21 2 0 0 16 0 9 0 2000310070 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14402] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14402/stat : 14402 (java) S 14398 14385 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000310070 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14403] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14403/stat : 14403 (java) S 14398 14385 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000310070 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14404] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14404/stat : 14404 (java) S 14398 14385 13952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000310072 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14405] ppid=14398 vsize=868484 CPUtime=0.23
/proc/14399/task/14405/stat : 14405 (java) S 14398 14385 13952 0 -1 64 1479 0 0 0 22 1 0 0 16 0 9 0 2000310072 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14406] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14406/stat : 14406 (java) S 14398 14385 13952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000310072 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14407] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14407/stat : 14407 (java) S 14398 14385 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000310072 889327616 6710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 887440

[startup+6.30286 s]
/proc/loadavg: 2.12 2.07 1.79 3/92 14407
/proc/meminfo: memFree=1421120/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=0.63
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 959 6755 15 1 3 1 55 4 15 0 1 0 2000309978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 797 370 3 0 500 0
[pid=14398] ppid=14385 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14385 14385 13952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000310067 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 233 193 169 0 50 0
[pid=14399] ppid=14398 vsize=868484 CPUtime=5.28
/proc/14399/stat : 14399 (java) S 14398 14385 13952 0 -1 0 8803 0 2 0 485 43 0 0 19 0 9 0 2000310068 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14399/statm: 217121 6727 2567 9 0 211668 0
[pid=14399/tid=14400] ppid=14398 vsize=868484 CPUtime=4.55
/proc/14399/task/14400/stat : 14400 (java) S 14398 14385 13952 0 -1 64 4029 0 2 0 422 33 0 0 25 0 9 0 2000310069 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14401] ppid=14398 vsize=868484 CPUtime=0.47
/proc/14399/task/14401/stat : 14401 (java) S 14398 14385 13952 0 -1 64 2594 0 0 0 39 8 0 0 16 0 9 0 2000310070 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14402] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14402/stat : 14402 (java) S 14398 14385 13952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000310070 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14403] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14403/stat : 14403 (java) S 14398 14385 13952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000310070 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14404] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14404/stat : 14404 (java) S 14398 14385 13952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000310072 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14405] ppid=14398 vsize=868484 CPUtime=0.24
/proc/14399/task/14405/stat : 14405 (java) S 14398 14385 13952 0 -1 64 1488 0 0 0 23 1 0 0 16 0 9 0 2000310072 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14406] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14406/stat : 14406 (java) S 14398 14385 13952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000310072 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14399/tid=14407] ppid=14398 vsize=868484 CPUtime=0
/proc/14399/task/14407/stat : 14407 (java) S 14398 14385 13952 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000310072 889327616 6727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 887440

[startup+12.7011 s]
/proc/loadavg: 2.11 2.07 1.79 3/84 14409
/proc/meminfo: memFree=1395840/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=43048 CPUtime=6.29
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 8849 0 0 0 290 339 0 0 25 0 1 0 2000310611 44081152 8835 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 10762 8835 40 102 0 10657 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 62004

[startup+25.5015 s]
/proc/loadavg: 2.17 2.08 1.80 3/84 14409
/proc/meminfo: memFree=1348288/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=88568 CPUtime=18.97
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 20354 0 0 0 876 1021 0 0 25 0 1 0 2000310611 90693632 20340 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 22142 20340 42 102 0 22037 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 107524

[startup+51.1014 s]
/proc/loadavg: 2.11 2.07 1.80 3/84 14409
/proc/meminfo: memFree=1347008/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=91516 CPUtime=44.32
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 20437 0 0 0 3411 1021 0 0 25 0 1 0 2000310611 93712384 20423 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 22879 20423 42 102 0 22774 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 110472

[startup+102.306 s]
/proc/loadavg: 2.05 2.06 1.81 3/84 14409
/proc/meminfo: memFree=1346432/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1334464/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1283.68
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23435 0 0 0 127344 1024 0 0 25 0 1 0 2000310611 104939520 23321 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23321 48 102 0 25515 0
Current children cumulated CPU time (s) 1289.62
Current children cumulated vsize (KiB) 121436

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 1.93 3/84 14409
/proc/meminfo: memFree=1334400/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1343.12
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23439 0 0 0 133288 1024 0 0 25 0 1 0 2000310611 104939520 23325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23325 48 102 0 25515 0
Current children cumulated CPU time (s) 1349.06
Current children cumulated vsize (KiB) 121436

[startup+1422.31 s]
/proc/loadavg: 2.12 2.06 1.94 3/84 14409
/proc/meminfo: memFree=1334400/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1402.55
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23439 0 0 0 139231 1024 0 0 25 0 1 0 2000310611 104939520 23325 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23325 48 102 0 25515 0
Current children cumulated CPU time (s) 1408.49
Current children cumulated vsize (KiB) 121436

[startup+1482.3 s]
/proc/loadavg: 2.12 2.06 1.95 3/84 14409
/proc/meminfo: memFree=1334400/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1461.99
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23439 0 0 0 145175 1024 0 0 25 0 1 0 2000310611 104939520 23325 996147200 134512640 134931368 4294956256 18446744073709551615 134530818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23325 48 102 0 25515 0
Current children cumulated CPU time (s) 1467.93
Current children cumulated vsize (KiB) 121436

[startup+1542.3 s]
/proc/loadavg: 2.11 2.07 1.95 3/84 14411
/proc/meminfo: memFree=1334208/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1521.41
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23439 0 0 0 151117 1024 0 0 25 0 1 0 2000310611 104939520 23325 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23325 48 102 0 25515 0
Current children cumulated CPU time (s) 1527.35
Current children cumulated vsize (KiB) 121436

[startup+1602.3 s]
/proc/loadavg: 2.14 2.07 1.96 3/83 14449
/proc/meminfo: memFree=1351896/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1581.07
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23439 0 0 0 157082 1025 0 0 25 0 1 0 2000310611 104939520 23325 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23325 48 102 0 25515 0
Current children cumulated CPU time (s) 1587.01
Current children cumulated vsize (KiB) 121436

[startup+1662.3 s]
/proc/loadavg: 2.15 2.08 1.97 3/83 14449
/proc/meminfo: memFree=1351512/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=102480 CPUtime=1640.77
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23439 0 0 0 163052 1025 0 0 25 0 1 0 2000310611 104939520 23325 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25620 23325 48 102 0 25515 0
Current children cumulated CPU time (s) 1646.71
Current children cumulated vsize (KiB) 121436

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 1.97 3/83 14449
/proc/meminfo: memFree=1350808/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=103008 CPUtime=1700.48
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23592 0 0 0 169023 1025 0 0 25 0 1 0 2000310611 105480192 23478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25752 23478 48 102 0 25647 0
Current children cumulated CPU time (s) 1706.42
Current children cumulated vsize (KiB) 121964

[startup+1782.3 s]
/proc/loadavg: 2.09 2.08 1.98 3/83 14449
/proc/meminfo: memFree=1349784/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=103800 CPUtime=1760.18
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23784 0 0 0 174993 1025 0 0 25 0 1 0 2000310611 106291200 23670 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 25950 23670 48 102 0 25845 0
Current children cumulated CPU time (s) 1766.12
Current children cumulated vsize (KiB) 122756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.11 2.09 1.98 3/83 14449
/proc/meminfo: memFree=1349400/2055920 swapFree=4180500/4192956
[pid=14385] ppid=14383 vsize=13600 CPUtime=5.94
/proc/14385/stat : 14385 (sugar) S 14383 14385 13952 0 -1 4194304 1007 15849 15 3 4 1 541 48 16 0 1 0 2000309978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14385/statm: 3400 799 370 3 0 500 0
[pid=14408] ppid=14385 vsize=5356 CPUtime=0
/proc/14408/stat : 14408 (sh) S 14385 14385 13952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000310610 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14408/statm: 1339 232 193 169 0 50 0
[pid=14409] ppid=14408 vsize=104196 CPUtime=1794.11
/proc/14409/stat : 14409 (picosat) R 14408 14385 13952 0 -1 4194304 23898 0 0 0 178386 1025 0 0 25 0 1 0 2000310611 106696704 23784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14409/statm: 26049 23784 48 102 0 25944 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 123152

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 14385 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=456170
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=505923
# CPU time returned by wait4() is 5.96209
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.43
CPU time (s): 1800.05
CPU user time (s): 1789.31
CPU system time (s): 10.74
CPU usage (%): 99.0985
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.45617
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17211
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11204
involuntary context switches= 11146

runsolver used 1.89571 second user time and 6.37803 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 01:16:26
IDJOB=1080830
IDBENCH=57034
IDSOLVER=345
FILE ID=node59/1080830-1215213386
PBS_JOBID= 7881795
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-2.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-1080830-1215213386/watcher-1080830-1215213386 -o /tmp/evaluation-result-1080830-1215213386/solver-1080830-1215213386 -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-1080830-1215213386.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 585e418ff9a750c634826a9ec19df97c
RANDOM SEED=1236799550

node59.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.261
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.261
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:       1481464 kB
Buffers:          2168 kB
Cached:         407828 kB
SwapCached:       6300 kB
Active:         139012 kB
Inactive:       380272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481464 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:         125580 kB
Slab:            38852 kB
Committed_AS:  4182760 kB
PageTables:       3456 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= 66496 MiB
End job on node59 at 2008-07-05 01:46:44