Trace number 2078891

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+picosatSAT 37.2243 37.7395

General information on the benchmark

Namecsp/nengfa/
normalized-queens2.xml
MD5SUMfeda91e5b3c1ff49ee389ed427acc709
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.118981
Satisfiable
(Un)Satisfiability was proved
Number of variables310
Number of constraints211
Maximum constraint arity104
Maximum domain size104
Number of constraints which are defined in extension0
Number of constraints which are defined in intension208
Global constraints used (with number of constraints)alldifferent(3)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:59:34 2009
0.00/0.08	c 0	PID 23471
0.00/0.08	c 0	HOST node21.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078891-1247367574.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-2078891-1247367574.xml' 'HOME/temp.csp'
0.06/0.56	c 1	207 domains, 310 variables, 208 predicates, 0 relations, 211 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	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'
0.06/0.70	c 1	Parsing HOME/temp.csp
0.53/0.77	c 1	parsed 936 expressions
0.53/0.78	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/0.78	c 1	Converting to clausal form CSP
0.53/0.80	c 1	converted 94 (10%) expressions
0.53/0.80	c 1	converted 188 (20%) expressions
0.53/0.81	c 1	converted 281 (30%) expressions
0.53/0.81	c 1	converted 375 (40%) expressions
0.53/0.81	c 1	converted 468 (50%) expressions
0.53/0.81	c 1	converted 562 (60%) expressions
0.53/0.81	c 1	converted 656 (70%) expressions
0.53/0.83	c 1	converted 749 (80%) expressions
0.53/0.86	c 1	converted 843 (90%) expressions
1.48/1.67	c 2	converted 936 (100%) expressions
1.48/1.67	c 2	CSP : 310 integers, 0 booleans, 16482 clauses, largest domain size 104
1.48/1.67	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.67	c 2	Propagation in CSP
1.59/1.75	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.75	c 2	CSP : 310 integers, 0 booleans, 16482 clauses, largest domain size 104
1.59/1.75	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.76	c 2	Simplifing CSP by introducing new Boolean variables
1.89/2.05	c 2	CSP : 310 integers, 32132 booleans, 48614 clauses, largest domain size 104
1.89/2.05	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/2.21	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.08/2.25	c 3	31 (10%) CSP integer variables are encoded (3162 clauses, 38977 bytes)
2.08/2.25	c 3	62 (20%) CSP integer variables are encoded (6324 clauses, 80083 bytes)
2.08/2.25	c 3	93 (30%) CSP integer variables are encoded (9486 clauses, 121189 bytes)
2.08/2.26	c 3	124 (40%) CSP integer variables are encoded (12648 clauses, 167788 bytes)
2.08/2.26	c 3	155 (50%) CSP integer variables are encoded (15810 clauses, 215218 bytes)
2.08/2.27	c 3	186 (60%) CSP integer variables are encoded (18972 clauses, 262648 bytes)
2.08/2.27	c 3	217 (70%) CSP integer variables are encoded (22134 clauses, 310078 bytes)
2.08/2.27	c 3	248 (80%) CSP integer variables are encoded (25296 clauses, 357508 bytes)
2.08/2.28	c 3	279 (90%) CSP integer variables are encoded (28458 clauses, 404938 bytes)
2.08/2.28	c 3	310 (100%) CSP integer variables are encoded (31620 clauses, 452368 bytes)
2.57/2.75	c 3	4862 (10%) CSP clauses are encoded (242270 clauses, 4439834 bytes)
2.97/3.18	c 3	9723 (20%) CSP clauses are encoded (452033 clauses, 8820335 bytes)
3.46/3.68	c 4	14585 (30%) CSP clauses are encoded (702271 clauses, 14291530 bytes)
4.14/4.31	c 5	19446 (40%) CSP clauses are encoded (1025343 clauses, 20983690 bytes)
4.73/4.95	c 5	24307 (50%) CSP clauses are encoded (1364027 clauses, 27995249 bytes)
5.43/5.60	c 6	29169 (60%) CSP clauses are encoded (1702712 clauses, 35336834 bytes)
5.91/6.16	c 6	34030 (70%) CSP clauses are encoded (1991766 clauses, 41514526 bytes)
6.32/6.54	c 7	38892 (80%) CSP clauses are encoded (2182362 clauses, 45424290 bytes)
6.70/6.99	c 7	43753 (90%) CSP clauses are encoded (2407741 clauses, 50241155 bytes)
7.30/7.52	c 8	48614 (100%) CSP clauses are encoded (2682426 clauses, 56250197 bytes)
7.30/7.52	c 8	48614 CSP clauses encoded
7.30/7.53	c 8	Writing map file : HOME/temp.map
7.30/7.54	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.30/7.54	c 8	SAT : 64062 SAT variables, 2682426 SAT clauses, 56250197 bytes
7.30/7.54	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.30/7.55	c 8	SOLVING HOME/temp.cnf
7.30/7.55	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
36.71/37.27	c 38	DECODING HOME/temp.out WITH HOME/temp.map
36.71/37.27	c 38	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
36.79/37.35	c 38	Decoding HOME/temp.out
37.10/37.63	s SATISFIABLE
37.10/37.64	v 70 66 65 64 14 12 10 42 39 36 61 57 53 87 82 77 67 61 55 73 66 59 24 16 8 62 53 44 104 94 84 19 8 -3 16 4 -8 114 101 88 60 46 32 30 15 0 93 77 61 115 98 81 69 51 33 94 75 56 112 92 72 84 63 42 81 59 37 63 40 17 72 48 24 96 71 46 102 76 50 99 72 45 55 27 -1 78 49 20 85 55 25 75 44 13 57 25 -7 137 104 71 131 97 63 122 87 52 119 83 47 50 13 -24 116 78 40 108 69 30 140 100 60 125 84 43 138 96 54 134 91 48 111 67 23 48 3 -42 141 95 49 133 86 39 90 42 -6 139 90 41 51 1 -49 65 14 -37 59 7 -45 71 18 -35 74 20 -34 77 22 -33 80 24 -32 83 26 -31 86 28 -30 89 30 -29 92 32 -28 95 34 -27 98 36 -26 101 38 -25 107 43 -21 110 45 -20 113 47 -19 117 50 -17 120 52 -16 123 54 -15 126 56 -14 129 58 -13 132 60 -12 135 62 -11 79 5 -69 154 79 4 178 102 26 150 73 -4 146 68 -10 164 85 6 82 2 -78 91 10 -71 88 6 -76 100 17 -66 103 19 -65 106 21 -64 109 23 -63 176 89 2 97 9 -79 118 29 -60 121 31 -59 124 33 -58 127 35 -57 130 37 -56 105 11 -83 136 41 -54 170 74 -22 185 88 -9 191 93 -5 180 81 -18 203 103 3 200 99 -2 166 64 -38 183 80 -23
37.10/37.65	c 38	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
37.15/37.71	c 38	CPU 37.17 (0.05 0.02 23.32 13.78)
37.15/37.71	c 38	END Sun Jul 12 05:00:12 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078891-1247367574/watcher-2078891-1247367574 -o /tmp/evaluation-result-2078891-1247367574/solver-2078891-1247367574 -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-2078891-1247367574.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.97 1.98 2.07 4/74 23471
/proc/meminfo: memFree=1607088/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=12268 CPUtime=0
/proc/23471/stat : 23471 (sugar) R 23469 23471 18192 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23823902 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23471/statm: 3067 316 241 3 0 167 0

[startup+0.102525 s]
/proc/loadavg: 1.97 1.98 2.07 4/74 23471
/proc/meminfo: memFree=1607088/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.06
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201538 s]
/proc/loadavg: 1.97 1.98 2.07 4/74 23471
/proc/meminfo: memFree=1607088/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.06
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301544 s]
/proc/loadavg: 1.97 1.98 2.07 4/74 23471
/proc/meminfo: memFree=1607088/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.06
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701585 s]
/proc/loadavg: 1.97 1.98 2.07 4/74 23471
/proc/meminfo: memFree=1607088/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.53
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1309 4807 0 1 5 1 44 3 16 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50267 s]
/proc/loadavg: 1.97 1.98 2.07 3/85 23493
/proc/meminfo: memFree=1590680/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.53
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1309 4807 0 1 5 1 44 3 15 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
[pid=23484] ppid=23471 vsize=5356 CPUtime=0
/proc/23484/stat : 23484 (sh) S 23471 23471 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823964 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23484/statm: 1339 233 193 169 0 50 0
[pid=23485] ppid=23484 vsize=868560 CPUtime=0.86
/proc/23485/stat : 23485 (java) S 23484 23471 18192 0 -1 0 8483 0 1 0 80 6 0 0 18 0 9 0 23823964 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23485/statm: 217140 7686 2565 9 0 211645 0
[pid=23485/tid=23486] ppid=23484 vsize=868560 CPUtime=0.49
/proc/23485/task/23486/stat : 23486 (java) R 23484 23471 18192 0 -1 64 2710 0 1 0 47 2 0 0 23 0 9 0 23823965 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4126782594 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23487] ppid=23484 vsize=868560 CPUtime=0.2
/proc/23485/task/23487/stat : 23487 (java) S 23484 23471 18192 0 -1 64 3598 0 0 0 18 2 0 0 16 0 9 0 23823966 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23488] ppid=23484 vsize=868560 CPUtime=0
/proc/23485/task/23488/stat : 23488 (java) S 23484 23471 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823966 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23489] ppid=23484 vsize=868560 CPUtime=0
/proc/23485/task/23489/stat : 23489 (java) S 23484 23471 18192 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23823966 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23490] ppid=23484 vsize=868560 CPUtime=0
/proc/23485/task/23490/stat : 23490 (java) S 23484 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823969 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23491] ppid=23484 vsize=868560 CPUtime=0.14
/proc/23485/task/23491/stat : 23491 (java) S 23484 23471 18192 0 -1 64 1476 0 0 0 14 0 0 0 16 0 9 0 23823969 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23492] ppid=23484 vsize=868560 CPUtime=0
/proc/23485/task/23492/stat : 23492 (java) S 23484 23471 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23823969 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23493] ppid=23484 vsize=868560 CPUtime=0
/proc/23485/task/23493/stat : 23493 (java) S 23484 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823969 889405440 7686 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890784

[startup+3.10285 s]
/proc/loadavg: 1.97 1.98 2.07 3/85 23493
/proc/meminfo: memFree=1570520/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.53
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1310 4807 0 1 5 1 44 3 15 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
[pid=23484] ppid=23471 vsize=5356 CPUtime=0
/proc/23484/stat : 23484 (sh) S 23471 23471 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823964 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23484/statm: 1339 233 193 169 0 50 0
[pid=23485] ppid=23484 vsize=868672 CPUtime=2.44
/proc/23485/stat : 23485 (java) S 23484 23471 18192 0 -1 0 11906 0 1 0 230 14 0 0 18 0 9 0 23823964 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23485/statm: 217168 10787 2590 9 0 211645 0
[pid=23485/tid=23486] ppid=23484 vsize=868672 CPUtime=1.49
/proc/23485/task/23486/stat : 23486 (java) R 23484 23471 18192 0 -1 64 3090 0 1 0 142 7 0 0 24 0 9 0 23823965 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4126876431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23487] ppid=23484 vsize=868672 CPUtime=0.7
/proc/23485/task/23487/stat : 23487 (java) S 23484 23471 18192 0 -1 64 6595 0 0 0 66 4 0 0 16 0 9 0 23823966 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23488] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23488/stat : 23488 (java) S 23484 23471 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823966 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23489] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23489/stat : 23489 (java) S 23484 23471 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23823966 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23490] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23490/stat : 23490 (java) S 23484 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23491] ppid=23484 vsize=868672 CPUtime=0.22
/proc/23485/task/23491/stat : 23491 (java) S 23484 23471 18192 0 -1 64 1522 0 0 0 21 1 0 0 16 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23492] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23492/stat : 23492 (java) S 23484 23471 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23493] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23493/stat : 23493 (java) S 23484 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890896

[startup+6.3022 s]
/proc/loadavg: 1.98 1.98 2.07 3/85 23493
/proc/meminfo: memFree=1536024/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=0.53
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1310 4807 0 1 5 1 44 3 15 0 1 0 23823902 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1111 409 3 0 796 0
[pid=23484] ppid=23471 vsize=5356 CPUtime=0
/proc/23484/stat : 23484 (sh) S 23471 23471 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23823964 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23484/statm: 1339 233 193 169 0 50 0
[pid=23485] ppid=23484 vsize=868672 CPUtime=5.59
/proc/23485/stat : 23485 (java) S 23484 23471 18192 0 -1 0 12324 0 1 0 522 37 0 0 18 0 9 0 23823964 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23485/statm: 217168 10787 2590 9 0 211645 0
[pid=23485/tid=23486] ppid=23484 vsize=868672 CPUtime=4.44
/proc/23485/task/23486/stat : 23486 (java) R 23484 23471 18192 0 -1 64 3508 0 1 0 417 27 0 0 25 0 9 0 23823965 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4126449936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23487] ppid=23484 vsize=868672 CPUtime=0.89
/proc/23485/task/23487/stat : 23487 (java) S 23484 23471 18192 0 -1 64 6595 0 0 0 82 7 0 0 16 0 9 0 23823966 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23488] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23488/stat : 23488 (java) S 23484 23471 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23823966 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23489] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23489/stat : 23489 (java) S 23484 23471 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23823966 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23490] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23490/stat : 23490 (java) S 23484 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23491] ppid=23484 vsize=868672 CPUtime=0.22
/proc/23485/task/23491/stat : 23491 (java) S 23484 23471 18192 0 -1 64 1522 0 0 0 21 1 0 0 16 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23492] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23492/stat : 23492 (java) S 23484 23471 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23485/tid=23493] ppid=23484 vsize=868672 CPUtime=0
/proc/23485/task/23493/stat : 23493 (java) S 23484 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23823969 889520128 10787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890896

[startup+12.7019 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1528408/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=23252 CPUtime=5.06
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 5318 0 0 0 230 276 0 0 25 0 1 0 23824658 23810048 5304 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 5813 5304 40 102 0 5708 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 45476

[startup+25.5013 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1476952/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=72560 CPUtime=17.74
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 17640 0 0 0 804 970 0 0 25 0 1 0 23824658 74301440 17626 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 18140 17626 40 102 0 18035 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 94784

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

[startup+25.6013 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1476952/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=72824 CPUtime=17.84
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 17737 0 0 0 809 975 0 0 25 0 1 0 23824658 74571776 17723 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 18206 17723 40 102 0 18101 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 95048

[startup+32.008 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1450904/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=102532 CPUtime=24.18
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 23931 0 0 0 1101 1317 0 0 25 0 1 0 23824658 104992768 23917 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 25633 23917 40 102 0 25528 0
Current children cumulated CPU time (s) 31.55
Current children cumulated vsize (KiB) 124756

[startup+35.2013 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1449112/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=104072 CPUtime=27.36
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 24214 0 0 0 1414 1322 0 0 25 0 1 0 23824658 106569728 24200 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 26018 24200 42 102 0 25913 0
Current children cumulated CPU time (s) 34.73
Current children cumulated vsize (KiB) 126296

[startup+36.8015 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1449048/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=104072 CPUtime=28.94
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 24239 0 0 0 1572 1322 0 0 25 0 1 0 23824658 106569728 24225 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 26018 24225 42 102 0 25913 0
Current children cumulated CPU time (s) 36.31
Current children cumulated vsize (KiB) 126296

[startup+37.2015 s]
/proc/loadavg: 1.98 1.98 2.07 3/77 23495
/proc/meminfo: memFree=1449048/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=7.37
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1365 17598 0 2 5 1 681 50 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23494] ppid=23471 vsize=5356 CPUtime=0
/proc/23494/stat : 23494 (sh) S 23471 23471 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23824658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23494/statm: 1339 232 193 169 0 50 0
[pid=23495] ppid=23494 vsize=104076 CPUtime=29.34
/proc/23495/stat : 23495 (picosat) R 23494 23471 18192 0 -1 4194304 24248 0 0 0 1612 1322 0 0 25 0 1 0 23824658 106573824 24234 996147200 134512640 134931368 4294956256 18446744073709551615 134580045 0 0 4096 0 0 0 0 17 1 0 0
/proc/23495/statm: 26019 24234 47 102 0 25914 0
Current children cumulated CPU time (s) 36.71
Current children cumulated vsize (KiB) 126300

[startup+37.6026 s]
/proc/loadavg: 1.98 1.98 2.07 5/85 23505
/proc/meminfo: memFree=1540824/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=36.8
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1446 42132 0 2 5 2 2298 1375 16 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23496] ppid=23471 vsize=5356 CPUtime=0
/proc/23496/stat : 23496 (sh) S 23471 23471 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827629 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23496/statm: 1339 233 193 169 0 50 0
[pid=23497] ppid=23496 vsize=862288 CPUtime=0.3
/proc/23497/stat : 23497 (java) S 23496 23471 18192 0 -1 0 3097 0 1 0 28 2 0 0 19 0 9 0 23827630 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23497/statm: 215572 2567 1279 9 0 210485 0
[pid=23497/tid=23498] ppid=23496 vsize=862288 CPUtime=0.24
/proc/23497/task/23498/stat : 23498 (java) R 23496 23471 18192 0 -1 64 2031 0 1 0 23 1 0 0 19 0 9 0 23827631 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4126475923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23499] ppid=23496 vsize=862288 CPUtime=0
/proc/23497/task/23499/stat : 23499 (java) S 23496 23471 18192 0 -1 64 72 0 0 0 0 0 0 0 16 0 9 0 23827632 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23500] ppid=23496 vsize=862288 CPUtime=0
/proc/23497/task/23500/stat : 23500 (java) S 23496 23471 18192 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23827633 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23501] ppid=23496 vsize=862288 CPUtime=0
/proc/23497/task/23501/stat : 23501 (java) S 23496 23471 18192 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23827633 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23502] ppid=23496 vsize=862288 CPUtime=0
/proc/23497/task/23502/stat : 23502 (java) S 23496 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827635 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23503] ppid=23496 vsize=862288 CPUtime=0.04
/proc/23497/task/23503/stat : 23503 (java) S 23496 23471 18192 0 -1 64 300 0 0 0 4 0 0 0 17 0 9 0 23827635 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23504] ppid=23496 vsize=862288 CPUtime=0
/proc/23497/task/23504/stat : 23504 (java) S 23496 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827635 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23505] ppid=23496 vsize=862288 CPUtime=0
/proc/23497/task/23505/stat : 23505 (java) S 23496 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827635 882982912 2567 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.1
Current children cumulated vsize (KiB) 884512

[startup+37.7026 s]
/proc/loadavg: 1.98 1.98 2.07 5/85 23505
/proc/meminfo: memFree=1540824/2055920 swapFree=4192812/4192956
[pid=23471] ppid=23469 vsize=16868 CPUtime=36.8
/proc/23471/stat : 23471 (sugar) S 23469 23471 18192 0 -1 4194304 1449 42132 0 2 5 2 2298 1375 15 0 1 0 23823902 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23471/statm: 4217 1113 409 3 0 796 0
[pid=23496] ppid=23471 vsize=5356 CPUtime=0
/proc/23496/stat : 23496 (sh) S 23471 23471 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23827629 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23496/statm: 1339 233 193 169 0 50 0
[pid=23497] ppid=23496 vsize=864124 CPUtime=0.35
/proc/23497/stat : 23497 (java) S 23496 23471 18192 0 -1 0 3626 0 1 0 33 2 0 0 19 0 9 0 23827630 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23497/statm: 216031 3091 1716 9 0 210536 0
[pid=23497/tid=23498] ppid=23496 vsize=864124 CPUtime=0.3
/proc/23497/task/23498/stat : 23498 (java) S 23496 23471 18192 0 -1 64 2557 0 1 0 28 2 0 0 20 0 9 0 23827631 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23499] ppid=23496 vsize=864124 CPUtime=0
/proc/23497/task/23499/stat : 23499 (java) S 23496 23471 18192 0 -1 64 72 0 0 0 0 0 0 0 16 0 9 0 23827632 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23500] ppid=23496 vsize=864124 CPUtime=0
/proc/23497/task/23500/stat : 23500 (java) S 23496 23471 18192 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23827633 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23501] ppid=23496 vsize=864124 CPUtime=0
/proc/23497/task/23501/stat : 23501 (java) S 23496 23471 18192 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23827633 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23502] ppid=23496 vsize=864124 CPUtime=0
/proc/23497/task/23502/stat : 23502 (java) S 23496 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23827635 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23503] ppid=23496 vsize=864124 CPUtime=0.04
/proc/23497/task/23503/stat : 23503 (java) S 23496 23471 18192 0 -1 64 303 0 0 0 4 0 0 0 16 0 9 0 23827635 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23504] ppid=23496 vsize=864124 CPUtime=0
/proc/23497/task/23504/stat : 23504 (java) S 23496 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23827635 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23497/tid=23505] ppid=23496 vsize=864124 CPUtime=0
/proc/23497/task/23505/stat : 23505 (java) S 23496 23471 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23827635 884862976 3091 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.15
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 37.7395
CPU time (s): 37.2243
CPU user time (s): 23.3834
CPU system time (s): 13.8409
CPU usage (%): 98.635
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3834
system time used= 13.8409
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47584
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= 9118
involuntary context switches= 9741

runsolver used 0.049992 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 04:59:34
IDJOB=2078891
IDBENCH=56822
IDSOLVER=738
FILE ID=node21/2078891-1247367574
PBS_JOBID= 9507035
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/nengfa/normalized-queens2.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-2078891-1247367574/watcher-2078891-1247367574 -o /tmp/evaluation-result-2078891-1247367574/solver-2078891-1247367574 -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-2078891-1247367574.xml

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

MD5SUM BENCH= feda91e5b3c1ff49ee389ed427acc709
RANDOM SEED=1404534220

node21.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.240
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.240
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:       1607568 kB
Buffers:         40192 kB
Cached:         288044 kB
SwapCached:          0 kB
Active:         171508 kB
Inactive:       200688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          55248 kB
Slab:            61508 kB
Committed_AS:   174932 kB
PageTables:       1844 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= 66400 MiB
End job on node21 at 2009-07-12 05:00:12