Trace number 2077945

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 118.562 119.65

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-1.xml
MD5SUMb83110eaa48c7b1a0d0e9384b24bced8
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.921
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65246
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65046
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:37:59 2009
0.00/0.07	c 0	PID 24343
0.00/0.07	c 0	HOST node84.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077945-1247366278.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077945-1247366278.xml' 'HOME/temp.csp'
3.18/3.25	c 3	16 domains, 800 variables, 1 predicates, 0 relations, 65246 constraints
3.23/3.31	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.23/3.31	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.23/3.39	c 3	Parsing HOME/temp.csp
3.25/3.59	c 4	parsed 10000 expressions
3.25/3.73	c 4	parsed 20000 expressions
3.25/3.89	c 4	parsed 30000 expressions
3.25/4.06	c 4	parsed 40000 expressions
3.25/4.15	c 4	parsed 50000 expressions
4.22/4.40	c 4	parsed 60000 expressions
4.32/4.46	c 4	parsed 66063 expressions
4.32/4.47	c 4	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.32/4.47	c 4	Converting to clausal form CSP
5.02/5.14	c 5	converted 6607 (10%) expressions
5.72/5.89	c 6	converted 13213 (20%) expressions
6.22/6.39	c 6	converted 19819 (30%) expressions
6.72/6.85	c 7	converted 26426 (40%) expressions
7.62/7.73	c 8	converted 33032 (50%) expressions
8.12/8.21	c 8	converted 39638 (60%) expressions
8.52/8.70	c 9	converted 46245 (70%) expressions
9.12/9.20	c 9	converted 52851 (80%) expressions
9.52/9.66	c 10	converted 59457 (90%) expressions
11.71/11.88	c 12	converted 66063 (100%) expressions
11.71/11.88	c 12	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
11.71/11.88	c 12	Heap : 133 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.71/11.88	c 12	Propagation in CSP
12.03/12.14	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.03/12.14	c 12	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
12.03/12.14	c 12	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.03/12.18	c 12	Simplifing CSP by introducing new Boolean variables
14.81/14.90	c 15	CSP : 800 integers, 313866 booleans, 409065 clauses, largest domain size 45
14.81/14.90	c 15	Heap : 221 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.12/16.21	c 16	Encoding CSP to SAT : HOME/temp.cnf
16.12/16.28	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.12/16.28	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.12/16.28	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.12/16.29	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.12/16.29	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.21/16.30	c 16	480 (60%) CSP integer variables are encoded (17374 clauses, 238968 bytes)
16.21/16.30	c 16	560 (70%) CSP integer variables are encoded (17571 clauses, 241923 bytes)
16.21/16.31	c 16	640 (80%) CSP integer variables are encoded (17801 clauses, 245373 bytes)
16.21/16.32	c 16	720 (90%) CSP integer variables are encoded (18014 clauses, 248568 bytes)
16.21/16.32	c 16	800 (100%) CSP integer variables are encoded (18209 clauses, 251493 bytes)
17.81/17.95	c 18	40907 (10%) CSP clauses are encoded (824197 clauses, 15801171 bytes)
19.41/19.52	c 20	81813 (20%) CSP clauses are encoded (1629079 clauses, 32064820 bytes)
20.99/21.13	c 21	122720 (30%) CSP clauses are encoded (2435620 clauses, 48818641 bytes)
22.69/22.80	c 23	163626 (40%) CSP clauses are encoded (3247403 clauses, 66141432 bytes)
24.30/25.25	c 25	204533 (50%) CSP clauses are encoded (4053130 clauses, 83388532 bytes)
25.99/26.93	c 27	245439 (60%) CSP clauses are encoded (4861410 clauses, 100788943 bytes)
27.66/28.65	c 29	286346 (70%) CSP clauses are encoded (5669918 clauses, 118777428 bytes)
29.45/30.48	c 30	327252 (80%) CSP clauses are encoded (6557974 clauses, 138544703 bytes)
31.69/32.79	c 33	368159 (90%) CSP clauses are encoded (7793173 clauses, 164944885 bytes)
33.99/35.02	c 35	409065 (100%) CSP clauses are encoded (9029163 clauses, 191549794 bytes)
33.99/35.02	c 35	409065 CSP clauses encoded
33.99/35.02	c 35	Writing map file : HOME/temp.map
33.99/35.06	c 35	Heap : 165 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.99/35.06	c 35	SAT : 332854 SAT variables, 9029163 SAT clauses, 191549794 bytes
33.99/35.06	c 35	Heap : 165 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.05/35.15	c 35	SOLVING HOME/temp.cnf
34.05/35.15	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
117.79/118.97	c 119	DECODING HOME/temp.out WITH HOME/temp.map
117.79/118.97	c 119	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'
117.88/119.05	c 119	Decoding HOME/temp.out
117.88/119.50	s SATISFIABLE
117.88/119.53	v 33 13 35 44 3 14 41 0 17 25 3 2 9 10 9 38 1 13 33 9 25 1 24 9 41 1 6 1 14 2 13 4 34 4 5 1 40 42 35 39 2 4 7 1 44 0 30 2 32 1 4 3 29 8 23 0 25 44 1 1 4 35 12 14 5 3 8 8 18 4 5 25 2 6 3 6 22 43 7 39 6 6 38 40 44 26 7 8 5 4 10 28 7 15 9 8 3 9 11 5 5 0 26 39 0 5 2 10 4 0 8 7 36 31 9 41 6 36 26 4 7 10 2 22 15 42 10 0 11 11 31 8 1 10 3 12 39 30 12 44 11 15 43 21 12 22 10 6 4 12 12 17 7 9 24 11 42 6 12 7 13 13 15 13 14 11 15 14 16 23 8 43 17 32 20 12 23 2 14 15 16 17 28 16 29 0 9 41 17 15 38 8 10 2 19 3 11 15 2 10 16 23 19 17 17 14 13 29 16 16 13 24 15 14 18 19 19 18 20 26 20 16 16 23 22 26 20 24 26 29 5 21 27 19 17 29 22 18 17 37 25 28 18 27 20 7 21 30 30 7 26 8 21 33 27 29 32 27 21 21 28 22 30 21 34 28 20 28 25 23 37 33 22 24 16 19 11 33 5 18 19 23 39 6 21 27 39 34 19 24 30 16 23 12 25 19 28 14 20 35 25 25 27 23 24 30 32 18 22 26 31 20 18 36 35 38 26 35 26 11 29 34 33 41 6 31 28 24 28 29 20 36 29 30 31 9 28 35 35 19 29 21 32 31 33 39 40 33 37 31 36 30 43 32 37 24 36 34 24 35 34 27 31 35 22 34 40 37 36 36 37 32 36 37 40 33 38 37 38 39 41 41 42 42 43 39 44 31 42 40 27 41 42 43 43 43 44 38 42 44 4 0 5 5 6 2 4 5 4 4 2 1 4 8 2 1 8 1 6 8 8 7 3 9 3 5 7 4 1 6 6 4 0 9 9 0 1 6 2 4 4 1 0 9 6 7 6 5 6 1 6 5 3 4 6 8 1 0 3 6 3 1 8 0 0 0 3 9 7 5 4 6 9 8 1 1 6 4 4 1 2 0 4 4 1 4 7 8 7 0 1 1 9 9 1 2 8 5 1 6 2 6 5 6 9 5 2 7 8 1 7 8 8 0 3 1 3 3 7 7 6 0 0 2 6 9 2 4 7 9 1 0 2 6 4 5 0 8 1 4 0 1 0 1 4 1 4 9 2 0 6 7 2 6 7 3 1 6 9 1 9 3 2 4 6 8 7 3 3 3 5 1 8 4 5 7 9 3 7 0 2 1 6 0 2 0 7 0 9 3 3 6 9 8 3 9 6 8 7 5 1 7 9 6 3 4 5 8 4 8 7 1 4 9 4 5 8 0 1 2 7 5 6 4 3 1 8 0 3 1 1 6 1 1 2 9 9 6 0 9 5 9 1 2 4 5 5 2 9 3 9 1 7 9 0 5 0 6 4 0 0 0 3 3 1 2 0 8 0 5 6 3 8 9 9 0 4 7 8 3 6 0 7 4 9 7 8 4 4 8 0 7 2 3 9 7 7 5 3 4 3 2 9 1 4 7 2 2 4 8 4 9 9 6 8 9 6 6 0 2 6 3 0 7 5 6 5 5 4 7 6 2 0 1 3 0 3 9 0 2 4 2 3 2 1 9 6 2 0 9 9 4 7 1 4 2 0 2 6 7 9 4 5 3 7 6 5 1 1 4 8 7 7 5 2 5 2 2 0 3 2 6 2 7 2 2 8 8 5 0 3 5 3 8 6 3 7 7 4 3
117.88/119.54	c 120	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
117.88/119.56	c 120	CPU 118.44 (0.06 0.02 75.65 42.71)
117.88/119.56	c 120	END Sun Jul 12 04:39:59 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-2077945-1247366278/watcher-2077945-1247366278 -o /tmp/evaluation-result-2077945-1247366278/solver-2077945-1247366278 -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-2077945-1247366278.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.00 2.17 2.26 4/83 24343
/proc/meminfo: memFree=1149488/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=12272 CPUtime=0
/proc/24343/stat : 24343 (sugar) R 24341 24343 20717 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23693267 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 0 0 0
/proc/24343/statm: 3068 327 246 3 0 168 0

[startup+0.097388 s]
/proc/loadavg: 2.00 2.17 2.26 4/83 24343
/proc/meminfo: memFree=1149488/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=0.06
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101386 s]
/proc/loadavg: 2.00 2.17 2.26 4/83 24343
/proc/meminfo: memFree=1149488/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=0.06
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301429 s]
/proc/loadavg: 2.00 2.17 2.26 4/83 24343
/proc/meminfo: memFree=1149488/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=0.06
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701501 s]
/proc/loadavg: 2.00 2.17 2.26 4/83 24343
/proc/meminfo: memFree=1149488/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=0.06
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 2.00 2.17 2.26 4/94 24355
/proc/meminfo: memFree=1112600/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=0.06
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
[pid=24346] ppid=24343 vsize=5356 CPUtime=0
/proc/24346/stat : 24346 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23693274 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24346/statm: 1339 233 193 169 0 50 0
[pid=24347] ppid=24346 vsize=864760 CPUtime=1.41
/proc/24347/stat : 24347 (java) S 24346 24343 20717 0 -1 0 18818 0 1 0 131 10 0 0 19 0 9 0 23693274 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24347/statm: 216190 15886 2557 9 0 210702 0
[pid=24347/tid=24348] ppid=24346 vsize=864760 CPUtime=0.69
/proc/24347/task/24348/stat : 24348 (java) R 24346 24343 20717 0 -1 64 3329 0 1 0 67 2 0 0 25 0 9 0 23693275 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24349] ppid=24346 vsize=864760 CPUtime=0.59
/proc/24347/task/24349/stat : 24349 (java) S 24346 24343 20717 0 -1 64 14287 0 0 0 54 5 0 0 16 0 9 0 23693276 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24350] ppid=24346 vsize=864760 CPUtime=0
/proc/24347/task/24350/stat : 24350 (java) S 24346 24343 20717 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23693277 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24351] ppid=24346 vsize=864760 CPUtime=0
/proc/24347/task/24351/stat : 24351 (java) S 24346 24343 20717 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 23693277 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24352] ppid=24346 vsize=864760 CPUtime=0
/proc/24347/task/24352/stat : 24352 (java) S 24346 24343 20717 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23693279 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24353] ppid=24346 vsize=864760 CPUtime=0.08
/proc/24347/task/24353/stat : 24353 (java) S 24346 24343 20717 0 -1 64 496 0 0 0 8 0 0 0 16 0 9 0 23693279 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24354] ppid=24346 vsize=864760 CPUtime=0
/proc/24347/task/24354/stat : 24354 (java) S 24346 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23693279 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24355] ppid=24346 vsize=864760 CPUtime=0
/proc/24347/task/24355/stat : 24355 (java) S 24346 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23693279 885514240 15886 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886984

[startup+3.10294 s]
/proc/loadavg: 2.00 2.17 2.26 4/94 24355
/proc/meminfo: memFree=1060248/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=0.06
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
[pid=24346] ppid=24343 vsize=5356 CPUtime=0
/proc/24346/stat : 24346 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23693274 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24346/statm: 1339 233 193 169 0 50 0
[pid=24347] ppid=24346 vsize=864776 CPUtime=3
/proc/24347/stat : 24347 (java) S 24346 24343 20717 0 -1 0 31972 0 1 0 283 17 0 0 19 0 9 0 23693274 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24347/statm: 216194 27053 2557 9 0 210706 0
[pid=24347/tid=24348] ppid=24346 vsize=864776 CPUtime=1.64
/proc/24347/task/24348/stat : 24348 (java) R 24346 24343 20717 0 -1 64 3960 0 1 0 160 4 0 0 25 0 9 0 23693275 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4126746135 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24349] ppid=24346 vsize=864776 CPUtime=1.21
/proc/24347/task/24349/stat : 24349 (java) S 24346 24343 20717 0 -1 64 26775 0 0 0 110 11 0 0 16 0 9 0 23693276 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24350] ppid=24346 vsize=864776 CPUtime=0
/proc/24347/task/24350/stat : 24350 (java) S 24346 24343 20717 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23693277 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24351] ppid=24346 vsize=864776 CPUtime=0
/proc/24347/task/24351/stat : 24351 (java) S 24346 24343 20717 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 23693277 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24352] ppid=24346 vsize=864776 CPUtime=0
/proc/24347/task/24352/stat : 24352 (java) S 24346 24343 20717 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23693279 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24353] ppid=24346 vsize=864776 CPUtime=0.12
/proc/24347/task/24353/stat : 24353 (java) S 24346 24343 20717 0 -1 64 531 0 0 0 12 0 0 0 16 0 9 0 23693279 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24354] ppid=24346 vsize=864776 CPUtime=0
/proc/24347/task/24354/stat : 24354 (java) S 24346 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23693279 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24347/tid=24355] ppid=24346 vsize=864776 CPUtime=0
/proc/24347/task/24355/stat : 24355 (java) S 24346 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23693279 885530624 27053 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 887000

[startup+6.30252 s]
/proc/loadavg: 2.08 2.18 2.26 3/94 24365
/proc/meminfo: memFree=1091224/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=3.25
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1309 32410 0 1 5 2 298 20 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
[pid=24356] ppid=24343 vsize=5356 CPUtime=0
/proc/24356/stat : 24356 (sh) S 24343 24343 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23693598 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24356/statm: 1339 233 193 169 0 50 0
[pid=24357] ppid=24356 vsize=868644 CPUtime=2.97
/proc/24357/stat : 24357 (java) S 24356 24343 20717 0 -1 0 20336 0 1 0 285 12 0 0 20 0 9 0 23693598 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24357/statm: 217161 18534 2566 9 0 211666 0
[pid=24357/tid=24358] ppid=24356 vsize=868644 CPUtime=1.71
/proc/24357/task/24358/stat : 24358 (java) R 24356 24343 20717 0 -1 64 3172 0 1 0 169 2 0 0 25 0 9 0 23693599 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4126575371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24359] ppid=24356 vsize=868644 CPUtime=1.07
/proc/24357/task/24359/stat : 24359 (java) S 24356 24343 20717 0 -1 64 14997 0 0 0 100 7 0 0 16 0 9 0 23693600 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24360] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24360/stat : 24360 (java) S 24356 24343 20717 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23693601 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24361] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24361/stat : 24361 (java) S 24356 24343 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23693601 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24362] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24362/stat : 24362 (java) S 24356 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23693603 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24363] ppid=24356 vsize=868644 CPUtime=0.15
/proc/24357/task/24363/stat : 24363 (java) S 24356 24343 20717 0 -1 64 1464 0 0 0 15 0 0 0 16 0 9 0 23693603 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24364] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24364/stat : 24364 (java) S 24356 24343 20717 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23693603 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24365] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24365/stat : 24365 (java) S 24356 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23693603 889491456 18534 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890868

[startup+12.7027 s]
/proc/loadavg: 2.07 2.18 2.26 3/94 24365
/proc/meminfo: memFree=986648/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=3.25
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1310 32410 0 1 5 2 298 20 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
[pid=24356] ppid=24343 vsize=5356 CPUtime=0
/proc/24356/stat : 24356 (sh) S 24343 24343 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23693598 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24356/statm: 1339 233 193 169 0 50 0
[pid=24357] ppid=24356 vsize=868644 CPUtime=9.37
/proc/24357/stat : 24357 (java) S 24356 24343 20717 0 -1 0 60242 0 1 0 907 30 0 0 20 0 9 0 23693598 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24357/statm: 217161 48632 2567 9 0 211666 0
[pid=24357/tid=24358] ppid=24356 vsize=868644 CPUtime=5.28
/proc/24357/task/24358/stat : 24358 (java) R 24356 24343 20717 0 -1 64 4508 0 1 0 525 3 0 0 25 0 9 0 23693599 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4126386821 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24359] ppid=24356 vsize=868644 CPUtime=3.87
/proc/24357/task/24359/stat : 24359 (java) S 24356 24343 20717 0 -1 64 53548 0 0 0 363 24 0 0 16 0 9 0 23693600 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24360] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24360/stat : 24360 (java) S 24356 24343 20717 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23693601 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24361] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24361/stat : 24361 (java) S 24356 24343 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23693601 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24362] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24362/stat : 24362 (java) S 24356 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23693603 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24363] ppid=24356 vsize=868644 CPUtime=0.18
/proc/24357/task/24363/stat : 24363 (java) S 24356 24343 20717 0 -1 64 1483 0 0 0 18 0 0 0 16 0 9 0 23693603 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24364] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24364/stat : 24364 (java) S 24356 24343 20717 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23693603 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24365] ppid=24356 vsize=868644 CPUtime=0
/proc/24357/task/24365/stat : 24365 (java) S 24356 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23693603 889491456 48632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890868

[startup+25.502 s]
/proc/loadavg: 2.20 2.20 2.27 3/94 24365
/proc/meminfo: memFree=811032/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=3.25
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1310 32410 0 1 5 2 298 20 16 0 1 0 23693267 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24343/statm: 4217 1111 409 3 0 796 0
[pid=24356] ppid=24343 vsize=5356 CPUtime=0
/proc/24356/stat : 24356 (sh) S 24343 24343 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23693598 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24356/statm: 1339 233 193 169 0 50 0
[pid=24357] ppid=24356 vsize=868756 CPUtime=21.34
/proc/24357/stat : 24357 (java) S 24356 24343 20717 0 -1 0 90057 0 1 0 2044 90 0 0 20 0 9 0 23693598 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24357/statm: 217189 64180 2593 9 0 211666 0
[pid=24357/tid=24358] ppid=24356 vsize=868756 CPUtime=13.86
/proc/24357/task/24358/stat : 24358 (java) R 24356 24343 20717 0 -1 64 6064 0 1 0 1336 50 0 0 25 0 9 0 23693599 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24357/tid=24359] ppid=24356 vsize=868756 CPUtime=7.21
/proc/24357/task/24359/stat : 24359 (java) S 24356 24343 20717 0 -1 64 81766 0 0 0 683 38 0 0 16 0 9 0 23693600 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24357/tid=24360] ppid=24356 vsize=868756 CPUtime=0
/proc/24357/task/24360/stat : 24360 (java) S 24356 24343 20717 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23693601 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24361] ppid=24356 vsize=868756 CPUtime=0
/proc/24357/task/24361/stat : 24361 (java) S 24356 24343 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23693601 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24362] ppid=24356 vsize=868756 CPUtime=0
/proc/24357/task/24362/stat : 24362 (java) S 24356 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23693603 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24363] ppid=24356 vsize=868756 CPUtime=0.24
/proc/24357/task/24363/stat : 24363 (java) S 24356 24343 20717 0 -1 64 1524 0 0 0 24 0 0 0 16 0 9 0 23693603 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24364] ppid=24356 vsize=868756 CPUtime=0
/proc/24357/task/24364/stat : 24364 (java) S 24356 24343 20717 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23693603 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24357/tid=24365] ppid=24356 vsize=868756 CPUtime=0
/proc/24357/task/24365/stat : 24365 (java) S 24356 24343 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23693603 889606144 64180 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 890980

[startup+51.1017 s]
/proc/loadavg: 2.83 2.34 2.31 3/86 24367
/proc/meminfo: memFree=872152/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=34.1
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1365 122909 0 2 5 2 3226 177 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
[pid=24366] ppid=24343 vsize=5356 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696782 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24366/statm: 1339 232 193 169 0 50 0
[pid=24367] ppid=24366 vsize=74740 CPUtime=15.93
/proc/24367/stat : 24367 (picosat) R 24366 24343 20717 0 -1 4194304 17764 0 0 0 721 872 0 0 25 0 1 0 23696782 76533760 17750 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24367/statm: 18685 17750 40 102 0 18580 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 96964

[startup+102.307 s]
/proc/loadavg: 2.71 2.39 2.33 3/86 24367
/proc/meminfo: memFree=653272/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=34.1
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1365 122909 0 2 5 2 3226 177 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
[pid=24366] ppid=24343 vsize=5356 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696782 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24366/statm: 1339 232 193 169 0 50 0
[pid=24367] ppid=24366 vsize=306208 CPUtime=67.1
/proc/24367/stat : 24367 (picosat) R 24366 24343 20717 0 -1 4194304 72345 0 0 0 3090 3620 0 0 25 0 1 0 23696782 313556992 72331 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24367/statm: 76552 72331 40 102 0 76447 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 328432

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

[startup+108.701 s]
/proc/loadavg: 2.65 2.39 2.33 3/86 24367
/proc/meminfo: memFree=629976/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=34.1
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1365 122909 0 2 5 2 3226 177 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
[pid=24366] ppid=24343 vsize=5356 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696782 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24366/statm: 1339 232 193 169 0 50 0
[pid=24367] ppid=24366 vsize=329440 CPUtime=73.49
/proc/24367/stat : 24367 (picosat) R 24366 24343 20717 0 -1 4194304 79113 0 0 0 3384 3965 0 0 25 0 1 0 23696782 337346560 79099 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24367/statm: 82360 79099 40 102 0 82255 0
Current children cumulated CPU time (s) 107.59
Current children cumulated vsize (KiB) 351664

[startup+115.102 s]
/proc/loadavg: 2.55 2.37 2.32 3/86 24367
/proc/meminfo: memFree=615384/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=34.1
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1365 122909 0 2 5 2 3226 177 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
[pid=24366] ppid=24343 vsize=5356 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696782 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24366/statm: 1339 232 193 169 0 50 0
[pid=24367] ppid=24366 vsize=374372 CPUtime=79.9
/proc/24367/stat : 24367 (picosat) R 24366 24343 20717 0 -1 4194304 81713 0 0 0 3907 4083 0 0 25 0 1 0 23696782 383356928 81699 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/24367/statm: 93593 81699 42 102 0 93488 0
Current children cumulated CPU time (s) 114
Current children cumulated vsize (KiB) 396596

[startup+116.702 s]
/proc/loadavg: 2.55 2.37 2.32 3/86 24367
/proc/meminfo: memFree=615256/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=34.1
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1365 122909 0 2 5 2 3226 177 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
[pid=24366] ppid=24343 vsize=5356 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696782 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24366/statm: 1339 232 193 169 0 50 0
[pid=24367] ppid=24366 vsize=374372 CPUtime=81.5
/proc/24367/stat : 24367 (picosat) R 24366 24343 20717 0 -1 4194304 81743 0 0 0 4067 4083 0 0 25 0 1 0 23696782 383356928 81729 996147200 134512640 134931368 4294956256 18446744073709551615 134524122 0 0 4096 0 0 0 0 17 0 0 0
/proc/24367/statm: 93593 81729 42 102 0 93488 0
Current children cumulated CPU time (s) 115.6
Current children cumulated vsize (KiB) 396596

[startup+118.302 s]
/proc/loadavg: 2.55 2.37 2.32 3/86 24367
/proc/meminfo: memFree=615000/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=34.1
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1365 122909 0 2 5 2 3226 177 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
[pid=24366] ppid=24343 vsize=5356 CPUtime=0
/proc/24366/stat : 24366 (sh) S 24343 24343 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696782 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24366/statm: 1339 232 193 169 0 50 0
[pid=24367] ppid=24366 vsize=378468 CPUtime=83.1
/proc/24367/stat : 24367 (picosat) R 24366 24343 20717 0 -1 4194304 81825 0 0 0 4227 4083 0 0 25 0 1 0 23696782 387551232 81811 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 0 0 0
/proc/24367/statm: 94617 81811 42 102 0 94512 0
Current children cumulated CPU time (s) 117.2
Current children cumulated vsize (KiB) 400692

[startup+119.102 s]
/proc/loadavg: 2.50 2.37 2.32 3/86 24367
/proc/meminfo: memFree=612248/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=117.88
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1446 205037 0 2 5 2 7514 4267 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 117.88
Current children cumulated vsize (KiB) 16868

[startup+119.501 s]
/proc/loadavg: 2.50 2.37 2.32 3/86 24367
/proc/meminfo: memFree=612248/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=117.88
/proc/24343/stat : 24343 (sugar) S 24341 24343 20717 0 -1 4194304 1446 205037 0 2 5 2 7514 4267 16 0 1 0 23693267 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24343/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 117.88
Current children cumulated vsize (KiB) 16868

[startup+119.601 s]
/proc/loadavg: 2.50 2.37 2.32 3/86 24367
/proc/meminfo: memFree=612248/2055920 swapFree=4192812/4192956
[pid=24343] ppid=24341 vsize=16868 CPUtime=118.49
/proc/24343/stat : 24343 (sugar) R 24341 24343 20717 0 -1 4194304 1477 209089 0 3 6 7 7565 4271 16 0 1 0 23693267 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24343/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 118.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 119.65
CPU time (s): 118.562
CPU user time (s): 75.7195
CPU system time (s): 42.8425
CPU usage (%): 99.0907
Max. virtual memory (cumulated for all children) (KiB): 911356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.7195
system time used= 42.8425
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210626
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= 7638
involuntary context switches= 9872

runsolver used 0.178972 second user time and 0.363944 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 04:37:59
IDJOB=2077945
IDBENCH=56690
IDSOLVER=738
FILE ID=node84/2077945-1247366278
PBS_JOBID= 9507015
Free space on /tmp= 66244 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.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-2077945-1247366278/watcher-2077945-1247366278 -o /tmp/evaluation-result-2077945-1247366278/solver-2077945-1247366278 -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-2077945-1247366278.xml

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

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=1518208270

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1149968 kB
Buffers:         28740 kB
Cached:         224356 kB
SwapCached:          0 kB
Active:         785592 kB
Inactive:        60764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10396 kB
Writeback:           0 kB
Mapped:         614508 kB
Slab:            43576 kB
Committed_AS:   862672 kB
PageTables:       3064 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= 66244 MiB
End job on node84 at 2009-07-12 04:39:59