Trace number 2063843

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.09 1815.66

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-2.xml
MD5SUM45198355f671cba1241311e09f8b8248
Bench CategoryAlldiff (alldiff)
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 constraints27284
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26784
Global constraints used (with number of constraints)alldifferent(500)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:24:23 2009
0.00/0.08	c 0	PID 12976
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063843-1247333063.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-2063843-1247333063.xml' 'HOME/temp.csp'
2.05/2.13	c 3	423 domains, 800 variables, 1 predicates, 0 relations, 27284 constraints
2.05/2.18	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.18	c 3	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'
2.09/2.26	c 3	Parsing HOME/temp.csp
2.09/2.45	c 3	parsed 10000 expressions
2.09/2.66	c 3	parsed 20000 expressions
2.09/2.77	c 3	parsed 28508 expressions
2.09/2.77	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.77	c 3	Converting to clausal form CSP
3.77/3.90	c 4	converted 2851 (10%) expressions
5.25/5.49	c 6	converted 5702 (20%) expressions
6.92/7.14	c 8	converted 8553 (30%) expressions
8.31/8.52	c 9	converted 11404 (40%) expressions
10.29/10.50	c 11	converted 14254 (50%) expressions
11.68/11.91	c 12	converted 17105 (60%) expressions
13.06/13.36	c 14	converted 19956 (70%) expressions
15.33/15.62	c 16	converted 22807 (80%) expressions
16.72/17.08	c 17	converted 25658 (90%) expressions
81.96/82.93	c 83	converted 28508 (100%) expressions
81.96/82.93	c 83	CSP : 800 integers, 0 booleans, 132863 clauses, largest domain size 34
81.96/82.93	c 83	Heap : 607 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
81.96/82.93	c 83	Propagation in CSP
92.36/93.41	c 94	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
92.36/93.41	c 94	CSP : 800 integers, 0 booleans, 132863 clauses, largest domain size 34
92.36/93.41	c 94	Heap : 609 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
92.46/93.55	c 94	Simplifing CSP by introducing new Boolean variables
106.80/108.02	c 108	CSP : 800 integers, 309680 booleans, 442543 clauses, largest domain size 34
106.80/108.02	c 108	Heap : 692 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
111.16/112.49	c 113	Encoding CSP to SAT : HOME/temp.cnf
111.36/112.64	c 113	80 (10%) CSP integer variables are encoded (1930 clauses, 23028 bytes)
111.36/112.67	c 113	160 (20%) CSP integer variables are encoded (3814 clauses, 47520 bytes)
111.45/112.71	c 113	240 (30%) CSP integer variables are encoded (5686 clauses, 71856 bytes)
111.45/112.75	c 113	320 (40%) CSP integer variables are encoded (7552 clauses, 96114 bytes)
115.32/116.67	c 117	400 (50%) CSP integer variables are encoded (9387 clauses, 119969 bytes)
115.32/116.67	c 117	480 (60%) CSP integer variables are encoded (9528 clauses, 121802 bytes)
115.32/116.67	c 117	560 (70%) CSP integer variables are encoded (9669 clauses, 123874 bytes)
115.32/116.67	c 117	640 (80%) CSP integer variables are encoded (9806 clauses, 125929 bytes)
115.32/116.67	c 117	720 (90%) CSP integer variables are encoded (9891 clauses, 127204 bytes)
115.32/116.68	c 117	800 (100%) CSP integer variables are encoded (10050 clauses, 129589 bytes)
150.76/152.46	c 153	44255 (10%) CSP clauses are encoded (497382 clauses, 9398693 bytes)
185.11/187.11	c 187	88509 (20%) CSP clauses are encoded (982294 clauses, 18905644 bytes)
219.25/221.68	c 222	132763 (30%) CSP clauses are encoded (1494598 clauses, 29164232 bytes)
270.53/273.44	c 274	177018 (40%) CSP clauses are encoded (2201048 clauses, 43474378 bytes)
313.04/316.12	c 317	221272 (50%) CSP clauses are encoded (2899767 clauses, 57651671 bytes)
354.91/358.03	c 358	265526 (60%) CSP clauses are encoded (3610594 clauses, 72091208 bytes)
398.89/402.08	c 402	309781 (70%) CSP clauses are encoded (4315406 clauses, 86429447 bytes)
439.46/442.64	c 443	354035 (80%) CSP clauses are encoded (5010558 clauses, 100545331 bytes)
479.94/483.13	c 484	398289 (90%) CSP clauses are encoded (5706662 clauses, 114658808 bytes)
520.32/523.53	c 524	442543 (100%) CSP clauses are encoded (6404322 clauses, 128861698 bytes)
520.32/523.53	c 524	442543 CSP clauses encoded
520.32/523.54	c 524	Writing map file : HOME/temp.map
520.42/523.60	c 524	Heap : 691 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
520.42/523.60	c 524	SAT : 320348 SAT variables, 6404322 SAT clauses, 128861698 bytes
520.42/523.60	c 524	Heap : 691 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
520.47/523.75	c 524	SOLVING HOME/temp.cnf
520.47/523.75	c 524	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1815.62	c ERROR INTERRUPTED
1800.09/1815.65	s UNKNOWN
1800.09/1815.65	c 1816	CPU 520.55 (0.06 0.01 515.97 4.51)
1800.09/1815.65	c 1816	END Sat Jul 11 19:54:39 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-2063843-1247333063/watcher-2063843-1247333063 -o /tmp/evaluation-result-2063843-1247333063/solver-2063843-1247333063 -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-2063843-1247333063.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: 1.93 2.00 1.99 4/74 12976
/proc/meminfo: memFree=877256/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=12000 CPUtime=0
/proc/12976/stat : 12976 (sugar) R 12974 12976 12939 0 -1 4194304 184 0 0 0 0 0 0 0 20 0 1 0 20372450 12288000 152 996147200 4194304 4206940 548682068608 18446744073709551615 264907428577 0 0 4224 0 0 0 0 17 1 0 0
/proc/12976/statm: 3000 152 116 3 0 100 0

[startup+0.0893431 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12976
/proc/meminfo: memFree=877256/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=0.07
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102389 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12976
/proc/meminfo: memFree=877256/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=0.07
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301377 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12976
/proc/meminfo: memFree=877256/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=0.07
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701434 s]
/proc/loadavg: 1.93 2.00 1.99 4/74 12976
/proc/meminfo: memFree=877256/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=0.07
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50255 s]
/proc/loadavg: 1.93 2.00 1.99 3/85 12988
/proc/meminfo: memFree=852336/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=0.07
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
[pid=12979] ppid=12976 vsize=5356 CPUtime=0
/proc/12979/stat : 12979 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20372459 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12979/statm: 1339 233 193 169 0 50 0
[pid=12980] ppid=12979 vsize=864792 CPUtime=1.38
/proc/12980/stat : 12980 (java) S 12979 12976 12939 0 -1 0 14402 0 1 0 131 7 0 0 18 0 9 0 20372459 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12980/statm: 216198 12432 2556 9 0 210710 0
[pid=12980/tid=12981] ppid=12979 vsize=864792 CPUtime=0.77
/proc/12980/task/12981/stat : 12981 (java) R 12979 12976 12939 0 -1 64 3101 0 1 0 75 2 0 0 24 0 9 0 20372460 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4126722120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12982] ppid=12979 vsize=864792 CPUtime=0.46
/proc/12980/task/12982/stat : 12982 (java) S 12979 12976 12939 0 -1 64 10083 0 0 0 43 3 0 0 16 0 9 0 20372461 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12983] ppid=12979 vsize=864792 CPUtime=0
/proc/12980/task/12983/stat : 12983 (java) S 12979 12976 12939 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20372462 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12984] ppid=12979 vsize=864792 CPUtime=0
/proc/12980/task/12984/stat : 12984 (java) S 12979 12976 12939 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20372462 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12985] ppid=12979 vsize=864792 CPUtime=0
/proc/12980/task/12985/stat : 12985 (java) S 12979 12976 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20372464 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12986] ppid=12979 vsize=864792 CPUtime=0.11
/proc/12980/task/12986/stat : 12986 (java) S 12979 12976 12939 0 -1 64 514 0 0 0 11 0 0 0 16 0 9 0 20372464 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12987] ppid=12979 vsize=864792 CPUtime=0
/proc/12980/task/12987/stat : 12987 (java) S 12979 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20372464 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12980/tid=12988] ppid=12979 vsize=864792 CPUtime=0
/proc/12980/task/12988/stat : 12988 (java) S 12979 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20372464 885547008 12432 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887016

[startup+3.10179 s]
/proc/loadavg: 1.93 2.00 1.99 3/85 12988
/proc/meminfo: memFree=827312/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=2.09
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1309 16279 0 1 6 1 192 10 16 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30125 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 12998
/proc/meminfo: memFree=827952/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=2.09
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1309 16279 0 1 6 1 192 10 16 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
[pid=12989] ppid=12976 vsize=5356 CPUtime=0
/proc/12989/stat : 12989 (sh) S 12976 12976 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20372668 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12989/statm: 1339 233 193 169 0 50 0
[pid=12990] ppid=12989 vsize=868604 CPUtime=4.04
/proc/12990/stat : 12990 (java) S 12989 12976 12939 0 -1 0 16755 0 1 0 396 8 0 0 18 0 9 0 20372669 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12990/statm: 217151 15643 2566 9 0 211656 0
[pid=12990/tid=12991] ppid=12989 vsize=868604 CPUtime=2.85
/proc/12990/task/12991/stat : 12991 (java) R 12989 12976 12939 0 -1 64 3201 0 1 0 284 1 0 0 25 0 9 0 20372670 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4126510854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12992] ppid=12989 vsize=868604 CPUtime=0.99
/proc/12990/task/12992/stat : 12992 (java) S 12989 12976 12939 0 -1 64 11422 0 0 0 95 4 0 0 16 0 9 0 20372671 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12993] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12993/stat : 12993 (java) S 12989 12976 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20372671 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12994] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12994/stat : 12994 (java) S 12989 12976 12939 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20372671 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12995] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12989 12976 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20372673 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12996] ppid=12989 vsize=868604 CPUtime=0.17
/proc/12990/task/12996/stat : 12996 (java) S 12989 12976 12939 0 -1 64 1430 0 0 0 16 1 0 0 16 0 9 0 20372673 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12997] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12989 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20372673 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12998] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12989 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20372673 889450496 15643 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890828

[startup+12.7022 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 12998
/proc/meminfo: memFree=768304/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=2.09
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1309 16279 0 1 6 1 192 10 16 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
[pid=12989] ppid=12976 vsize=5356 CPUtime=0
/proc/12989/stat : 12989 (sh) S 12976 12976 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20372668 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12989/statm: 1339 233 193 169 0 50 0
[pid=12990] ppid=12989 vsize=868604 CPUtime=10.38
/proc/12990/stat : 12990 (java) S 12989 12976 12939 0 -1 0 35068 0 1 0 1017 21 0 0 18 0 9 0 20372669 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12990/statm: 217151 30386 2567 9 0 211656 0
[pid=12990/tid=12991] ppid=12989 vsize=868604 CPUtime=7.9
/proc/12990/task/12991/stat : 12991 (java) R 12989 12976 12939 0 -1 64 3711 0 1 0 788 2 0 0 25 0 9 0 20372670 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4126509058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12992] ppid=12989 vsize=868604 CPUtime=2.28
/proc/12990/task/12992/stat : 12992 (java) S 12989 12976 12939 0 -1 64 29222 0 0 0 212 16 0 0 16 0 9 0 20372671 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12993] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12993/stat : 12993 (java) S 12989 12976 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20372671 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12994] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12994/stat : 12994 (java) S 12989 12976 12939 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20372671 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12995] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12989 12976 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20372673 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12996] ppid=12989 vsize=868604 CPUtime=0.17
/proc/12990/task/12996/stat : 12996 (java) S 12989 12976 12939 0 -1 64 1433 0 0 0 16 1 0 0 17 0 9 0 20372673 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12997] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12989 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20372673 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12998] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12989 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20372673 889450496 30386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890828

[startup+25.502 s]
/proc/loadavg: 2.08 2.03 2.00 3/85 12998
/proc/meminfo: memFree=653680/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=2.09
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1309 16279 0 1 6 1 192 10 16 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
[pid=12989] ppid=12976 vsize=5356 CPUtime=0
/proc/12989/stat : 12989 (sh) S 12976 12976 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20372668 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12989/statm: 1339 233 193 169 0 50 0
[pid=12990] ppid=12989 vsize=868604 CPUtime=23.05
/proc/12990/stat : 12990 (java) S 12989 12976 12939 0 -1 0 70292 0 1 0 2265 40 0 0 18 0 9 0 20372669 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12990/statm: 217151 57880 2567 9 0 211656 0
[pid=12990/tid=12991] ppid=12989 vsize=868604 CPUtime=16.76
/proc/12990/task/12991/stat : 12991 (java) R 12989 12976 12939 0 -1 64 5754 0 1 0 1673 3 0 0 25 0 9 0 20372670 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4126549064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12992] ppid=12989 vsize=868604 CPUtime=6.06
/proc/12990/task/12992/stat : 12992 (java) S 12989 12976 12939 0 -1 64 62397 0 0 0 573 33 0 0 16 0 9 0 20372671 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12993] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12993/stat : 12993 (java) S 12989 12976 12939 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20372671 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12994] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12994/stat : 12994 (java) S 12989 12976 12939 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20372671 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12995] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12995/stat : 12995 (java) S 12989 12976 12939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20372673 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12996] ppid=12989 vsize=868604 CPUtime=0.18
/proc/12990/task/12996/stat : 12996 (java) S 12989 12976 12939 0 -1 64 1439 0 0 0 17 1 0 0 15 0 9 0 20372673 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12997] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12997/stat : 12997 (java) S 12989 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20372673 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12990/tid=12998] ppid=12989 vsize=868604 CPUtime=0
/proc/12990/task/12998/stat : 12998 (java) S 12989 12976 12939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20372673 889450496 57880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 890828

[startup+51.1018 s]
/proc/loadavg: 2.12 2.04 2.01 3/85 12998
/proc/meminfo: memFree=448816/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=2.09
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1309 16279 0 1 6 1 192 10 16 0 1 0 20372450 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1111 409 3 0 796 0
[pid=12989] ppid=12976 vsize=5356 CPUtime=0
/proc/12989/stat : 12989 (sh) S 12976 12976 12939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20372668 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12989/statm: 1339 233 193 169 0 50 0
[pid=12990] ppid=12989 vsize=868604 CPUtime=48.39
/proc/12990/stat : 12990 (java) S 12989 12976 12939 0 -1 0 126029 0 1 0 4772 67 0 0 18 0 9 0 20372669 889450496 109402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=263080/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=278116 CPUtime=771.1
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 63130 0 0 0 74024 3086 0 0 25 0 1 0 20424827 284790784 63114 996147200 134512640 134931368 4294956256 18446744073709551615 134522761 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 69529 63114 48 102 0 69424 0
Current children cumulated CPU time (s) 1291.65
Current children cumulated vsize (KiB) 300340

[startup+1362.3 s]
/proc/loadavg: 2.02 2.10 2.13 3/85 13076
/proc/meminfo: memFree=257192/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=279684 CPUtime=830.54
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 63522 0 0 0 79967 3087 0 0 25 0 1 0 20424827 286396416 63506 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 69921 63506 48 102 0 69816 0
Current children cumulated CPU time (s) 1351.09
Current children cumulated vsize (KiB) 301908

[startup+1422.31 s]
/proc/loadavg: 2.01 2.08 2.12 3/85 13076
/proc/meminfo: memFree=249000/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=281128 CPUtime=889.96
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 63882 0 0 0 85909 3087 0 0 25 0 1 0 20424827 287875072 63866 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 70282 63866 48 102 0 70177 0
Current children cumulated CPU time (s) 1410.51
Current children cumulated vsize (KiB) 303352

[startup+1482.3 s]
/proc/loadavg: 2.04 2.08 2.11 3/85 13076
/proc/meminfo: memFree=243688/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=282308 CPUtime=949.4
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 64175 0 0 0 91852 3088 0 0 25 0 1 0 20424827 289083392 64159 996147200 134512640 134931368 4294956256 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 70577 64159 48 102 0 70472 0
Current children cumulated CPU time (s) 1469.95
Current children cumulated vsize (KiB) 304532

[startup+1542.3 s]
/proc/loadavg: 2.01 2.06 2.10 5/85 13076
/proc/meminfo: memFree=238376/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=283356 CPUtime=1008.82
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 64471 0 0 0 97794 3088 0 0 25 0 1 0 20424827 290156544 64455 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 70839 64455 48 102 0 70734 0
Current children cumulated CPU time (s) 1529.37
Current children cumulated vsize (KiB) 305580

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/85 13078
/proc/meminfo: memFree=234600/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=284808 CPUtime=1068.26
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 64836 0 0 0 103737 3089 0 0 25 0 1 0 20424827 291643392 64820 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 71202 64820 48 102 0 71097 0
Current children cumulated CPU time (s) 1588.81
Current children cumulated vsize (KiB) 307032

[startup+1662.3 s]
/proc/loadavg: 2.04 2.05 2.09 3/85 13078
/proc/meminfo: memFree=229800/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=286392 CPUtime=1127.68
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 65225 0 0 0 109679 3089 0 0 25 0 1 0 20424827 293265408 65209 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 71598 65209 48 102 0 71493 0
Current children cumulated CPU time (s) 1648.23
Current children cumulated vsize (KiB) 308616

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.09 3/85 13078
/proc/meminfo: memFree=225832/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=287840 CPUtime=1187.12
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 65591 0 0 0 115622 3090 0 0 25 0 1 0 20424827 294748160 65575 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 71960 65575 48 102 0 71855 0
Current children cumulated CPU time (s) 1707.67
Current children cumulated vsize (KiB) 310064

[startup+1782.3 s]
/proc/loadavg: 2.06 2.06 2.09 3/85 13078
/proc/meminfo: memFree=223272/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=289284 CPUtime=1246.55
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 65938 0 0 0 121564 3091 0 0 25 0 1 0 20424827 296226816 65922 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 72321 65922 48 102 0 72216 0
Current children cumulated CPU time (s) 1767.1
Current children cumulated vsize (KiB) 311508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 2.03 2.05 2.08 3/85 13078
/proc/meminfo: memFree=220712/2055920 swapFree=4192956/4192956
[pid=12976] ppid=12974 vsize=16868 CPUtime=520.55
/proc/12976/stat : 12976 (sugar) S 12974 12976 12939 0 -1 4194304 1365 729894 0 2 6 1 51597 451 17 0 1 0 20372450 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12976/statm: 4217 1113 409 3 0 796 0
[pid=13074] ppid=12976 vsize=5356 CPUtime=0
/proc/13074/stat : 13074 (sh) S 12976 12976 12939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20424826 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13074/statm: 1339 232 193 169 0 50 0
[pid=13075] ppid=13074 vsize=290076 CPUtime=1279.54
/proc/13075/stat : 13075 (picosat) R 13074 12976 12939 0 -1 4194304 66163 0 0 0 124863 3091 0 0 25 0 1 0 20424827 297037824 66147 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13075/statm: 72519 66147 48 102 0 72414 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 312300

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 12976 and gives
#  childrusage.ru_utime.tv_sec=516
#  childrusage.ru_utime.tv_usec=37550
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=534310
# CPU time returned by wait4() is 520.572
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.66
CPU time (s): 1800.09
CPU user time (s): 1764.66
CPU system time (s): 35.43
CPU usage (%): 99.1427
Max. virtual memory (cumulated for all children) (KiB): 907756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 516.038
system time used= 4.53431
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731653
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= 15884
involuntary context switches= 21024

runsolver used 2.44463 second user time and 6.25305 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-11 19:24:23
IDJOB=2063843
IDBENCH=54099
IDSOLVER=738
FILE ID=node30/2063843-1247333063
PBS_JOBID= 9506667
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-2.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-2063843-1247333063/watcher-2063843-1247333063 -o /tmp/evaluation-result-2063843-1247333063/solver-2063843-1247333063 -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-2063843-1247333063.xml

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

MD5SUM BENCH= 45198355f671cba1241311e09f8b8248
RANDOM SEED=223975668

node30.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.277
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.277
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:        877736 kB
Buffers:         61264 kB
Cached:         987432 kB
SwapCached:          0 kB
Active:         189052 kB
Inactive:       936308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        877736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5520 kB
Writeback:           0 kB
Mapped:          87932 kB
Slab:            37980 kB
Committed_AS:   200460 kB
PageTables:       1872 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= 66372 MiB
End job on node30 at 2009-07-11 19:54:41