Trace number 2081707

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.03 1802.77

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-12.xml
MD5SUM25d0763f0ac75a92331779534e76fb94
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 size1707
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:43:44 2009
0.00/0.08	c 0	PID 21854
0.00/0.08	c 0	HOST node20.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081707-1247373824.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-2081707-1247373824.xml' 'HOME/temp.csp'
1.25/1.35	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.25/1.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.39	c 1	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.31/1.48	c 1	Parsing HOME/temp.csp
1.31/1.64	c 1	parsed 10000 expressions
1.31/1.68	c 1	parsed 13840 expressions
1.31/1.69	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.69	c 1	Converting to clausal form CSP
1.31/1.96	c 2	converted 1384 (10%) expressions
1.32/2.04	c 2	converted 2768 (20%) expressions
1.32/2.09	c 2	converted 4152 (30%) expressions
1.99/2.19	c 2	converted 5536 (40%) expressions
2.09/2.24	c 2	converted 6920 (50%) expressions
2.09/2.29	c 2	converted 8304 (60%) expressions
2.18/2.34	c 2	converted 9688 (70%) expressions
2.18/2.39	c 2	converted 11072 (80%) expressions
2.39/2.51	c 2	converted 12456 (90%) expressions
2.39/2.57	c 2	converted 13840 (100%) expressions
2.39/2.57	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1671
2.39/2.57	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/2.57	c 2	Propagation in CSP
3.08/3.25	c 3	348304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.25	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 893
3.08/3.25	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.26	c 3	Simplifing CSP by introducing new Boolean variables
3.37/3.50	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 893
3.37/3.50	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.48/3.62	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.57/3.73	c 4	80 (10%) CSP integer variables are encoded (60160 clauses, 880284 bytes)
3.67/3.80	c 4	160 (20%) CSP integer variables are encoded (119280 clauses, 1805919 bytes)
3.67/3.86	c 4	240 (30%) CSP integer variables are encoded (166040 clauses, 2600839 bytes)
3.77/3.93	c 4	320 (40%) CSP integer variables are encoded (215640 clauses, 3444039 bytes)
3.87/4.00	c 4	400 (50%) CSP integer variables are encoded (272880 clauses, 4417119 bytes)
3.87/4.08	c 4	480 (60%) CSP integer variables are encoded (332800 clauses, 5435759 bytes)
3.96/4.17	c 4	560 (70%) CSP integer variables are encoded (394560 clauses, 6485679 bytes)
4.06/4.24	c 4	640 (80%) CSP integer variables are encoded (452960 clauses, 7478479 bytes)
4.16/4.32	c 4	720 (90%) CSP integer variables are encoded (512200 clauses, 8485559 bytes)
4.16/4.38	c 4	800 (100%) CSP integer variables are encoded (559080 clauses, 9282519 bytes)
6.13/6.31	c 6	3654 (10%) CSP clauses are encoded (1522257 clauses, 31460991 bytes)
8.00/8.27	c 8	7308 (20%) CSP clauses are encoded (2531405 clauses, 55131075 bytes)
9.76/10.09	c 10	10962 (30%) CSP clauses are encoded (3464571 clauses, 77029025 bytes)
11.83/12.14	c 12	14616 (40%) CSP clauses are encoded (4487671 clauses, 102056793 bytes)
13.40/13.73	c 14	18270 (50%) CSP clauses are encoded (5292608 clauses, 121780761 bytes)
14.97/15.37	c 15	21924 (60%) CSP clauses are encoded (6113504 clauses, 141838088 bytes)
16.93/17.49	c 17	25578 (70%) CSP clauses are encoded (7143350 clauses, 167005020 bytes)
18.90/19.47	c 19	29232 (80%) CSP clauses are encoded (8165048 clauses, 191860781 bytes)
20.95/21.58	c 21	32886 (90%) CSP clauses are encoded (9249406 clauses, 218021174 bytes)
22.92/23.57	c 23	36540 (100%) CSP clauses are encoded (10310822 clauses, 242592796 bytes)
22.92/23.57	c 23	36540 CSP clauses encoded
22.92/23.57	c 23	Writing map file : HOME/temp.map
22.92/23.59	c 23	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.92/23.59	c 23	SAT : 583480 SAT variables, 10310822 SAT clauses, 242592796 bytes
22.92/23.59	c 23	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.02/23.65	c 23	SOLVING HOME/temp.cnf
23.02/23.65	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1802.72	c ERROR INTERRUPTED
1800.03/1802.76	s UNKNOWN
1800.03/1802.76	c 1803	CPU 23.04 (0.06 0.01 21.13 1.84)
1800.03/1802.76	c 1803	END Sun Jul 12 07:13:47 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-2081707-1247373824/watcher-2081707-1247373824 -o /tmp/evaluation-result-2081707-1247373824/solver-2081707-1247373824 -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-2081707-1247373824.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.06 2.04 2.01 4/83 21854
/proc/meminfo: memFree=1136104/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=12268 CPUtime=0
/proc/21854/stat : 21854 (sugar) R 21852 21854 20495 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24448960 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21854/statm: 3067 316 241 3 0 167 0

[startup+0.0959291 s]
/proc/loadavg: 2.06 2.04 2.01 4/83 21854
/proc/meminfo: memFree=1136104/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=0.06
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101919 s]
/proc/loadavg: 2.06 2.04 2.01 4/83 21854
/proc/meminfo: memFree=1136104/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=0.06
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301936 s]
/proc/loadavg: 2.06 2.04 2.01 4/83 21854
/proc/meminfo: memFree=1136104/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=0.06
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701987 s]
/proc/loadavg: 2.06 2.04 2.01 4/83 21854
/proc/meminfo: memFree=1136104/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=0.06
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50108 s]
/proc/loadavg: 2.06 2.04 2.01 4/94 21866
/proc/meminfo: memFree=1110480/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=1.31
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1309 10559 0 1 5 1 119 6 16 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 16868

[startup+3.10227 s]
/proc/loadavg: 2.06 2.04 2.01 5/94 21876
/proc/meminfo: memFree=1114768/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=1.32
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1310 10559 0 1 6 1 119 6 15 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
[pid=21867] ppid=21854 vsize=5356 CPUtime=0
/proc/21867/stat : 21867 (sh) S 21854 21854 20495 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24449099 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21867/statm: 1339 233 193 169 0 50 0
[pid=21868] ppid=21867 vsize=868592 CPUtime=1.66
/proc/21868/stat : 21868 (java) S 21867 21854 20495 0 -1 0 9823 0 1 0 160 6 0 0 18 0 9 0 24449100 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21868/statm: 217148 8870 2566 9 0 211653 0
[pid=21868/tid=21869] ppid=21867 vsize=868592 CPUtime=1.15
/proc/21868/task/21869/stat : 21869 (java) R 21867 21854 20495 0 -1 64 2859 0 1 0 113 2 0 0 25 0 9 0 24449101 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21870] ppid=21867 vsize=868592 CPUtime=0.33
/proc/21868/task/21870/stat : 21870 (java) S 21867 21854 20495 0 -1 64 4818 0 0 0 31 2 0 0 16 0 9 0 24449103 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21871] ppid=21867 vsize=868592 CPUtime=0
/proc/21868/task/21871/stat : 21871 (java) S 21867 21854 20495 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24449103 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21872] ppid=21867 vsize=868592 CPUtime=0
/proc/21868/task/21872/stat : 21872 (java) S 21867 21854 20495 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24449103 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21873] ppid=21867 vsize=868592 CPUtime=0
/proc/21868/task/21873/stat : 21873 (java) S 21867 21854 20495 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24449105 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21868/tid=21874] ppid=21867 vsize=868592 CPUtime=0.15
/proc/21868/task/21874/stat : 21874 (java) S 21867 21854 20495 0 -1 64 1448 0 0 0 15 0 0 0 16 0 9 0 24449105 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21875] ppid=21867 vsize=868592 CPUtime=0
/proc/21868/task/21875/stat : 21875 (java) S 21867 21854 20495 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24449105 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21868/tid=21876] ppid=21867 vsize=868592 CPUtime=0
/proc/21868/task/21876/stat : 21876 (java) S 21867 21854 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24449105 889438208 8870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890816

[startup+6.30264 s]
/proc/loadavg: 2.06 2.04 2.01 3/94 21876
/proc/meminfo: memFree=1078352/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=1.32
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1310 10559 0 1 6 1 119 6 15 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
[pid=21867] ppid=21854 vsize=5356 CPUtime=0
/proc/21867/stat : 21867 (sh) S 21854 21854 20495 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24449099 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21867/statm: 1339 233 193 169 0 50 0
[pid=21868] ppid=21867 vsize=868704 CPUtime=4.81
/proc/21868/stat : 21868 (java) S 21867 21854 20495 0 -1 0 12282 0 1 0 451 30 0 0 18 0 9 0 24449100 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21868/statm: 217176 10812 2590 9 0 211653 0
[pid=21868/tid=21869] ppid=21867 vsize=868704 CPUtime=3.8
/proc/21868/task/21869/stat : 21869 (java) R 21867 21854 20495 0 -1 64 3406 0 1 0 358 22 0 0 21 0 9 0 24449101 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4126536056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21870] ppid=21867 vsize=868704 CPUtime=0.76
/proc/21868/task/21870/stat : 21870 (java) S 21867 21854 20495 0 -1 64 6685 0 0 0 70 6 0 0 16 0 9 0 24449103 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21871] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21871/stat : 21871 (java) S 21867 21854 20495 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24449103 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21872] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21872/stat : 21872 (java) S 21867 21854 20495 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24449103 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21873] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21873/stat : 21873 (java) S 21867 21854 20495 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21868/tid=21874] ppid=21867 vsize=868704 CPUtime=0.22
/proc/21868/task/21874/stat : 21874 (java) S 21867 21854 20495 0 -1 64 1493 0 0 0 21 1 0 0 15 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21875] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21875/stat : 21875 (java) S 21867 21854 20495 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21868/tid=21876] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21876/stat : 21876 (java) S 21867 21854 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890928

[startup+12.7024 s]
/proc/loadavg: 2.05 2.04 2.01 3/94 21876
/proc/meminfo: memFree=963408/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=1.32
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1310 10559 0 1 6 1 119 6 16 0 1 0 24448960 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1111 409 3 0 796 0
[pid=21867] ppid=21854 vsize=5356 CPUtime=0
/proc/21867/stat : 21867 (sh) S 21854 21854 20495 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24449099 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21867/statm: 1339 233 193 169 0 50 0
[pid=21868] ppid=21867 vsize=868704 CPUtime=11.1
/proc/21868/stat : 21868 (java) S 21867 21854 20495 0 -1 0 13083 0 1 0 1024 86 0 0 18 0 9 0 24449100 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21868/statm: 217176 10812 2590 9 0 211653 0
[pid=21868/tid=21869] ppid=21867 vsize=868704 CPUtime=9.76
/proc/21868/task/21869/stat : 21869 (java) R 21867 21854 20495 0 -1 64 4207 0 1 0 904 72 0 0 25 0 9 0 24449101 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21870] ppid=21867 vsize=868704 CPUtime=1.08
/proc/21868/task/21870/stat : 21870 (java) S 21867 21854 20495 0 -1 64 6685 0 0 0 97 11 0 0 16 0 9 0 24449103 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21871] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21871/stat : 21871 (java) S 21867 21854 20495 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24449103 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21872] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21872/stat : 21872 (java) S 21867 21854 20495 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24449103 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21873] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21873/stat : 21873 (java) S 21867 21854 20495 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21868/tid=21874] ppid=21867 vsize=868704 CPUtime=0.22
/proc/21868/task/21874/stat : 21874 (java) S 21867 21854 20495 0 -1 64 1493 0 0 0 21 1 0 0 15 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21868/tid=21875] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21875/stat : 21875 (java) S 21867 21854 20495 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21868/tid=21876] ppid=21867 vsize=868704 CPUtime=0
/proc/21868/task/21876/stat : 21876 (java) S 21867 21854 20495 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24449105 889552896 10812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 890928

[startup+25.5019 s]
/proc/loadavg: 2.11 2.06 2.01 3/86 21878
/proc/meminfo: memFree=843088/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=24528 CPUtime=1.8
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 6022 0 0 0 81 99 0 0 25 0 1 0 24451326 25116672 6008 996147200 134512640 134931368 4294956256 18446744073709551615 134548603 0 0 4096 0 0 0 0 17 1 0 0
/proc/21878/statm: 6132 6008 40 102 0 6027 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 46752

[startup+51.1018 s]
/proc/loadavg: 2.14 2.07 2.02 3/86 21878
/proc/meminfo: memFree=750672/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=175796 CPUtime=27.15
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 34888 0 0 0 1243 1472 0 0 25 0 1 0 24451326 180015104 34874 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21878/statm: 43949 34874 40 102 0 43844 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 198020

[startup+102.307 s]
/proc/loadavg: 2.65 2.21 2.07 5/86 21878
/proc/meminfo: memFree=552080/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=358636 CPUtime=77.7
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 81810 0 0 0 3556 4214 0 0 25 0 1 0 24451326 367243264 81796 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21878/statm: 89659 81796 40 102 0 89554 0
Current children cumulated CPU time (s) 100.74

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

/proc/meminfo: memFree=1139048/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=453988 CPUtime=1336.77
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95197 0 0 0 128731 4946 0 0 25 0 1 0 24451326 464883712 95181 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113497 95181 48 102 0 113392 0
Current children cumulated CPU time (s) 1359.81
Current children cumulated vsize (KiB) 476212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1138664/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=454384 CPUtime=1396.75
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95280 0 0 0 134729 4946 0 0 25 0 1 0 24451326 465289216 95264 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113596 95264 48 102 0 113491 0
Current children cumulated CPU time (s) 1419.79
Current children cumulated vsize (KiB) 476608

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1138344/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=454648 CPUtime=1456.72
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95353 0 0 0 140726 4946 0 0 25 0 1 0 24451326 465559552 95337 996147200 134512640 134931368 4294956256 18446744073709551615 134523087 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113662 95337 48 102 0 113557 0
Current children cumulated CPU time (s) 1479.76
Current children cumulated vsize (KiB) 476872

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1138088/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=454912 CPUtime=1516.7
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95418 0 0 0 146723 4947 0 0 25 0 1 0 24451326 465829888 95402 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113728 95402 48 102 0 113623 0
Current children cumulated CPU time (s) 1539.74
Current children cumulated vsize (KiB) 477136

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1137640/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=455304 CPUtime=1576.67
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95510 0 0 0 152720 4947 0 0 25 0 1 0 24451326 466231296 95494 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113826 95494 48 102 0 113721 0
Current children cumulated CPU time (s) 1599.71
Current children cumulated vsize (KiB) 477528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1137320/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=455436 CPUtime=1636.65
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95573 0 0 0 158718 4947 0 0 25 0 1 0 24451326 466366464 95557 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113859 95557 48 102 0 113754 0
Current children cumulated CPU time (s) 1659.69
Current children cumulated vsize (KiB) 477660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1136936/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=455832 CPUtime=1696.62
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95659 0 0 0 164715 4947 0 0 25 0 1 0 24451326 466771968 95643 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 113958 95643 48 102 0 113853 0
Current children cumulated CPU time (s) 1719.66
Current children cumulated vsize (KiB) 478056

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1136552/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=456096 CPUtime=1756.59
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95736 0 0 0 170712 4947 0 0 25 0 1 0 24451326 467042304 95720 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 114024 95720 48 102 0 113919 0
Current children cumulated CPU time (s) 1779.63
Current children cumulated vsize (KiB) 478320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1136360/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=456228 CPUtime=1776.99
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95767 0 0 0 172752 4947 0 0 25 0 1 0 24451326 467177472 95751 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 114057 95751 48 102 0 113952 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 478452

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

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21914
/proc/meminfo: memFree=1136360/2055920 swapFree=4192812/4192956
[pid=21854] ppid=21852 vsize=16868 CPUtime=23.04
/proc/21854/stat : 21854 (sugar) S 21852 21854 20495 0 -1 4194304 1365 25311 0 2 6 1 2113 184 16 0 1 0 24448960 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21854/statm: 4217 1113 409 3 0 796 0
[pid=21877] ppid=21854 vsize=5356 CPUtime=0
/proc/21877/stat : 21877 (sh) S 21854 21854 20495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24451325 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21877/statm: 1339 232 193 169 0 50 0
[pid=21878] ppid=21877 vsize=456228 CPUtime=1776.99
/proc/21878/stat : 21878 (picosat) R 21877 21854 20495 0 -1 4194304 95767 0 0 0 172752 4947 0 0 25 0 1 0 24451326 467177472 95751 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21878/statm: 114057 95751 48 102 0 113952 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 478452

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21854 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=197777
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=867716
# CPU time returned by wait4() is 23.0655
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.77
CPU time (s): 1800.03
CPU user time (s): 1748.71
CPU system time (s): 51.32
CPU usage (%): 99.8481
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1978
system time used= 1.86772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27070
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= 25819
involuntary context switches= 25744

runsolver used 2.17067 second user time and 6.05008 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-12 06:43:44
IDJOB=2081707
IDBENCH=57474
IDSOLVER=738
FILE ID=node20/2081707-1247373824
PBS_JOBID= 9507133
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-12.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-2081707-1247373824/watcher-2081707-1247373824 -o /tmp/evaluation-result-2081707-1247373824/solver-2081707-1247373824 -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-2081707-1247373824.xml

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

MD5SUM BENCH= 25d0763f0ac75a92331779534e76fb94
RANDOM SEED=1100183105

node20.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.236
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.236
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:       1136584 kB
Buffers:         25936 kB
Cached:         137604 kB
SwapCached:          0 kB
Active:         797572 kB
Inactive:        66444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1136584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:         716108 kB
Slab:            39100 kB
Committed_AS:   882844 kB
PageTables:       3248 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= 66300 MiB
End job on node20 at 2009-07-12 07:13:49