Trace number 1059569

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? (MO) 1453.95 1457.75

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-13-fair.xml
MD5SUM470171cedada3e0976f1103c3898929b
Bench CategoryN-ARY-INT (n-ary 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 variables33927
Number of constraints32137
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32137
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:25:14 2008
0.00/0.04	c 0	PID 12853
0.00/0.05	c 0	HOST node16.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059569-1215123913.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-1059569-1215123913.xml' 'HOME/temp.csp'
2.44/2.54	c 2	3 domains, 33927 variables, 9 predicates, 0 relations, 32137 constraints
2.44/2.57	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.44/2.57	c 2	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'
2.50/2.69	c 3	Parsing HOME/temp.csp
2.50/3.00	c 3	parsed 10000 expressions
3.07/3.20	c 3	parsed 20000 expressions
3.27/3.41	c 3	parsed 30000 expressions
3.37/3.58	c 3	parsed 40000 expressions
3.66/3.89	c 4	parsed 50000 expressions
3.96/4.12	c 4	parsed 60000 expressions
4.06/4.25	c 4	parsed 66076 expressions
4.06/4.25	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.06/4.25	c 4	Converting to clausal form CSP
4.16/4.32	c 4	converted 6608 (10%) expressions
4.26/4.49	c 4	converted 13216 (20%) expressions
4.26/4.50	c 4	converted 19823 (30%) expressions
4.36/4.52	c 4	converted 26431 (40%) expressions
4.36/4.53	c 4	converted 33038 (50%) expressions
4.66/4.89	c 5	converted 39646 (60%) expressions
5.54/5.74	c 6	converted 46254 (70%) expressions
6.34/6.58	c 6	converted 52861 (80%) expressions
7.03/7.21	c 7	converted 59469 (90%) expressions
7.52/7.78	c 8	converted 66076 (100%) expressions
7.52/7.79	c 8	CSP : 59561 integers, 1972 booleans, 146399 clauses, largest domain size 20001
7.52/7.79	c 8	Heap : 91 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.52/7.79	c 8	Propagation in CSP
1298.95/1299.95	c 1300	838163600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1298.95/1299.96	c 1300	CSP : 59561 integers, 1972 booleans, 146399 clauses, largest domain size 20001
1298.95/1299.96	c 1300	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1298.95/1300.00	c 1300	Simplifing CSP by introducing new Boolean variables
1299.25/1300.29	c 1300	CSP : 59561 integers, 53826 booleans, 198253 clauses, largest domain size 20001
1299.25/1300.29	c 1300	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1300.05/1301.06	c 1301	Encoding CSP to SAT : HOME/temp.cnf
1300.54/1301.56	c 1301	5957 (10%) CSP integer variables are encoded (386476 clauses, 6354577 bytes)
1303.74/1304.78	c 1305	11913 (20%) CSP integer variables are encoded (3182908 clauses, 58267740 bytes)
1305.12/1306.16	c 1306	17869 (30%) CSP integer variables are encoded (4337956 clauses, 80213652 bytes)
1305.82/1306.83	c 1307	23825 (40%) CSP integer variables are encoded (4907893 clauses, 91042455 bytes)
1306.43/1307.75	c 1308	29781 (50%) CSP integer variables are encoded (5445806 clauses, 101262802 bytes)
1306.43/1307.76	c 1308	35737 (60%) CSP integer variables are encoded (5445806 clauses, 101262802 bytes)
1307.43/1308.79	c 1309	41693 (70%) CSP integer variables are encoded (6325630 clauses, 117979458 bytes)
1308.12/1309.42	c 1309	47649 (80%) CSP integer variables are encoded (6845526 clauses, 127857482 bytes)
1308.33/1309.60	c 1309	53605 (90%) CSP integer variables are encoded (6995504 clauses, 130707064 bytes)
1308.63/1309.91	c 1310	59561 (100%) CSP integer variables are encoded (7245466 clauses, 135456342 bytes)
1350.25/1352.41	c 1352	19826 (10%) CSP clauses are encoded (31489315 clauses, 656429881 bytes)
1350.86/1353.08	c 1353	39651 (20%) CSP clauses are encoded (31896086 clauses, 664653254 bytes)
1353.39/1355.60	c 1355	59476 (30%) CSP clauses are encoded (33583736 clauses, 699703514 bytes)
1356.47/1358.74	c 1359	79302 (40%) CSP clauses are encoded (35709290 clauses, 744858559 bytes)
1358.57/1360.94	c 1361	99127 (50%) CSP clauses are encoded (37115965 clauses, 774738613 bytes)
1358.66/1361.04	c 1361	118952 (60%) CSP clauses are encoded (37125351 clauses, 774929577 bytes)
1358.76/1361.15	c 1361	138778 (70%) CSP clauses are encoded (37134676 clauses, 775119267 bytes)
1359.95/1362.36	c 1362	158603 (80%) CSP clauses are encoded (37904210 clauses, 791463619 bytes)
1361.24/1363.68	c 1364	178428 (90%) CSP clauses are encoded (38752965 clauses, 809490396 bytes)
1361.43/1363.80	c 1364	198253 (100%) CSP clauses are encoded (38775396 clauses, 810062962 bytes)
1361.43/1363.80	c 1364	198253 CSP clauses encoded
1361.43/1363.80	c 1364	Writing map file : HOME/temp.map
1361.54/1363.93	c 1364	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1361.54/1363.93	c 1364	SAT : 7315967 SAT variables, 38775396 SAT clauses, 810062962 bytes
1361.54/1363.93	c 1364	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1361.54/1363.99	c 1364	SOLVING HOME/temp.cnf
1361.54/1363.99	c 1364	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1453.45/1456.81	c ERROR INTERRUPTED
1453.56/1456.96	s UNKNOWN
1453.56/1456.96	c 1457	CPU 1354.55 (0.06 0 1354.49 7.08)
1453.56/1456.96	c 1457	END Fri Jul  4 00:49:31 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-1059569-1215123913/watcher-1059569-1215123913 -o /tmp/evaluation-result-1059569-1215123913/solver-1059569-1215123913 -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-1059569-1215123913.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.93 1.93 1.94 4/72 12853
/proc/meminfo: memFree=1544672/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=18572 CPUtime=0
/proc/12853/stat : 12853 (runsolver) R 12851 12853 12777 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991365981 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12853/statm: 4643 292 257 25 0 2626 0

[startup+0.097021 s]
/proc/loadavg: 1.93 1.93 1.94 4/72 12853
/proc/meminfo: memFree=1544672/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=0.03
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991365981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102016 s]
/proc/loadavg: 1.93 1.93 1.94 4/72 12853
/proc/meminfo: memFree=1544672/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=0.03
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991365981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301964 s]
/proc/loadavg: 1.93 1.93 1.94 4/72 12853
/proc/meminfo: memFree=1544672/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=0.03
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991365981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701868 s]
/proc/loadavg: 1.93 1.93 1.94 4/72 12853
/proc/meminfo: memFree=1544672/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=0.03
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991365981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 1.93 1.93 1.94 4/83 12865
/proc/meminfo: memFree=1507656/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=0.03
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991365981 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 796 370 3 0 500 0
[pid=12856] ppid=12853 vsize=5356 CPUtime=0
/proc/12856/stat : 12856 (sh) S 12853 12853 12777 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1991365987 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12856/statm: 1339 233 193 169 0 50 0
[pid=12857] ppid=12856 vsize=866684 CPUtime=1.43
/proc/12857/stat : 12857 (java) S 12856 12853 12777 0 -1 0 18557 0 1 0 132 11 0 0 18 0 9 0 1991365987 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12857/statm: 216671 15631 2529 9 0 211253 0
[pid=12857/tid=12858] ppid=12856 vsize=866684 CPUtime=0.7
/proc/12857/task/12858/stat : 12858 (java) R 12856 12853 12777 0 -1 64 3053 0 1 0 67 3 0 0 25 0 9 0 1991365988 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12859] ppid=12856 vsize=866684 CPUtime=0.58
/proc/12857/task/12859/stat : 12859 (java) R 12856 12853 12777 0 -1 64 14302 0 0 0 52 6 0 0 16 0 9 0 1991365989 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12860] ppid=12856 vsize=866684 CPUtime=0
/proc/12857/task/12860/stat : 12860 (java) S 12856 12853 12777 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1991365989 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12861] ppid=12856 vsize=866684 CPUtime=0
/proc/12857/task/12861/stat : 12861 (java) S 12856 12853 12777 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1991365989 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12862] ppid=12856 vsize=866684 CPUtime=0
/proc/12857/task/12862/stat : 12862 (java) S 12856 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991365991 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12863] ppid=12856 vsize=866684 CPUtime=0.11
/proc/12857/task/12863/stat : 12863 (java) S 12856 12853 12777 0 -1 64 502 0 0 0 11 0 0 0 16 0 9 0 1991365991 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12864] ppid=12856 vsize=866684 CPUtime=0
/proc/12857/task/12864/stat : 12864 (java) S 12856 12853 12777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991365991 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12857/tid=12865] ppid=12856 vsize=866684 CPUtime=0
/proc/12857/task/12865/stat : 12865 (java) S 12856 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991365991 887484416 15631 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 885640

[startup+3.10924 s]
/proc/loadavg: 1.93 1.93 1.94 3/83 12865
/proc/meminfo: memFree=1472520/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.5
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 973 23851 0 1 3 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 13600

[startup+6.30241 s]
/proc/loadavg: 2.02 1.95 1.95 3/83 12875
/proc/meminfo: memFree=1494920/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.5
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 974 23851 0 1 3 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
[pid=12866] ppid=12853 vsize=5356 CPUtime=0
/proc/12866/stat : 12866 (sh) S 12853 12853 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991366239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12866/statm: 1339 233 193 169 0 50 0
[pid=12867] ppid=12866 vsize=868676 CPUtime=3.64
/proc/12867/stat : 12867 (java) S 12866 12853 12777 0 -1 0 22248 0 1 0 349 15 0 0 18 0 9 0 1991366239 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12867/statm: 217169 19995 2540 9 0 211744 0
[pid=12867/tid=12868] ppid=12866 vsize=868676 CPUtime=2.06
/proc/12867/task/12868/stat : 12868 (java) R 12866 12853 12777 0 -1 64 3292 0 1 0 203 3 0 0 25 0 9 0 1991366240 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12869] ppid=12866 vsize=868676 CPUtime=1.32
/proc/12867/task/12869/stat : 12869 (java) R 12866 12853 12777 0 -1 64 16781 0 0 0 124 8 0 0 16 0 9 0 1991366241 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 102721798 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12870] ppid=12866 vsize=868676 CPUtime=0
/proc/12867/task/12870/stat : 12870 (java) S 12866 12853 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991366242 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12871] ppid=12866 vsize=868676 CPUtime=0
/proc/12867/task/12871/stat : 12871 (java) S 12866 12853 12777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991366242 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12872] ppid=12866 vsize=868676 CPUtime=0
/proc/12867/task/12872/stat : 12872 (java) S 12866 12853 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991366247 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12873] ppid=12866 vsize=868676 CPUtime=0.22
/proc/12867/task/12873/stat : 12873 (java) S 12866 12853 12777 0 -1 64 1478 0 0 0 21 1 0 0 16 0 9 0 1991366247 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12874] ppid=12866 vsize=868676 CPUtime=0
/proc/12867/task/12874/stat : 12874 (java) S 12866 12853 12777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991366247 889524224 19995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12875] ppid=12866 vsize=868676 CPUtime=0
/proc/12867/task/12875/stat : 12875 (java) S 12866 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991366247 889524224 19995 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) 887632

[startup+12.7017 s]
/proc/loadavg: 2.09 1.96 1.95 3/83 12875
/proc/meminfo: memFree=1427784/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.51
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 974 23851 0 1 4 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
[pid=12866] ppid=12853 vsize=5356 CPUtime=0
/proc/12866/stat : 12866 (sh) S 12853 12853 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991366239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12866/statm: 1339 233 193 169 0 50 0
[pid=12867] ppid=12866 vsize=868424 CPUtime=9.98
/proc/12867/stat : 12867 (java) S 12866 12853 12777 0 -1 0 43196 0 1 0 971 27 0 0 18 0 9 0 1991366239 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12867/statm: 217106 30629 2540 9 0 211681 0
[pid=12867/tid=12868] ppid=12866 vsize=868424 CPUtime=6.74
/proc/12867/task/12868/stat : 12868 (java) R 12866 12853 12777 0 -1 64 4402 0 1 0 670 4 0 0 25 0 9 0 1991366240 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4126980364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12869] ppid=12866 vsize=868424 CPUtime=2.96
/proc/12867/task/12869/stat : 12869 (java) S 12866 12853 12777 0 -1 64 36611 0 0 0 277 19 0 0 16 0 9 0 1991366241 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12870] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12870/stat : 12870 (java) S 12866 12853 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991366242 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12871] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12871/stat : 12871 (java) S 12866 12853 12777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991366242 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12872] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12872/stat : 12872 (java) S 12866 12853 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12873] ppid=12866 vsize=868424 CPUtime=0.23
/proc/12867/task/12873/stat : 12873 (java) S 12866 12853 12777 0 -1 64 1486 0 0 0 22 1 0 0 16 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12874] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12874/stat : 12874 (java) S 12866 12853 12777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12875] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12875/stat : 12875 (java) S 12866 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887380

[startup+25.5024 s]
/proc/loadavg: 2.07 1.96 1.95 3/83 12875
/proc/meminfo: memFree=1427848/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.51
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 974 23851 0 1 4 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
[pid=12866] ppid=12853 vsize=5356 CPUtime=0
/proc/12866/stat : 12866 (sh) S 12853 12853 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991366239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12866/statm: 1339 233 193 169 0 50 0
[pid=12867] ppid=12866 vsize=868424 CPUtime=22.66
/proc/12867/stat : 12867 (java) S 12866 12853 12777 0 -1 0 43370 0 1 0 2237 29 0 0 18 0 9 0 1991366239 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12867/statm: 217106 30629 2540 9 0 211681 0
[pid=12867/tid=12868] ppid=12866 vsize=868424 CPUtime=19.31
/proc/12867/task/12868/stat : 12868 (java) R 12866 12853 12777 0 -1 64 4576 0 1 0 1926 5 0 0 25 0 9 0 1991366240 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4126632504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12869] ppid=12866 vsize=868424 CPUtime=3.08
/proc/12867/task/12869/stat : 12869 (java) S 12866 12853 12777 0 -1 64 36611 0 0 0 287 21 0 0 16 0 9 0 1991366241 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12870] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12870/stat : 12870 (java) S 12866 12853 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991366242 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12871] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12871/stat : 12871 (java) S 12866 12853 12777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991366242 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12872] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12872/stat : 12872 (java) S 12866 12853 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12873] ppid=12866 vsize=868424 CPUtime=0.23
/proc/12867/task/12873/stat : 12873 (java) S 12866 12853 12777 0 -1 64 1486 0 0 0 22 1 0 0 16 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12874] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12874/stat : 12874 (java) S 12866 12853 12777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12875] ppid=12866 vsize=868424 CPUtime=0
/proc/12867/task/12875/stat : 12875 (java) S 12866 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887380

[startup+51.1028 s]
/proc/loadavg: 2.11 1.98 1.96 3/83 12875
/proc/meminfo: memFree=1427720/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.51
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 974 23851 0 1 4 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
[pid=12866] ppid=12853 vsize=5356 CPUtime=0
/proc/12866/stat : 12866 (sh) S 12853 12853 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991366239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12866/statm: 1339 233 193 169 0 50 0
[pid=12867] ppid=12866 vsize=868424 CPUtime=48.02
/proc/12867/stat : 12867 (java) S 12866 12853 12777 0 -1 0 43717 0 1 0 4770 32 0 0 18 0 9 0 1991366239 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/12867/task/12875/stat : 12875 (java) S 12866 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991366247 889266176 30629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1241.35
Current children cumulated vsize (KiB) 887380

[startup+1302.3 s]
/proc/loadavg: 2.15 2.04 2.00 3/83 12935
/proc/meminfo: memFree=1359816/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.51
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 974 23851 0 1 4 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
[pid=12866] ppid=12853 vsize=5356 CPUtime=0
/proc/12866/stat : 12866 (sh) S 12853 12853 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991366239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12866/statm: 1339 233 193 169 0 50 0
[pid=12867] ppid=12866 vsize=868536 CPUtime=1298.83
/proc/12867/stat : 12867 (java) S 12866 12853 12777 0 -1 0 70649 0 1 0 129651 232 0 0 18 0 9 0 1991366239 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12867/statm: 217134 34225 2565 9 0 211681 0
[pid=12867/tid=12868] ppid=12866 vsize=868536 CPUtime=1283.36
/proc/12867/task/12868/stat : 12868 (java) R 12866 12853 12777 0 -1 64 23382 0 1 0 128253 83 0 0 25 0 9 0 1991366240 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12867/tid=12869] ppid=12866 vsize=868536 CPUtime=15.16
/proc/12867/task/12869/stat : 12869 (java) S 12866 12853 12777 0 -1 64 45057 0 0 0 1370 146 0 0 16 0 9 0 1991366241 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12867/tid=12870] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12870/stat : 12870 (java) S 12866 12853 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991366242 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12871] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12871/stat : 12871 (java) S 12866 12853 12777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991366242 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12872] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12872/stat : 12872 (java) S 12866 12853 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991366247 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12873] ppid=12866 vsize=868536 CPUtime=0.28
/proc/12867/task/12873/stat : 12873 (java) S 12866 12853 12777 0 -1 64 1513 0 0 0 27 1 0 0 16 0 9 0 1991366247 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12867/tid=12874] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12874/stat : 12874 (java) S 12866 12853 12777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991366247 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12875] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12875/stat : 12875 (java) R 12866 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991366247 889380864 34225 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 887492

[startup+1362.3 s]
/proc/loadavg: 2.70 2.22 2.06 3/83 12935
/proc/meminfo: memFree=592968/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=2.51
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 974 23851 0 1 4 0 231 16 15 0 1 0 1991365981 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12853/statm: 3400 797 370 3 0 500 0
[pid=12866] ppid=12853 vsize=5356 CPUtime=0
/proc/12866/stat : 12866 (sh) S 12853 12853 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991366239 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12866/statm: 1339 233 193 169 0 50 0
[pid=12867] ppid=12866 vsize=868536 CPUtime=1357.44
/proc/12867/stat : 12867 (java) S 12866 12853 12777 0 -1 0 72417 0 1 0 135068 676 0 0 18 0 9 0 1991366239 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12867/statm: 217134 34238 2565 9 0 211681 0
[pid=12867/tid=12868] ppid=12866 vsize=868536 CPUtime=1340.89
/proc/12867/task/12868/stat : 12868 (java) R 12866 12853 12777 0 -1 64 25138 0 1 0 133575 514 0 0 25 0 9 0 1991366240 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12867/tid=12869] ppid=12866 vsize=868536 CPUtime=16.22
/proc/12867/task/12869/stat : 12869 (java) S 12866 12853 12777 0 -1 64 45057 0 0 0 1463 159 0 0 16 0 9 0 1991366241 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12867/tid=12870] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12870/stat : 12870 (java) S 12866 12853 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991366242 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12871] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12871/stat : 12871 (java) S 12866 12853 12777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991366242 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12872] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12872/stat : 12872 (java) S 12866 12853 12777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991366247 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12873] ppid=12866 vsize=868536 CPUtime=0.3
/proc/12867/task/12873/stat : 12873 (java) S 12866 12853 12777 0 -1 64 1525 0 0 0 29 1 0 0 17 0 9 0 1991366247 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12867/tid=12874] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12874/stat : 12874 (java) S 12866 12853 12777 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991366247 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12867/tid=12875] ppid=12866 vsize=868536 CPUtime=0
/proc/12867/task/12875/stat : 12875 (java) S 12866 12853 12777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991366247 889380864 34238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1359.95
Current children cumulated vsize (KiB) 887492

[startup+1422.31 s]
/proc/loadavg: 2.32 2.20 2.07 3/75 12937
/proc/meminfo: memFree=15112/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1361.62
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 1023 96632 0 2 6 0 135448 708 16 0 1 0 1991365981 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12853/statm: 3400 799 370 3 0 500 0
[pid=12936] ppid=12853 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12853 12853 12777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991502381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=752380 CPUtime=57.75
/proc/12937/stat : 12937 (picosat) R 12936 12853 12777 0 -1 4194304 170959 0 0 0 2651 3124 0 0 25 0 1 0 1991502381 770437120 170945 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12937/statm: 188095 170945 40 102 0 187990 0
Current children cumulated CPU time (s) 1419.37
Current children cumulated vsize (KiB) 771336



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1456.8 s]
/proc/loadavg: 2.18 2.18 2.06 3/75 12937
/proc/meminfo: memFree=14984/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1361.62
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 1023 96632 0 2 6 0 135448 708 16 0 1 0 1991365981 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12853/statm: 3400 799 370 3 0 500 0
[pid=12936] ppid=12853 vsize=5356 CPUtime=0
/proc/12936/stat : 12936 (sh) S 12853 12853 12777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991502381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12936/statm: 1339 232 193 169 0 50 0
[pid=12937] ppid=12936 vsize=902692 CPUtime=91.83
/proc/12937/stat : 12937 (picosat) R 12936 12853 12777 0 -1 4194304 204567 0 0 0 4160 5023 0 0 25 0 1 0 1991502381 924356608 204553 996147200 134512640 134931368 4294956256 18446744073709551615 134520543 0 0 4096 0 0 0 0 17 1 0 0
/proc/12937/statm: 225673 204553 40 102 0 225568 0
Current children cumulated CPU time (s) 1453.45
Current children cumulated vsize (KiB) 921648

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

[startup+1456.92 s]
/proc/loadavg: 2.18 2.18 2.06 3/75 12937
/proc/meminfo: memFree=14984/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1361.62
/proc/12853/stat : 12853 (sugar) S 12851 12853 12777 0 -1 4194304 1041 96632 0 2 6 0 135448 708 16 0 1 0 1991365981 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12853/statm: 3400 799 370 3 0 500 0
[pid=12936] ppid=12853 vsize=0 CPUtime=0
/proc/12936/stat : 12936 (sh) Z 12853 12853 12777 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991502381 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12936/statm: 0 0 0 0 0 0 0
[pid=12937] ppid=1 vsize=0 CPUtime=91.94
/proc/12937/stat : 12937 (picosat) R 1 12853 12777 0 -1 4195332 204567 0 0 0 4160 5034 0 0 25 0 1 0 1991502381 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12937/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1453.56
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (1361.65 s) is less than in the last sample (1453.56 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (91.91 s) to the 'lost time'.

[startup+1457 s]
/proc/loadavg: 2.18 2.18 2.06 3/75 12937
/proc/meminfo: memFree=14984/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1361.65
/proc/12853/stat : 12853 (sugar) R 12851 12853 12777 0 -1 4194304 1069 96909 0 2 6 2 135449 708 16 0 1 0 1991365981 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12853/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 13600

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

[startup+1457.4 s]
/proc/loadavg: 2.18 2.18 2.06 3/74 12938
/proc/meminfo: memFree=1625104/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1362
/proc/12853/stat : 12853 (sugar) D 12851 12853 12777 0 -1 4194304 1069 96909 0 2 6 37 135449 708 15 0 1 0 1991365981 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12853/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 13600

[startup+1457.6 s]
/proc/loadavg: 2.18 2.18 2.06 3/74 12938
/proc/meminfo: memFree=1625104/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1362.01
/proc/12853/stat : 12853 (sugar) D 12851 12853 12777 0 -1 4194304 1069 96909 0 2 6 38 135449 708 15 0 1 0 1991365981 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12853/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 13600

[startup+1457.7 s]
/proc/loadavg: 2.18 2.18 2.06 3/74 12938
/proc/meminfo: memFree=1625104/2055920 swapFree=4180096/4192956
[pid=12853] ppid=12851 vsize=13600 CPUtime=1362.01
/proc/12853/stat : 12853 (sugar) D 12851 12853 12777 0 -1 4194304 1069 96909 0 2 6 38 135449 708 15 0 1 0 1991365981 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12853/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 91.91
#  lost CPU user time (s): 41.59
#  lost CPU system time (s): 50.32

Real time (s): 1457.75
CPU time (s): 1453.95
CPU user time (s): 1396.15
CPU system time (s): 57.7979
CPU usage (%): 99.7389
Max. virtual memory (cumulated for all children) (KiB): 921648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1354.56
system time used= 7.47786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98009
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= 176248
involuntary context switches= 158730

runsolver used 1.79773 second user time and 4.88726 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 00:25:14
IDJOB=1059569
IDBENCH=54300
IDSOLVER=345
FILE ID=node16/1059569-1215123913
PBS_JOBID= 7877254
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-13-fair.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-1059569-1215123913/watcher-1059569-1215123913 -o /tmp/evaluation-result-1059569-1215123913/solver-1059569-1215123913 -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-1059569-1215123913.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 470171cedada3e0976f1103c3898929b
RANDOM SEED=327523967

node16.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.213
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.213
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:       1545152 kB
Buffers:         15068 kB
Cached:         110544 kB
SwapCached:       6648 kB
Active:         421540 kB
Inactive:        34172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545152 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            7352 kB
Writeback:           0 kB
Mapped:         338036 kB
Slab:            39708 kB
Committed_AS:  3752284 kB
PageTables:       2440 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= 66540 MiB
End job on node16 at 2008-07-04 00:49:33