Trace number 2081751

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.14.6+picosat? (TO) 1800.01 1806.65

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1545
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:50:13 2009
0.00/0.08	c 0	PID 29850
0.00/0.08	c 0	HOST node43.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081751-1247374213.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081751-1247374213.xml' 'HOME/temp.csp'
1.27/1.32	c 2	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.27/1.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.27/1.34	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.29/1.41	c 2	Parsing HOME/temp.csp
1.29/1.57	c 2	parsed 10000 expressions
1.29/1.60	c 2	parsed 13840 expressions
1.29/1.61	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.61	c 2	Converting to clausal form CSP
1.29/1.87	c 2	converted 1384 (10%) expressions
1.29/1.95	c 2	converted 2768 (20%) expressions
1.29/2.00	c 2	converted 4152 (30%) expressions
2.04/2.11	c 2	converted 5536 (40%) expressions
2.04/2.15	c 2	converted 6920 (50%) expressions
2.04/2.20	c 2	converted 8304 (60%) expressions
2.13/2.25	c 3	converted 9688 (70%) expressions
2.13/2.30	c 3	converted 11072 (80%) expressions
2.33/2.42	c 3	converted 12456 (90%) expressions
2.33/2.46	c 3	converted 13840 (100%) expressions
2.33/2.46	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1509
2.33/2.47	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.33/2.47	c 3	Propagation in CSP
3.03/3.12	c 3	348304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.03/3.12	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 731
3.03/3.12	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.03/3.13	c 3	Simplifing CSP by introducing new Boolean variables
3.22/3.36	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 731
3.22/3.36	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.32/3.48	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.42/3.56	c 4	80 (10%) CSP integer variables are encoded (47200 clauses, 685892 bytes)
3.52/3.62	c 4	160 (20%) CSP integer variables are encoded (93360 clauses, 1378292 bytes)
3.52/3.66	c 4	240 (30%) CSP integer variables are encoded (127160 clauses, 1939963 bytes)
3.62/3.71	c 4	320 (40%) CSP integer variables are encoded (163800 clauses, 2562843 bytes)
3.62/3.77	c 4	400 (50%) CSP integer variables are encoded (208080 clauses, 3315603 bytes)
3.72/3.83	c 4	480 (60%) CSP integer variables are encoded (255040 clauses, 4113923 bytes)
3.72/3.89	c 4	560 (70%) CSP integer variables are encoded (303840 clauses, 4943523 bytes)
3.82/3.95	c 4	640 (80%) CSP integer variables are encoded (349280 clauses, 5716003 bytes)
3.91/4.02	c 4	720 (90%) CSP integer variables are encoded (395560 clauses, 6502763 bytes)
3.91/4.07	c 4	800 (100%) CSP integer variables are encoded (429480 clauses, 7079403 bytes)
5.21/5.33	c 6	3654 (10%) CSP clauses are encoded (1049387 clauses, 21177639 bytes)
6.50/6.64	c 7	7308 (20%) CSP clauses are encoded (1717105 clauses, 36741153 bytes)
7.69/7.80	c 8	10962 (30%) CSP clauses are encoded (2313630 clauses, 50638398 bytes)
8.97/9.13	c 9	14616 (40%) CSP clauses are encoded (2986362 clauses, 66466326 bytes)
9.96/10.10	c 10	18270 (50%) CSP clauses are encoded (3481826 clauses, 78557149 bytes)
10.95/11.13	c 11	21924 (60%) CSP clauses are encoded (3994031 clauses, 91006065 bytes)
12.24/12.44	c 13	25578 (70%) CSP clauses are encoded (4673269 clauses, 107532213 bytes)
13.54/13.74	c 14	29232 (80%) CSP clauses are encoded (5346638 clauses, 123828789 bytes)
14.91/15.17	c 15	32886 (90%) CSP clauses are encoded (6085068 clauses, 141539270 bytes)
16.20/16.49	c 17	36540 (100%) CSP clauses are encoded (6797219 clauses, 157834163 bytes)
16.20/16.49	c 17	36540 CSP clauses encoded
16.20/16.49	c 17	Writing map file : HOME/temp.map
16.30/16.51	c 17	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.30/16.51	c 17	SAT : 453880 SAT variables, 6797219 SAT clauses, 157834163 bytes
16.30/16.51	c 17	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.30/16.55	c 17	SOLVING HOME/temp.cnf
16.30/16.55	c 17	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1806.62	c ERROR INTERRUPTED
1800.01/1806.64	s UNKNOWN
1800.01/1806.64	c 1807	CPU 16.34 (0.05 0.02 15.07 1.2)
1800.01/1806.64	c 1807	END Sun Jul 12 07:20:20 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081751-1247374213/watcher-2081751-1247374213 -o /tmp/evaluation-result-2081751-1247374213/solver-2081751-1247374213 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2081751-1247374213.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.47 2.21 2.07 4/72 29850
/proc/meminfo: memFree=1201376/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=18576 CPUtime=0
/proc/29850/stat : 29850 (runsolver) R 29848 29850 28810 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24485209 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221954764071 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29850/statm: 4644 284 249 26 0 2626 0

[startup+0.085119 s]
/proc/loadavg: 2.47 2.21 2.07 4/72 29850
/proc/meminfo: memFree=1201376/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=0.07
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101125 s]
/proc/loadavg: 2.47 2.21 2.07 4/72 29850
/proc/meminfo: memFree=1201376/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=0.07
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301138 s]
/proc/loadavg: 2.47 2.21 2.07 4/72 29850
/proc/meminfo: memFree=1201376/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=0.07
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701178 s]
/proc/loadavg: 2.47 2.21 2.07 4/72 29850
/proc/meminfo: memFree=1201376/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=0.07
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 2.47 2.21 2.07 4/83 29862
/proc/meminfo: memFree=1175872/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=1.29
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1309 10558 0 1 5 2 117 5 16 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 16868

[startup+3.1014 s]
/proc/loadavg: 2.43 2.21 2.07 3/83 29872
/proc/meminfo: memFree=1179072/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=1.29
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1310 10558 0 1 5 2 117 5 15 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
[pid=29863] ppid=29850 vsize=5356 CPUtime=0
/proc/29863/stat : 29863 (sh) S 29850 29850 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24485343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29863/statm: 1339 233 193 169 0 50 0
[pid=29864] ppid=29863 vsize=868564 CPUtime=1.74
/proc/29864/stat : 29864 (java) S 29863 29850 28810 0 -1 0 9866 0 1 0 169 5 0 0 18 0 9 0 24485344 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29864/statm: 217141 8865 2566 9 0 211646 0
[pid=29864/tid=29865] ppid=29863 vsize=868564 CPUtime=1.22
/proc/29864/task/29865/stat : 29865 (java) R 29863 29850 28810 0 -1 64 2876 0 1 0 121 1 0 0 25 0 9 0 24485345 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4126860055 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29866] ppid=29863 vsize=868564 CPUtime=0.32
/proc/29864/task/29866/stat : 29866 (java) S 29863 29850 28810 0 -1 64 4815 0 0 0 31 1 0 0 16 0 9 0 24485346 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29867] ppid=29863 vsize=868564 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29863 29850 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24485346 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29868] ppid=29863 vsize=868564 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29863 29850 28810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24485346 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29869] ppid=29863 vsize=868564 CPUtime=0
/proc/29864/task/29869/stat : 29869 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24485348 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29870] ppid=29863 vsize=868564 CPUtime=0.16
/proc/29864/task/29870/stat : 29870 (java) S 29863 29850 28810 0 -1 64 1475 0 0 0 15 1 0 0 16 0 9 0 24485348 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29871] ppid=29863 vsize=868564 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24485348 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29872] ppid=29863 vsize=868564 CPUtime=0
/proc/29864/task/29872/stat : 29872 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24485348 889409536 8865 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890788

[startup+6.30268 s]
/proc/loadavg: 2.43 2.21 2.07 3/83 29872
/proc/meminfo: memFree=1142720/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=1.29
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1310 10558 0 1 5 2 117 5 16 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
[pid=29863] ppid=29850 vsize=5356 CPUtime=0
/proc/29863/stat : 29863 (sh) S 29850 29850 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24485343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29863/statm: 1339 233 193 169 0 50 0
[pid=29864] ppid=29863 vsize=868676 CPUtime=4.91
/proc/29864/stat : 29864 (java) S 29863 29850 28810 0 -1 0 12107 0 1 0 462 29 0 0 18 0 9 0 24485344 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29864/statm: 217169 10556 2590 9 0 211646 0
[pid=29864/tid=29865] ppid=29863 vsize=868676 CPUtime=3.92
/proc/29864/task/29865/stat : 29865 (java) R 29863 29850 28810 0 -1 64 3416 0 1 0 370 22 0 0 25 0 9 0 24485345 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4126814650 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29866] ppid=29863 vsize=868676 CPUtime=0.74
/proc/29864/task/29866/stat : 29866 (java) S 29863 29850 28810 0 -1 64 6471 0 0 0 69 5 0 0 16 0 9 0 24485346 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29867] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29863 29850 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24485346 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29868] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29863 29850 28810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24485346 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29869] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29869/stat : 29869 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29870] ppid=29863 vsize=868676 CPUtime=0.23
/proc/29864/task/29870/stat : 29870 (java) S 29863 29850 28810 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29871] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29872] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29872/stat : 29872 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890900

[startup+12.7013 s]
/proc/loadavg: 2.37 2.20 2.07 3/83 29872
/proc/meminfo: memFree=1061952/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=1.29
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1310 10558 0 1 5 2 117 5 16 0 1 0 24485209 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1111 409 3 0 796 0
[pid=29863] ppid=29850 vsize=5356 CPUtime=0
/proc/29863/stat : 29863 (sh) S 29850 29850 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24485343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29863/statm: 1339 233 193 169 0 50 0
[pid=29864] ppid=29863 vsize=868676 CPUtime=11.26
/proc/29864/stat : 29864 (java) S 29863 29850 28810 0 -1 0 12963 0 1 0 1046 80 0 0 18 0 9 0 24485344 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29864/statm: 217169 10556 2590 9 0 211646 0
[pid=29864/tid=29865] ppid=29863 vsize=868676 CPUtime=9.94
/proc/29864/task/29865/stat : 29865 (java) R 29863 29850 28810 0 -1 64 4272 0 1 0 928 66 0 0 25 0 9 0 24485345 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4126432381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29866] ppid=29863 vsize=868676 CPUtime=1.06
/proc/29864/task/29866/stat : 29866 (java) S 29863 29850 28810 0 -1 64 6471 0 0 0 95 11 0 0 16 0 9 0 24485346 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29867] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29867/stat : 29867 (java) S 29863 29850 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24485346 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29868] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29868/stat : 29868 (java) S 29863 29850 28810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24485346 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29869] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29869/stat : 29869 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29870] ppid=29863 vsize=868676 CPUtime=0.23
/proc/29864/task/29870/stat : 29870 (java) S 29863 29850 28810 0 -1 64 1520 0 0 0 22 1 0 0 16 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29871] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29871/stat : 29871 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29864/tid=29872] ppid=29863 vsize=868676 CPUtime=0
/proc/29864/task/29872/stat : 29872 (java) S 29863 29850 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24485348 889524224 10556 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890900

[startup+25.5014 s]
/proc/loadavg: 2.31 2.20 2.07 3/75 29874
/proc/meminfo: memFree=977536/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=69896 CPUtime=8.88
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 15617 0 0 0 401 487 0 0 25 0 1 0 24486865 71573504 15603 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29874/statm: 17474 15603 40 102 0 17369 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 92120

[startup+51.1017 s]
/proc/loadavg: 2.20 2.18 2.07 3/75 29876
/proc/meminfo: memFree=882112/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=167456 CPUtime=34.35
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 39739 0 0 0 1570 1865 0 0 25 0 1 0 24486865 171474944 39725 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29874/statm: 41864 39725 40 102 0 41759 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 189680

[startup+102.306 s]
/proc/loadavg: 2.11 2.16 2.07 3/75 29876
/proc/meminfo: memFree=789120/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=270980 CPUtime=85.31
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 62405 0 0 0 5345 3186 0 0 25 0 1 0 24486865 277483520 62391 996147200 134512640 134931368 4294956256 18446744073709551615 134530799 0 0 4096 0 0 0 0 17 1 0 0
/proc/29874/statm: 67745 62391 42 102 0 67640 0
Current children cumulated CPU time (s) 101.63

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

/proc/meminfo: memFree=1077288/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=275212 CPUtime=1279.56
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63494 0 0 0 124757 3199 0 0 25 0 1 0 24486865 281817088 63478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 68803 63478 48 102 0 68698 0
Current children cumulated CPU time (s) 1295.88
Current children cumulated vsize (KiB) 297436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/85 30300
/proc/meminfo: memFree=1076968/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=275476 CPUtime=1339.54
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63563 0 0 0 130754 3200 0 0 25 0 1 0 24486865 282087424 63547 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 68869 63547 48 102 0 68764 0
Current children cumulated CPU time (s) 1355.86
Current children cumulated vsize (KiB) 297700

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.01 3/85 30300
/proc/meminfo: memFree=1076712/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=275740 CPUtime=1399.53
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63620 0 0 0 136753 3200 0 0 25 0 1 0 24486865 282357760 63604 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 68935 63604 48 102 0 68830 0
Current children cumulated CPU time (s) 1415.85
Current children cumulated vsize (KiB) 297964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/85 30300
/proc/meminfo: memFree=1076456/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=276004 CPUtime=1459.5
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63688 0 0 0 142750 3200 0 0 25 0 1 0 24486865 282628096 63672 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69001 63672 48 102 0 68896 0
Current children cumulated CPU time (s) 1475.82
Current children cumulated vsize (KiB) 298228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 30300
/proc/meminfo: memFree=1075624/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=276268 CPUtime=1519.48
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63753 0 0 0 148748 3200 0 0 25 0 1 0 24486865 282898432 63737 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69067 63737 48 102 0 68962 0
Current children cumulated CPU time (s) 1535.8
Current children cumulated vsize (KiB) 298492

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 30300
/proc/meminfo: memFree=1075240/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=276532 CPUtime=1579.45
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63819 0 0 0 154745 3200 0 0 25 0 1 0 24486865 283168768 63803 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69133 63803 48 102 0 69028 0
Current children cumulated CPU time (s) 1595.77
Current children cumulated vsize (KiB) 298756

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 30300
/proc/meminfo: memFree=1074536/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=276664 CPUtime=1639.43
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63877 0 0 0 160743 3200 0 0 25 0 1 0 24486865 283303936 63861 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69166 63861 48 102 0 69061 0
Current children cumulated CPU time (s) 1655.75
Current children cumulated vsize (KiB) 298888

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30300
/proc/meminfo: memFree=1073704/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=276928 CPUtime=1699.41
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 63945 0 0 0 166741 3200 0 0 25 0 1 0 24486865 283574272 63929 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69232 63929 48 102 0 69127 0
Current children cumulated CPU time (s) 1715.73
Current children cumulated vsize (KiB) 299152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30300
/proc/meminfo: memFree=1072744/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=277192 CPUtime=1759.4
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 64018 0 0 0 172739 3201 0 0 25 0 1 0 24486865 283844608 64002 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69298 64002 48 102 0 69193 0
Current children cumulated CPU time (s) 1775.72
Current children cumulated vsize (KiB) 299416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30300
/proc/meminfo: memFree=1072488/2055920 swapFree=4192812/4192956
[pid=29850] ppid=29848 vsize=16868 CPUtime=16.32
/proc/29850/stat : 29850 (sugar) S 29848 29850 28810 0 -1 4194304 1365 24339 0 2 5 2 1506 119 16 0 1 0 24485209 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29850/statm: 4217 1113 409 3 0 796 0
[pid=29873] ppid=29850 vsize=5356 CPUtime=0
/proc/29873/stat : 29873 (sh) S 29850 29850 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24486865 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29873/statm: 1339 232 193 169 0 50 0
[pid=29874] ppid=29873 vsize=277324 CPUtime=1783.69
/proc/29874/stat : 29874 (picosat) R 29873 29850 28810 0 -1 4194304 64048 0 0 0 175168 3201 0 0 25 0 1 0 24486865 283979776 64032 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29874/statm: 69331 64032 48 102 0 69226 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 299548

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 29850 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=126700
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=225813
# CPU time returned by wait4() is 16.3525
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.65
CPU time (s): 1800.01
CPU user time (s): 1766.79
CPU system time (s): 33.22
CPU usage (%): 99.6325
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1267
system time used= 1.22581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26098
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= 18925
involuntary context switches= 18952

runsolver used 2.12768 second user time and 6.11607 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 06:50:13
IDJOB=2081751
IDBENCH=57483
IDSOLVER=738
FILE ID=node43/2081751-1247374213
PBS_JOBID= 9507142
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-22.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081751-1247374213/watcher-2081751-1247374213 -o /tmp/evaluation-result-2081751-1247374213/solver-2081751-1247374213 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2081751-1247374213.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=380901940

node43.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	: 5931.00
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:       1201856 kB
Buffers:         55516 kB
Cached:         362480 kB
SwapCached:          0 kB
Active:         582364 kB
Inactive:       192968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1201856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:         368876 kB
Slab:            63484 kB
Committed_AS:   544208 kB
PageTables:       2468 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= 66252 MiB
End job on node43 at 2009-07-12 07:20:22