Trace number 2077978

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 129.188 130.717

General information on the benchmark

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

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:40:56 2009
0.00/0.08	c 0	PID 21814
0.07/0.08	c 0	HOST node29.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2077978-1247366455.xml TO HOME/temp.csp
0.07/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-2077978-1247366455.xml' 'HOME/temp.csp'
3.24/3.37	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 64020 constraints
3.30/3.44	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.30/3.44	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.33/3.52	c 4	Parsing HOME/temp.csp
3.33/3.81	c 4	parsed 10000 expressions
3.33/3.96	c 4	parsed 20000 expressions
3.33/4.13	c 4	parsed 30000 expressions
4.17/4.30	c 4	parsed 40000 expressions
4.26/4.41	c 4	parsed 50000 expressions
4.45/4.67	c 5	parsed 60000 expressions
4.55/4.72	c 5	parsed 64856 expressions
4.55/4.73	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.55/4.73	c 5	Converting to clausal form CSP
5.25/5.43	c 5	converted 6486 (10%) expressions
6.04/6.25	c 6	converted 12972 (20%) expressions
6.63/6.82	c 7	converted 19457 (30%) expressions
7.12/7.36	c 7	converted 25943 (40%) expressions
8.11/8.33	c 8	converted 32428 (50%) expressions
8.61/8.90	c 9	converted 38914 (60%) expressions
9.20/9.44	c 9	converted 45400 (70%) expressions
9.70/9.97	c 10	converted 51885 (80%) expressions
11.08/11.37	c 11	converted 58371 (90%) expressions
12.56/12.89	c 13	converted 64856 (100%) expressions
12.56/12.89	c 13	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.56/12.89	c 13	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.56/12.89	c 13	Propagation in CSP
12.86/13.18	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.86/13.19	c 13	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.86/13.19	c 13	Heap : 141 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.96/13.23	c 13	Simplifing CSP by introducing new Boolean variables
15.72/16.05	c 16	CSP : 800 integers, 309531 booleans, 403469 clauses, largest domain size 45
15.72/16.05	c 16	Heap : 227 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.01/17.38	c 17	Encoding CSP to SAT : HOME/temp.cnf
17.10/17.44	c 17	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.10/17.44	c 17	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.10/17.45	c 17	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.10/17.45	c 17	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.10/17.46	c 17	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.10/17.47	c 18	480 (60%) CSP integer variables are encoded (17393 clauses, 239253 bytes)
17.10/17.47	c 18	560 (70%) CSP integer variables are encoded (17550 clauses, 241608 bytes)
17.10/17.48	c 18	640 (80%) CSP integer variables are encoded (17704 clauses, 243918 bytes)
17.10/17.48	c 18	720 (90%) CSP integer variables are encoded (17826 clauses, 245748 bytes)
17.10/17.49	c 18	800 (100%) CSP integer variables are encoded (17951 clauses, 247623 bytes)
18.89/19.27	c 19	40347 (10%) CSP clauses are encoded (803369 clauses, 15377811 bytes)
20.66/21.00	c 21	80694 (20%) CSP clauses are encoded (1588367 clauses, 31236348 bytes)
22.34/22.79	c 23	121041 (30%) CSP clauses are encoded (2373093 clauses, 47502089 bytes)
24.11/24.57	c 25	161388 (40%) CSP clauses are encoded (3158038 clauses, 64234478 bytes)
25.88/26.39	c 26	201735 (50%) CSP clauses are encoded (3947682 clauses, 81128249 bytes)
27.75/28.20	c 28	242082 (60%) CSP clauses are encoded (4736834 clauses, 98102526 bytes)
29.53/30.03	c 30	282429 (70%) CSP clauses are encoded (5532891 clauses, 115839785 bytes)
31.49/32.04	c 32	322776 (80%) CSP clauses are encoded (6418837 clauses, 135546629 bytes)
33.96/34.51	c 35	363123 (90%) CSP clauses are encoded (7637240 clauses, 161531717 bytes)
36.42/37.01	c 37	403469 (100%) CSP clauses are encoded (8856258 clauses, 187691651 bytes)
36.42/37.01	c 37	403469 CSP clauses encoded
36.42/37.01	c 37	Writing map file : HOME/temp.map
36.42/37.05	c 37	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.42/37.05	c 37	SAT : 328261 SAT variables, 8856258 SAT clauses, 187691651 bytes
36.42/37.05	c 37	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.52/37.10	c 37	SOLVING HOME/temp.cnf
36.52/37.10	c 37	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
128.41/129.97	c 130	DECODING HOME/temp.out WITH HOME/temp.map
128.41/129.97	c 130	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'
128.50/130.06	c 130	Decoding HOME/temp.out
128.50/130.51	s SATISFIABLE
128.50/130.55	v 41 16 29 25 24 32 43 18 16 44 35 40 2 2 2 27 40 14 36 37 4 34 36 10 0 27 44 30 9 11 24 31 9 0 12 2 43 19 18 17 31 36 6 1 5 39 2 12 4 24 15 26 5 2 5 13 17 19 42 4 7 3 9 34 44 7 35 16 14 7 17 28 21 27 31 31 33 4 7 43 24 3 12 28 5 20 10 32 44 33 6 10 2 7 35 18 42 27 26 43 18 8 8 14 12 1 1 21 18 7 15 1 16 15 13 12 20 42 8 6 30 3 44 4 6 13 6 20 7 39 26 40 11 19 10 11 24 14 13 15 10 1 20 21 2 41 34 20 20 9 8 39 9 19 4 9 32 8 5 14 23 34 5 18 13 8 19 0 6 10 11 17 20 32 9 14 40 15 11 14 3 10 21 17 13 25 22 6 3 23 25 10 20 19 17 17 38 11 42 15 30 5 18 24 11 19 26 16 7 9 14 43 11 29 21 12 30 12 20 12 42 1 11 22 42 26 32 21 8 4 35 30 19 25 13 16 25 36 20 6 33 26 12 7 29 3 4 19 17 23 40 6 22 15 14 22 13 22 22 44 21 23 37 28 31 34 25 44 1 24 39 30 19 35 25 26 9 26 33 27 41 29 10 15 14 3 30 18 25 36 0 23 27 15 25 34 3 28 27 11 31 26 22 16 32 22 4 28 3 16 5 33 5 27 1 9 43 27 28 0 24 23 32 29 35 29 29 40 42 15 32 6 35 34 37 36 22 38 39 23 29 0 40 33 28 41 37 34 33 36 23 28 10 34 1 44 1 16 31 29 39 37 41 16 43 0 44 13 35 35 39 8 30 39 37 5 38 0 38 33 17 36 39 41 41 12 42 38 21 38 25 26 42 3 17 33 32 43 40 38 7 3 7 1 3 3 0 4 8 4 5 0 5 7 8 0 3 1 7 4 7 7 8 7 5 9 6 1 7 9 4 6 6 6 9 3 7 7 6 9 8 3 5 6 7 9 2 0 6 0 9 9 1 6 9 9 8 0 8 3 6 8 4 4 2 2 7 9 5 4 0 6 5 5 7 2 9 2 0 1 6 0 4 3 0 1 5 9 0 7 1 0 9 8 3 5 2 3 6 6 1 4 5 7 8 1 2 3 2 3 3 3 5 5 0 7 5 1 1 8 4 2 7 4 3 3 4 6 1 4 0 6 2 4 8 8 8 3 4 1 3 0 2 9 4 1 6 7 4 9 3 2 2 3 0 1 8 2 5 2 5 8 2 3 8 0 5 9 7 1 6 7 9 2 3 9 2 0 1 4 1 9 2 1 2 4 2 9 5 0 7 6 8 2 6 4 6 3 4 8 6 4 0 1 7 8 4 6 7 8 0 3 4 0 1 6 3 2 0 1 6 4 0 1 0 1 7 6 8 9 1 8 1 9 1 2 6 4 3 0 8 5 3 5 8 3 5 6 2 1 4 6 6 7 8 8 5 3 7 5 8 3 3 7 3 2 8 8 9 2 3 7 9 8 3 8 5 7 0 2 4 6 2 2 6 7 2 8 0 2 7 6 8 6 2 9 4 2 6 5 4 2 4 1 6 5 8 4 9 4 8 2 3 1 7 0 2 7 1 8 5 4 0 1 2 2 5 1 7 4 1 2 6 3 2 9 0 8 6 2 3 2 8 3 8 2 1 0 1 1 8 5 4 1 5 9 8 7 0 4 8 6 6 0 8 4 3 6 4 0 0 6 5 1 8 6 3 3 5 6 3 6 7 3 8 5 3 2 4 4 5 3 5 6 5 5 5 5 5 0
128.50/130.56	c 131	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
128.50/130.62	c 131	CPU 129.07 (0.07 0.01 84.26 44.73)
128.50/130.62	c 131	END Sun Jul 12 04:43:07 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-2077978-1247366455/watcher-2077978-1247366455 -o /tmp/evaluation-result-2077978-1247366455/solver-2077978-1247366455 -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-2077978-1247366455.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.07 2.16 3/82 21814
/proc/meminfo: memFree=1638464/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=8540 CPUtime=0
/proc/21814/stat : 21814 (sugar) R 21812 21814 21777 0 -1 4194304 67 0 0 0 0 0 0 0 20 0 1 0 23711754 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 221778081836 0 0 4096 0 0 0 0 17 1 0 0
/proc/21814/statm: 2135 52 39 3 0 55 0

[startup+0.082652 s]
/proc/loadavg: 1.93 2.07 2.16 3/82 21814
/proc/meminfo: memFree=1638464/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16740 CPUtime=0.07
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23711754 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101495 s]
/proc/loadavg: 1.93 2.07 2.16 3/82 21814
/proc/meminfo: memFree=1638464/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=0.07
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301508 s]
/proc/loadavg: 1.93 2.07 2.16 3/82 21814
/proc/meminfo: memFree=1638464/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=0.07
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.706328 s]
/proc/loadavg: 1.93 2.07 2.16 3/82 21814
/proc/meminfo: memFree=1638464/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=0.07
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50259 s]
/proc/loadavg: 1.93 2.07 2.16 4/93 21826
/proc/meminfo: memFree=1602728/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=0.07
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
[pid=21817] ppid=21814 vsize=5356 CPUtime=0
/proc/21817/stat : 21817 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711762 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21817/statm: 1339 233 193 169 0 50 0
[pid=21818] ppid=21817 vsize=866760 CPUtime=1.38
/proc/21818/stat : 21818 (java) S 21817 21814 21777 0 -1 0 18014 0 1 0 128 10 0 0 18 0 9 0 23711762 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21818/statm: 216690 15582 2557 9 0 211202 0
[pid=21818/tid=21819] ppid=21817 vsize=866760 CPUtime=0.7
/proc/21818/task/21819/stat : 21819 (java) R 21817 21814 21777 0 -1 64 3028 0 1 0 67 3 0 0 25 0 9 0 23711763 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21820] ppid=21817 vsize=866760 CPUtime=0.57
/proc/21818/task/21820/stat : 21820 (java) R 21817 21814 21777 0 -1 64 13787 0 0 0 51 6 0 0 17 0 9 0 23711765 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 102768099 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21821] ppid=21817 vsize=866760 CPUtime=0
/proc/21818/task/21821/stat : 21821 (java) S 21817 21814 21777 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23711765 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21822] ppid=21817 vsize=866760 CPUtime=0
/proc/21818/task/21822/stat : 21822 (java) S 21817 21814 21777 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23711765 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21823] ppid=21817 vsize=866760 CPUtime=0
/proc/21818/task/21823/stat : 21823 (java) S 21817 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23711767 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21824] ppid=21817 vsize=866760 CPUtime=0.09
/proc/21818/task/21824/stat : 21824 (java) S 21817 21814 21777 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 23711767 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21825] ppid=21817 vsize=866760 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21817 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23711767 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21826] ppid=21817 vsize=866760 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21817 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23711767 887562240 15582 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 888984

[startup+3.10268 s]
/proc/loadavg: 1.93 2.07 2.16 4/93 21826
/proc/meminfo: memFree=1552488/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=0.07
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
[pid=21817] ppid=21814 vsize=5356 CPUtime=0
/proc/21817/stat : 21817 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711762 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21817/statm: 1339 233 193 169 0 50 0
[pid=21818] ppid=21817 vsize=864776 CPUtime=2.96
/proc/21818/stat : 21818 (java) S 21817 21814 21777 0 -1 0 31603 0 1 0 281 15 0 0 18 0 9 0 23711762 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21818/statm: 216194 26685 2557 9 0 210706 0
[pid=21818/tid=21819] ppid=21817 vsize=864776 CPUtime=1.57
/proc/21818/task/21819/stat : 21819 (java) R 21817 21814 21777 0 -1 64 3930 0 1 0 154 3 0 0 25 0 9 0 23711763 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4126809080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21820] ppid=21817 vsize=864776 CPUtime=1.21
/proc/21818/task/21820/stat : 21820 (java) S 21817 21814 21777 0 -1 64 26435 0 0 0 111 10 0 0 16 0 9 0 23711765 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21821] ppid=21817 vsize=864776 CPUtime=0
/proc/21818/task/21821/stat : 21821 (java) S 21817 21814 21777 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23711765 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21822] ppid=21817 vsize=864776 CPUtime=0
/proc/21818/task/21822/stat : 21822 (java) S 21817 21814 21777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23711765 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21823] ppid=21817 vsize=864776 CPUtime=0
/proc/21818/task/21823/stat : 21823 (java) S 21817 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23711767 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21824] ppid=21817 vsize=864776 CPUtime=0.15
/proc/21818/task/21824/stat : 21824 (java) S 21817 21814 21777 0 -1 64 533 0 0 0 15 0 0 0 16 0 9 0 23711767 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21825] ppid=21817 vsize=864776 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21817 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23711767 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21818/tid=21826] ppid=21817 vsize=864776 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21817 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23711767 885530624 26685 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887000

[startup+6.30189 s]
/proc/loadavg: 2.01 2.09 2.16 3/93 21836
/proc/meminfo: memFree=1587048/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=3.33
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1309 32038 0 1 6 1 308 18 15 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
[pid=21827] ppid=21814 vsize=5356 CPUtime=0
/proc/21827/stat : 21827 (sh) S 21814 21814 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23712098 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21827/statm: 1339 233 193 169 0 50 0
[pid=21828] ppid=21827 vsize=868616 CPUtime=2.8
/proc/21828/stat : 21828 (java) S 21827 21814 21777 0 -1 0 19043 0 1 0 271 9 0 0 18 0 9 0 23712098 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 217154 17240 2566 9 0 211659 0
[pid=21828/tid=21829] ppid=21827 vsize=868616 CPUtime=1.63
/proc/21828/task/21829/stat : 21829 (java) R 21827 21814 21777 0 -1 64 3166 0 1 0 161 2 0 0 25 0 9 0 23712099 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4126528588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21830] ppid=21827 vsize=868616 CPUtime=0.99
/proc/21828/task/21830/stat : 21830 (java) S 21827 21814 21777 0 -1 64 13723 0 0 0 94 5 0 0 16 0 9 0 23712100 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21831/stat : 21831 (java) S 21827 21814 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23712101 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21832/stat : 21832 (java) S 21827 21814 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23712101 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21827 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23712103 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21827 vsize=868616 CPUtime=0.15
/proc/21828/task/21834/stat : 21834 (java) S 21827 21814 21777 0 -1 64 1452 0 0 0 15 0 0 0 16 0 9 0 23712103 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21827 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23712103 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21827 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23712103 889462784 17240 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890840

[startup+12.7023 s]
/proc/loadavg: 2.01 2.09 2.16 3/93 21836
/proc/meminfo: memFree=1486568/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=3.33
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1309 32038 0 1 6 1 308 18 16 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
[pid=21827] ppid=21814 vsize=5356 CPUtime=0
/proc/21827/stat : 21827 (sh) S 21814 21814 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23712098 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21827/statm: 1339 233 193 169 0 50 0
[pid=21828] ppid=21827 vsize=868616 CPUtime=9.13
/proc/21828/stat : 21828 (java) S 21827 21814 21777 0 -1 0 54025 0 1 0 889 24 0 0 18 0 9 0 23712098 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 217154 42416 2567 9 0 211659 0
[pid=21828/tid=21829] ppid=21827 vsize=868616 CPUtime=5.4
/proc/21828/task/21829/stat : 21829 (java) R 21827 21814 21777 0 -1 64 4479 0 1 0 537 3 0 0 25 0 9 0 23712099 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4125952318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21830] ppid=21827 vsize=868616 CPUtime=3.54
/proc/21828/task/21830/stat : 21830 (java) S 21827 21814 21777 0 -1 64 47382 0 0 0 334 20 0 0 16 0 9 0 23712100 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21831/stat : 21831 (java) S 21827 21814 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23712101 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21832/stat : 21832 (java) S 21827 21814 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23712101 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21827 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23712103 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21827 vsize=868616 CPUtime=0.16
/proc/21828/task/21834/stat : 21834 (java) S 21827 21814 21777 0 -1 64 1462 0 0 0 16 0 0 0 16 0 9 0 23712103 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21827 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23712103 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21827 vsize=868616 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21827 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23712103 889462784 42416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890840

[startup+25.5021 s]
/proc/loadavg: 2.16 2.11 2.17 3/93 21836
/proc/meminfo: memFree=1290792/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=3.33
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1310 32038 0 1 6 1 308 18 16 0 1 0 23711754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1111 409 3 0 796 0
[pid=21827] ppid=21814 vsize=5356 CPUtime=0
/proc/21827/stat : 21827 (sh) S 21814 21814 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23712098 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21827/statm: 1339 233 193 169 0 50 0
[pid=21828] ppid=21827 vsize=868728 CPUtime=21.77
/proc/21828/stat : 21828 (java) S 21827 21814 21777 0 -1 0 94282 0 1 0 2089 88 0 0 18 0 9 0 23712098 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21828/statm: 217182 68555 2593 9 0 211659 0
[pid=21828/tid=21829] ppid=21827 vsize=868728 CPUtime=14.09
/proc/21828/task/21829/stat : 21829 (java) R 21827 21814 21777 0 -1 64 6062 0 1 0 1360 49 0 0 25 0 9 0 23712099 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4126543141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21830] ppid=21827 vsize=868728 CPUtime=7.4
/proc/21828/task/21830/stat : 21830 (java) S 21827 21814 21777 0 -1 64 86002 0 0 0 703 37 0 0 16 0 9 0 23712100 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21831] ppid=21827 vsize=868728 CPUtime=0
/proc/21828/task/21831/stat : 21831 (java) S 21827 21814 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23712101 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21832] ppid=21827 vsize=868728 CPUtime=0
/proc/21828/task/21832/stat : 21832 (java) S 21827 21814 21777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23712101 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21833] ppid=21827 vsize=868728 CPUtime=0
/proc/21828/task/21833/stat : 21833 (java) S 21827 21814 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23712103 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21834] ppid=21827 vsize=868728 CPUtime=0.25
/proc/21828/task/21834/stat : 21834 (java) S 21827 21814 21777 0 -1 64 1516 0 0 0 25 0 0 0 16 0 9 0 23712103 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21835] ppid=21827 vsize=868728 CPUtime=0
/proc/21828/task/21835/stat : 21835 (java) S 21827 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23712103 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21828/tid=21836] ppid=21827 vsize=868728 CPUtime=0
/proc/21828/task/21836/stat : 21836 (java) S 21827 21814 21777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23712103 889577472 68555 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 890952

[startup+51.1017 s]
/proc/loadavg: 2.10 2.10 2.16 3/85 21838
/proc/meminfo: memFree=1382632/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=63776 CPUtime=13.85
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 14483 0 0 0 640 745 0 0 25 0 1 0 23715465 65306624 14469 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 15944 14469 40 102 0 15839 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 86000

[startup+102.307 s]
/proc/loadavg: 2.04 2.08 2.15 3/85 21838
/proc/meminfo: memFree=1155048/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=280988 CPUtime=64.55
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 64971 0 0 0 2988 3467 0 0 25 0 1 0 23715465 287731712 64957 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 70247 64957 40 102 0 70142 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 303212

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

[startup+115.106 s]
/proc/loadavg: 2.04 2.08 2.15 3/85 21838
/proc/meminfo: memFree=1107688/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=323888 CPUtime=77.23
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 77468 0 0 0 3582 4141 0 0 25 0 1 0 23715465 331661312 77454 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 80972 77454 40 102 0 80867 0
Current children cumulated CPU time (s) 113.76
Current children cumulated vsize (KiB) 346112

[startup+121.501 s]
/proc/loadavg: 2.03 2.08 2.15 3/85 21838
/proc/meminfo: memFree=1085480/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=336620 CPUtime=83.57
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 80225 0 0 0 4077 4280 0 0 25 0 1 0 23715465 344698880 80175 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 84155 80175 42 102 0 84050 0
Current children cumulated CPU time (s) 120.1
Current children cumulated vsize (KiB) 358844

[startup+124.702 s]
/proc/loadavg: 2.03 2.08 2.15 3/85 21838
/proc/meminfo: memFree=1085416/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=336620 CPUtime=86.74
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 80248 0 0 0 4394 4280 0 0 25 0 1 0 23715465 344698880 80198 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 84155 80198 42 102 0 84050 0
Current children cumulated CPU time (s) 123.27
Current children cumulated vsize (KiB) 358844

[startup+127.901 s]
/proc/loadavg: 2.03 2.08 2.15 3/85 21838
/proc/meminfo: memFree=1085160/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=340716 CPUtime=89.91
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 80316 0 0 0 4711 4280 0 0 25 0 1 0 23715465 348893184 80266 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 85179 80266 42 102 0 85074 0
Current children cumulated CPU time (s) 126.44
Current children cumulated vsize (KiB) 362940

[startup+129.502 s]
/proc/loadavg: 2.03 2.08 2.15 3/85 21838
/proc/meminfo: memFree=1085032/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=36.53
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1365 126773 0 2 7 1 3463 182 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
[pid=21837] ppid=21814 vsize=5356 CPUtime=0
/proc/21837/stat : 21837 (sh) S 21814 21814 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23715464 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21837/statm: 1339 232 193 169 0 50 0
[pid=21838] ppid=21837 vsize=340720 CPUtime=91.49
/proc/21838/stat : 21838 (picosat) R 21837 21814 21777 0 -1 4194304 80379 0 0 0 4868 4281 0 0 25 0 1 0 23715465 348897280 80329 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/21838/statm: 85180 80329 47 102 0 85075 0
Current children cumulated CPU time (s) 128.02
Current children cumulated vsize (KiB) 362944

[startup+130.302 s]
/proc/loadavg: 2.18 2.11 2.16 3/85 21838
/proc/meminfo: memFree=1082280/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=128.5
/proc/21814/stat : 21814 (sugar) S 21812 21814 21777 0 -1 4194304 1446 207438 0 2 7 1 8373 4469 16 0 1 0 23711754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21814/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 128.5
Current children cumulated vsize (KiB) 16868

[startup+130.702 s]
/proc/loadavg: 2.18 2.11 2.16 3/85 21838
/proc/meminfo: memFree=1082280/2055920 swapFree=4191900/4192956
[pid=21814] ppid=21812 vsize=16868 CPUtime=129.16
/proc/21814/stat : 21814 (sugar) R 21812 21814 21777 0 -1 4194304 1477 211481 0 3 7 10 8426 4473 16 0 1 0 23711754 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21814/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 129.16
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 130.717
CPU time (s): 129.188
CPU user time (s): 84.3382
CPU system time (s): 44.8502
CPU usage (%): 98.8307
Max. virtual memory (cumulated for all children) (KiB): 918456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.3382
system time used= 44.8502
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213018
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= 7797
involuntary context switches= 12551

runsolver used 0.179972 second user time and 0.468928 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 04:40:56
IDJOB=2077978
IDBENCH=56693
IDSOLVER=738
FILE ID=node29/2077978-1247366455
PBS_JOBID= 9507119
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=2096647018

node29.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.225
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.225
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:       1639008 kB
Buffers:         35512 kB
Cached:         181560 kB
SwapCached:        392 kB
Active:         277352 kB
Inactive:        76752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639008 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10444 kB
Writeback:           0 kB
Mapped:         156796 kB
Slab:            47668 kB
Committed_AS:   328576 kB
PageTables:       2188 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= 66368 MiB
End job on node29 at 2009-07-12 04:43:07