Trace number 1090517

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatUNSAT 19.494 19.8609

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-5.xml
MD5SUMfbc2894f3f33407a5d3ddc17dc6e70f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.49362
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 17:24:15 2008
0.00/0.05	c 0	PID 2094
0.00/0.05	c 0	HOST node7.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090517-1215271455.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090517-1215271455.xml' 'HOME/temp.csp'
3.43/3.59	c 4	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.52/3.63	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.52/3.63	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.55/3.78	c 4	Parsing HOME/temp.csp
3.55/4.10	c 4	parsed 10000 expressions
4.13/4.32	c 5	parsed 20000 expressions
4.32/4.53	c 5	parsed 30000 expressions
4.52/4.70	c 5	parsed 40000 expressions
4.71/4.95	c 5	parsed 50000 expressions
4.92/5.12	c 6	parsed 60000 expressions
5.01/5.24	c 6	parsed 66949 expressions
5.01/5.25	c 6	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.01/5.25	c 6	Converting to clausal form CSP
5.51/5.76	c 6	converted 6695 (10%) expressions
5.70/5.97	c 6	converted 13390 (20%) expressions
5.90/6.16	c 7	converted 20085 (30%) expressions
6.10/6.35	c 7	converted 26780 (40%) expressions
6.50/6.77	c 7	converted 33475 (50%) expressions
6.70/6.96	c 7	converted 40170 (60%) expressions
6.88/7.16	c 8	converted 46865 (70%) expressions
7.09/7.35	c 8	converted 53560 (80%) expressions
7.29/7.55	c 8	converted 60255 (90%) expressions
7.49/7.75	c 8	converted 66949 (100%) expressions
7.49/7.75	c 8	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 5
7.49/7.75	c 8	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.49/7.75	c 8	Propagation in CSP
8.37/8.60	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.37/8.61	c 9	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 5
8.37/8.61	c 9	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.37/8.64	c 9	Simplifing CSP by introducing new Boolean variables
9.86/10.14	c 11	CSP : 1557 integers, 130780 booleans, 196170 clauses, largest domain size 5
9.86/10.14	c 11	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.45/10.75	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.45/10.79	c 11	156 (10%) CSP integer variables are encoded (468 clauses, 5050 bytes)
10.45/10.80	c 11	312 (20%) CSP integer variables are encoded (936 clauses, 10571 bytes)
10.55/10.80	c 11	468 (30%) CSP integer variables are encoded (1404 clauses, 16655 bytes)
10.55/10.80	c 11	623 (40%) CSP integer variables are encoded (1869 clauses, 22700 bytes)
10.55/10.80	c 11	779 (50%) CSP integer variables are encoded (2337 clauses, 28784 bytes)
10.55/10.80	c 11	935 (60%) CSP integer variables are encoded (2805 clauses, 34868 bytes)
10.55/10.80	c 11	1090 (70%) CSP integer variables are encoded (3270 clauses, 40913 bytes)
10.55/10.81	c 11	1246 (80%) CSP integer variables are encoded (3738 clauses, 46997 bytes)
10.55/10.81	c 11	1402 (90%) CSP integer variables are encoded (4206 clauses, 53081 bytes)
10.55/10.81	c 11	1557 (100%) CSP integer variables are encoded (4671 clauses, 59126 bytes)
10.84/11.11	c 11	19617 (10%) CSP clauses are encoded (76600 clauses, 1181208 bytes)
11.04/11.35	c 12	39234 (20%) CSP clauses are encoded (148529 clauses, 2387156 bytes)
11.34/11.60	c 12	58851 (30%) CSP clauses are encoded (220458 clauses, 3642644 bytes)
11.53/11.85	c 12	78468 (40%) CSP clauses are encoded (292387 clauses, 4898132 bytes)
11.74/12.10	c 12	98085 (50%) CSP clauses are encoded (364316 clauses, 6153620 bytes)
12.04/12.35	c 13	117702 (60%) CSP clauses are encoded (436245 clauses, 7409108 bytes)
12.23/12.59	c 13	137319 (70%) CSP clauses are encoded (508174 clauses, 8664596 bytes)
12.53/12.84	c 13	156936 (80%) CSP clauses are encoded (580103 clauses, 9985202 bytes)
12.73/13.09	c 13	176553 (90%) CSP clauses are encoded (652032 clauses, 11319158 bytes)
13.02/13.35	c 14	196170 (100%) CSP clauses are encoded (723961 clauses, 12653114 bytes)
13.02/13.35	c 14	196170 CSP clauses encoded
13.02/13.35	c 14	Writing map file : HOME/temp.map
13.13/13.41	c 14	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.13/13.41	c 14	SAT : 137008 SAT variables, 723961 SAT clauses, 12653114 bytes
13.13/13.41	c 14	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.13/13.47	c 14	SOLVING HOME/temp.cnf
13.13/13.47	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
19.14/19.58	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.14/19.58	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.23/19.66	c 20	Decoding HOME/temp.out
19.43/19.82	s UNSATISFIABLE
19.43/19.82	c 20	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.43/19.86	c 20	CPU 15.65 (0.04 0 15.61 3.81)
19.43/19.86	c 20	END Sat Jul  5 17:24:35 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090517-1215271455/watcher-1090517-1215271455 -o /tmp/evaluation-result-1090517-1215271455/solver-1090517-1215271455 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1090517-1215271455.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 2094
/proc/meminfo: memFree=1640984/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=12000 CPUtime=0
/proc/2094/stat : 2094 (sugar) R 2092 2094 1033 0 -1 4194304 176 0 0 0 0 0 0 0 20 0 1 0 2006120705 12288000 144 996147200 4194304 4206940 548682068608 18446744073709551615 244691555696 0 0 4224 0 0 0 0 17 1 0 0
/proc/2094/statm: 3000 144 109 3 0 100 0

[startup+0.0919081 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 2094
/proc/meminfo: memFree=1640984/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=0.03
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006120705 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102253 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 2094
/proc/meminfo: memFree=1640984/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=0.03
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006120705 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301276 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 2094
/proc/meminfo: memFree=1640984/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=0.03
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006120705 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70232 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 2094
/proc/meminfo: memFree=1640984/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=0.03
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006120705 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50241 s]
/proc/loadavg: 2.04 2.01 2.00 4/85 2106
/proc/meminfo: memFree=1604480/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=0.03
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006120705 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 796 370 3 0 500 0
[pid=2097] ppid=2094 vsize=5356 CPUtime=0
/proc/2097/stat : 2097 (sh) S 2094 2094 1033 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2006120710 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2097/statm: 1339 233 193 169 0 50 0
[pid=2098] ppid=2097 vsize=866660 CPUtime=1.42
/proc/2098/stat : 2098 (java) S 2097 2094 1033 0 -1 0 18486 0 1 0 131 11 0 0 18 0 9 0 2006120710 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2098/statm: 216665 15569 2529 9 0 211247 0
[pid=2098/tid=2099] ppid=2097 vsize=866660 CPUtime=0.73
/proc/2098/task/2099/stat : 2099 (java) R 2097 2094 1033 0 -1 64 3022 0 1 0 70 3 0 0 25 0 9 0 2006120711 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2100] ppid=2097 vsize=866660 CPUtime=0.58
/proc/2098/task/2100/stat : 2100 (java) R 2097 2094 1033 0 -1 64 14279 0 0 0 51 7 0 0 16 0 9 0 2006120712 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 103735767 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2101] ppid=2097 vsize=866660 CPUtime=0
/proc/2098/task/2101/stat : 2101 (java) S 2097 2094 1033 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006120713 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2102] ppid=2097 vsize=866660 CPUtime=0
/proc/2098/task/2102/stat : 2102 (java) S 2097 2094 1033 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2006120713 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2103] ppid=2097 vsize=866660 CPUtime=0
/proc/2098/task/2103/stat : 2103 (java) S 2097 2094 1033 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006120715 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2104] ppid=2097 vsize=866660 CPUtime=0.09
/proc/2098/task/2104/stat : 2104 (java) S 2097 2094 1033 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 2006120715 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2105] ppid=2097 vsize=866660 CPUtime=0
/proc/2098/task/2105/stat : 2105 (java) S 2097 2094 1033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006120715 887459840 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2106] ppid=2097 vsize=866660 CPUtime=0
/proc/2098/task/2106/stat : 2106 (java) S 2097 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006120715 887459840 15569 996147200 134512640 134550740 4294956000 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) 885616

[startup+3.10158 s]
/proc/loadavg: 2.04 2.01 2.00 4/85 2106
/proc/meminfo: memFree=1563712/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=0.03
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006120705 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 796 370 3 0 500 0
[pid=2097] ppid=2094 vsize=5356 CPUtime=0
/proc/2097/stat : 2097 (sh) S 2094 2094 1033 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2006120710 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2097/statm: 1339 233 193 169 0 50 0
[pid=2098] ppid=2097 vsize=864672 CPUtime=3.01
/proc/2098/stat : 2098 (java) S 2097 2094 1033 0 -1 0 30875 0 1 0 283 18 0 0 18 0 9 0 2006120710 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2098/statm: 216168 25472 2529 9 0 210750 0
[pid=2098/tid=2099] ppid=2097 vsize=864672 CPUtime=1.43
/proc/2098/task/2099/stat : 2099 (java) R 2097 2094 1033 0 -1 64 3877 0 1 0 140 3 0 0 25 0 9 0 2006120711 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2100] ppid=2097 vsize=864672 CPUtime=1.4
/proc/2098/task/2100/stat : 2100 (java) R 2097 2094 1033 0 -1 64 25783 0 0 0 127 13 0 0 16 0 9 0 2006120712 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2101] ppid=2097 vsize=864672 CPUtime=0
/proc/2098/task/2101/stat : 2101 (java) S 2097 2094 1033 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2006120713 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2102] ppid=2097 vsize=864672 CPUtime=0
/proc/2098/task/2102/stat : 2102 (java) S 2097 2094 1033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006120713 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2103] ppid=2097 vsize=864672 CPUtime=0
/proc/2098/task/2103/stat : 2103 (java) S 2097 2094 1033 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2006120715 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2104] ppid=2097 vsize=864672 CPUtime=0.14
/proc/2098/task/2104/stat : 2104 (java) S 2097 2094 1033 0 -1 64 515 0 0 0 14 0 0 0 16 0 9 0 2006120715 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2105] ppid=2097 vsize=864672 CPUtime=0
/proc/2098/task/2105/stat : 2105 (java) S 2097 2094 1033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006120715 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2098/tid=2106] ppid=2097 vsize=864672 CPUtime=0
/proc/2098/task/2106/stat : 2106 (java) S 2097 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006120715 885424128 25472 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883628

[startup+6.30291 s]
/proc/loadavg: 2.04 2.01 2.00 4/85 2116
/proc/meminfo: memFree=1610496/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=3.55
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 974 32366 0 1 4 0 330 21 15 0 1 0 2006120705 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 797 370 3 0 500 0
[pid=2107] ppid=2094 vsize=5356 CPUtime=0
/proc/2107/stat : 2107 (sh) S 2094 2094 1033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006121068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2107/statm: 1339 233 193 169 0 50 0
[pid=2108] ppid=2107 vsize=868412 CPUtime=2.55
/proc/2108/stat : 2108 (java) S 2107 2094 1033 0 -1 0 14879 0 1 0 244 11 0 0 18 0 9 0 2006121069 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2108/statm: 217103 13090 2540 9 0 211678 0
[pid=2108/tid=2109] ppid=2107 vsize=868412 CPUtime=1.58
/proc/2108/task/2109/stat : 2109 (java) R 2107 2094 1033 0 -1 64 3038 0 1 0 156 2 0 0 25 0 9 0 2006121077 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4126401577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2110] ppid=2107 vsize=868412 CPUtime=0.74
/proc/2108/task/2110/stat : 2110 (java) S 2107 2094 1033 0 -1 64 9670 0 0 0 68 6 0 0 16 0 9 0 2006121078 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2111] ppid=2107 vsize=868412 CPUtime=0
/proc/2108/task/2111/stat : 2111 (java) S 2107 2094 1033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006121078 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2112] ppid=2107 vsize=868412 CPUtime=0
/proc/2108/task/2112/stat : 2112 (java) S 2107 2094 1033 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006121078 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2113] ppid=2107 vsize=868412 CPUtime=0
/proc/2108/task/2113/stat : 2113 (java) S 2107 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006121080 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2114] ppid=2107 vsize=868412 CPUtime=0.2
/proc/2108/task/2114/stat : 2114 (java) S 2107 2094 1033 0 -1 64 1475 0 0 0 19 1 0 0 16 0 9 0 2006121080 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2115] ppid=2107 vsize=868412 CPUtime=0
/proc/2108/task/2115/stat : 2115 (java) S 2107 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006121080 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2116] ppid=2107 vsize=868412 CPUtime=0
/proc/2108/task/2116/stat : 2116 (java) S 2107 2094 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006121080 889253888 13090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 887368

[startup+12.7016 s]
/proc/loadavg: 2.12 2.03 2.01 3/85 2116
/proc/meminfo: memFree=1506880/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=3.55
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 974 32366 0 1 4 0 330 21 15 0 1 0 2006120705 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 797 370 3 0 500 0
[pid=2107] ppid=2094 vsize=5356 CPUtime=0
/proc/2107/stat : 2107 (sh) S 2094 2094 1033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006121068 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2107/statm: 1339 233 193 169 0 50 0
[pid=2108] ppid=2107 vsize=868524 CPUtime=8.88
/proc/2108/stat : 2108 (java) S 2107 2094 1033 0 -1 0 50436 0 1 0 852 36 0 0 18 0 9 0 2006121069 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2108/statm: 217131 33566 2565 9 0 211678 0
[pid=2108/tid=2109] ppid=2107 vsize=868524 CPUtime=4.86
/proc/2108/task/2109/stat : 2109 (java) R 2107 2094 1033 0 -1 64 4534 0 1 0 478 8 0 0 25 0 9 0 2006121077 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2110] ppid=2107 vsize=868524 CPUtime=3.7
/proc/2108/task/2110/stat : 2110 (java) S 2107 2094 1033 0 -1 64 43684 0 0 0 345 25 0 0 16 0 9 0 2006121078 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2111] ppid=2107 vsize=868524 CPUtime=0
/proc/2108/task/2111/stat : 2111 (java) S 2107 2094 1033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006121078 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2112] ppid=2107 vsize=868524 CPUtime=0
/proc/2108/task/2112/stat : 2112 (java) S 2107 2094 1033 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2006121078 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2113] ppid=2107 vsize=868524 CPUtime=0
/proc/2108/task/2113/stat : 2113 (java) S 2107 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006121080 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2114] ppid=2107 vsize=868524 CPUtime=0.29
/proc/2108/task/2114/stat : 2114 (java) S 2107 2094 1033 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 2006121080 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2115] ppid=2107 vsize=868524 CPUtime=0
/proc/2108/task/2115/stat : 2115 (java) S 2107 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006121080 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2108/tid=2116] ppid=2107 vsize=868524 CPUtime=0
/proc/2108/task/2116/stat : 2116 (java) S 2107 2094 1033 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006121080 889368576 33566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887480

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

[startup+15.9019 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 2118
/proc/meminfo: memFree=1615424/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=13.18
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 1022 83132 0 2 4 0 1251 63 16 0 1 0 2006120705 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 799 370 3 0 500 0
[pid=2117] ppid=2094 vsize=5356 CPUtime=0
/proc/2117/stat : 2117 (sh) S 2094 2094 1033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006122052 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2117/statm: 1339 232 193 169 0 50 0
[pid=2118] ppid=2117 vsize=12960 CPUtime=2.39
/proc/2118/stat : 2118 (picosat) R 2117 2094 1033 0 -1 4194304 2982 0 0 0 107 132 0 0 25 0 1 0 2006122052 13271040 2968 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2118/statm: 3240 2968 40 102 0 3135 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 31916

[startup+17.5011 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 2118
/proc/meminfo: memFree=1605184/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=13.18
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 1022 83132 0 2 4 0 1251 63 16 0 1 0 2006120705 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 799 370 3 0 500 0
[pid=2117] ppid=2094 vsize=5356 CPUtime=0
/proc/2117/stat : 2117 (sh) S 2094 2094 1033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006122052 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2117/statm: 1339 232 193 169 0 50 0
[pid=2118] ppid=2117 vsize=22836 CPUtime=3.97
/proc/2118/stat : 2118 (picosat) R 2117 2094 1033 0 -1 4194304 4836 0 0 0 181 216 0 0 25 0 1 0 2006122052 23384064 4822 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2118/statm: 5709 4822 40 102 0 5604 0
Current children cumulated CPU time (s) 17.15
Current children cumulated vsize (KiB) 41792

[startup+19.1022 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 2118
/proc/meminfo: memFree=1600064/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=13.18
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 1022 83132 0 2 4 0 1251 63 16 0 1 0 2006120705 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 799 370 3 0 500 0
[pid=2117] ppid=2094 vsize=5356 CPUtime=0
/proc/2117/stat : 2117 (sh) S 2094 2094 1033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006122052 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2117/statm: 1339 232 193 169 0 50 0
[pid=2118] ppid=2117 vsize=27720 CPUtime=5.55
/proc/2118/stat : 2118 (picosat) R 2117 2094 1033 0 -1 4194304 6707 0 0 0 255 300 0 0 25 0 1 0 2006122052 28385280 6693 996147200 134512640 134931368 4294956256 18446744073709551615 134549236 0 0 4096 0 0 0 0 17 1 0 0
/proc/2118/statm: 6930 6693 40 102 0 6825 0
Current children cumulated CPU time (s) 18.73
Current children cumulated vsize (KiB) 46676

[startup+19.5023 s]
/proc/loadavg: 2.11 2.03 2.01 3/77 2118
/proc/meminfo: memFree=1600064/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=13.18
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 1022 83132 0 2 4 0 1251 63 16 0 1 0 2006120705 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 799 370 3 0 500 0
[pid=2117] ppid=2094 vsize=5356 CPUtime=0
/proc/2117/stat : 2117 (sh) S 2094 2094 1033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006122052 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2117/statm: 1339 232 193 169 0 50 0
[pid=2118] ppid=2117 vsize=36584 CPUtime=5.96
/proc/2118/stat : 2118 (picosat) R 2117 2094 1033 0 -1 4194304 7056 0 0 0 281 315 0 0 25 0 1 0 2006122052 37462016 7042 996147200 134512640 134931368 4294956256 18446744073709551615 134580599 0 0 4096 0 0 0 0 17 1 0 0
/proc/2118/statm: 9146 7042 42 102 0 9041 0
Current children cumulated CPU time (s) 19.14
Current children cumulated vsize (KiB) 55540

[startup+19.7013 s]
/proc/loadavg: 2.10 2.03 2.01 3/85 2128
/proc/meminfo: memFree=1619648/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=19.23
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 1091 90475 0 2 4 0 1540 379 16 0 1 0 2006120705 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 799 370 3 0 500 0
[pid=2119] ppid=2094 vsize=5356 CPUtime=0
/proc/2119/stat : 2119 (sh) S 2094 2094 1033 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 2006122663 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2119/statm: 1339 233 193 169 0 50 0
[pid=2120] ppid=2119 vsize=863720 CPUtime=0.1
/proc/2120/stat : 2120 (java) S 2119 2094 1033 0 -1 0 3273 0 1 0 9 1 0 0 18 0 9 0 2006122664 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2120/statm: 215930 2750 1632 9 0 210512 0
[pid=2120/tid=2121] ppid=2119 vsize=863720 CPUtime=0.08
/proc/2120/task/2121/stat : 2121 (java) R 2119 2094 1033 0 -1 64 2355 0 1 0 7 1 0 0 20 0 9 0 2006122665 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4125958798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2122] ppid=2119 vsize=863720 CPUtime=0
/proc/2120/task/2122/stat : 2122 (java) S 2119 2094 1033 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2006122666 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2123] ppid=2119 vsize=863720 CPUtime=0
/proc/2120/task/2123/stat : 2123 (java) S 2119 2094 1033 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006122666 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2124] ppid=2119 vsize=863720 CPUtime=0
/proc/2120/task/2124/stat : 2124 (java) S 2119 2094 1033 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006122666 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2125] ppid=2119 vsize=863720 CPUtime=0
/proc/2120/task/2125/stat : 2125 (java) S 2119 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006122668 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2126] ppid=2119 vsize=863720 CPUtime=0.01
/proc/2120/task/2126/stat : 2126 (java) S 2119 2094 1033 0 -1 64 223 0 0 0 1 0 0 0 18 0 9 0 2006122668 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2127] ppid=2119 vsize=863720 CPUtime=0
/proc/2120/task/2127/stat : 2127 (java) S 2119 2094 1033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006122668 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2128] ppid=2119 vsize=863720 CPUtime=0
/proc/2120/task/2128/stat : 2128 (java) S 2119 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006122668 884449280 2750 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.33
Current children cumulated vsize (KiB) 882676

[startup+19.8063 s]
/proc/loadavg: 2.10 2.03 2.01 3/85 2128
/proc/meminfo: memFree=1619648/2055920 swapFree=4180056/4192956
[pid=2094] ppid=2092 vsize=13600 CPUtime=19.23
/proc/2094/stat : 2094 (sugar) S 2092 2094 1033 0 -1 4194304 1091 90475 0 2 4 0 1540 379 16 0 1 0 2006120705 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2094/statm: 3400 799 370 3 0 500 0
[pid=2119] ppid=2094 vsize=5356 CPUtime=0
/proc/2119/stat : 2119 (sh) S 2094 2094 1033 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 2006122663 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2119/statm: 1339 233 193 169 0 50 0
[pid=2120] ppid=2119 vsize=864012 CPUtime=0.2
/proc/2120/stat : 2120 (java) S 2119 2094 1033 0 -1 0 3564 0 1 0 19 1 0 0 18 0 9 0 2006122664 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2120/statm: 216003 3039 1651 9 0 210585 0
[pid=2120/tid=2121] ppid=2119 vsize=864012 CPUtime=0.14
/proc/2120/task/2121/stat : 2121 (java) R 2119 2094 1033 0 -1 64 2436 0 1 0 13 1 0 0 20 0 9 0 2006122665 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2122] ppid=2119 vsize=864012 CPUtime=0
/proc/2120/task/2122/stat : 2122 (java) S 2119 2094 1033 0 -1 64 122 0 0 0 0 0 0 0 16 0 9 0 2006122666 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2123] ppid=2119 vsize=864012 CPUtime=0
/proc/2120/task/2123/stat : 2123 (java) S 2119 2094 1033 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006122666 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2124] ppid=2119 vsize=864012 CPUtime=0
/proc/2120/task/2124/stat : 2124 (java) S 2119 2094 1033 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006122666 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2125] ppid=2119 vsize=864012 CPUtime=0
/proc/2120/task/2125/stat : 2125 (java) S 2119 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006122668 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2126] ppid=2119 vsize=864012 CPUtime=0.05
/proc/2120/task/2126/stat : 2126 (java) R 2119 2094 1033 0 -1 64 314 0 0 0 5 0 0 0 17 0 9 0 2006122668 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 102193158 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2127] ppid=2119 vsize=864012 CPUtime=0
/proc/2120/task/2127/stat : 2127 (java) S 2119 2094 1033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2006122668 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2120/tid=2128] ppid=2119 vsize=864012 CPUtime=0
/proc/2120/task/2128/stat : 2128 (java) S 2119 2094 1033 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 2006122668 884748288 3039 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.43
Current children cumulated vsize (KiB) 882968

Child status: 0
Real time (s): 19.8609
CPU time (s): 19.494
CPU user time (s): 15.6606
CPU system time (s): 3.83342
CPU usage (%): 98.1528
Max. virtual memory (cumulated for all children) (KiB): 907860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.6606
system time used= 3.83342
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95577
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5466
involuntary context switches= 5709

runsolver used 0.031995 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 17:24:15
IDJOB=1090517
IDBENCH=58450
IDSOLVER=345
FILE ID=node7/1090517-1215271455
PBS_JOBID= 7882183
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090517-1215271455/watcher-1090517-1215271455 -o /tmp/evaluation-result-1090517-1215271455/solver-1090517-1215271455 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1090517-1215271455.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbc2894f3f33407a5d3ddc17dc6e70f7
RANDOM SEED=1665290676

node7.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:       1641528 kB
Buffers:         70628 kB
Cached:         250020 kB
SwapCached:       7384 kB
Active:         217180 kB
Inactive:       139896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641528 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            9452 kB
Writeback:           0 kB
Mapped:          43240 kB
Slab:            42624 kB
Committed_AS:  3535108 kB
PageTables:       1932 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= 66512 MiB
End job on node7 at 2008-07-05 17:24:35