Trace number 2083159

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+picosatUNSAT 317.395 322.075

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-4.xml
MD5SUMf60495681f907379789521d31738f5ab
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.6949
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 07:33:01 2009
0.02/0.07	c 0	PID 26908
0.02/0.07	c 0	HOST node41.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2083159-1247376781.xml TO HOME/temp.csp
0.02/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-2083159-1247376781.xml' 'HOME/temp.csp'
1.16/1.29	c 2	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
1.25/1.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.34	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.26/1.42	c 2	Parsing HOME/temp.csp
1.26/1.59	c 2	parsed 10000 expressions
1.26/1.65	c 2	parsed 12317 expressions
1.26/1.66	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.26/1.66	c 2	Converting to clausal form CSP
2.60/2.77	c 3	converted 1232 (10%) expressions
5.89/6.06	c 6	converted 2464 (20%) expressions
8.76/8.90	c 9	converted 3696 (30%) expressions
10.44/10.66	c 11	converted 4927 (40%) expressions
12.23/12.48	c 13	converted 6159 (50%) expressions
14.40/14.65	c 15	converted 7391 (60%) expressions
16.09/16.33	c 17	converted 8622 (70%) expressions
17.66/17.94	c 18	converted 9854 (80%) expressions
19.44/19.74	c 20	converted 11086 (90%) expressions
21.92/22.25	c 23	converted 12317 (100%) expressions
21.92/22.25	c 23	CSP : 1797 integers, 32608 booleans, 68334 clauses, largest domain size 2741
21.92/22.25	c 23	Heap : 111 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.92/22.25	c 23	Propagation in CSP
22.61/22.93	c 23	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.61/22.93	c 23	CSP : 1797 integers, 32608 booleans, 68334 clauses, largest domain size 2741
22.61/22.93	c 23	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.61/22.97	c 23	Simplifing CSP by introducing new Boolean variables
22.72/23.07	c 23	CSP : 1797 integers, 55516 booleans, 91242 clauses, largest domain size 2741
22.72/23.07	c 23	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.61/23.91	c 24	Encoding CSP to SAT : HOME/temp.cnf
24.40/24.79	c 25	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
25.29/25.69	c 26	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
26.18/26.59	c 27	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
27.08/27.46	c 28	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
27.86/28.26	c 29	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
28.26/28.64	c 29	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
28.56/28.99	c 29	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
28.95/29.38	c 30	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
29.35/29.77	c 30	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
29.74/30.12	c 30	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
36.35/36.84	c 37	9125 (10%) CSP clauses are encoded (3106969 clauses, 64841030 bytes)
43.26/43.80	c 44	18249 (20%) CSP clauses are encoded (4915492 clauses, 111134105 bytes)
49.87/50.57	c 51	27373 (30%) CSP clauses are encoded (6785575 clauses, 159230500 bytes)
56.88/57.64	c 58	36497 (40%) CSP clauses are encoded (8946281 clauses, 215831975 bytes)
64.64/65.54	c 66	45621 (50%) CSP clauses are encoded (11293113 clauses, 277200643 bytes)
71.88/72.91	c 73	54746 (60%) CSP clauses are encoded (13495851 clauses, 334486922 bytes)
78.14/79.35	c 80	63870 (70%) CSP clauses are encoded (15443129 clauses, 384758299 bytes)
84.84/86.16	c 87	72994 (80%) CSP clauses are encoded (17577571 clauses, 440598464 bytes)
91.51/92.99	c 93	82118 (90%) CSP clauses are encoded (19606796 clauses, 493782889 bytes)
97.76/99.39	c 100	91242 (100%) CSP clauses are encoded (21500151 clauses, 543551247 bytes)
97.76/99.39	c 100	91242 CSP clauses encoded
97.76/99.39	c 100	Writing map file : HOME/temp.map
97.87/99.46	c 100	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
97.87/99.46	c 100	SAT : 1709809 SAT variables, 21500151 SAT clauses, 543551247 bytes
97.87/99.46	c 100	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
97.93/99.53	c 100	SOLVING HOME/temp.cnf
97.93/99.53	c 100	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
316.45/320.46	c 321	DECODING HOME/temp.out WITH HOME/temp.map
316.45/320.46	c 321	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'
316.53/320.96	c 321	Decoding HOME/temp.out
317.05/321.48	s UNSATISFIABLE
317.05/321.49	c 322	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
317.14/321.51	c 322	CPU 317.17 (0.06 0.01 208.23 108.87)
317.14/321.51	c 322	END Sun Jul 12 07:38:23 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083159-1247376781/watcher-2083159-1247376781 -o /tmp/evaluation-result-2083159-1247376781/solver-2083159-1247376781 -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-2083159-1247376781.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.95 2.03 2.00 4/83 26908
/proc/meminfo: memFree=1140488/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=12268 CPUtime=0
/proc/26908/stat : 26908 (sugar) D 26906 26908 21528 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 24369834 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/26908/statm: 3067 316 241 3 0 167 0

[startup+0.0453091 s]
/proc/loadavg: 1.95 2.03 2.00 4/83 26908
/proc/meminfo: memFree=1140488/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=13468 CPUtime=0.02
/proc/26908/stat : 26908 (sugar) R 26906 26908 21528 0 -1 4194304 758 0 0 0 2 0 0 0 18 0 1 0 24369834 13791232 726 996147200 4194304 4206940 548682068608 18446744073709551615 209144822050 0 0 4224 0 0 0 0 17 0 0 0
/proc/26908/statm: 3367 729 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.103671 s]
/proc/loadavg: 1.95 2.03 2.00 4/83 26908
/proc/meminfo: memFree=1140488/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=0.06
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301333 s]
/proc/loadavg: 1.95 2.03 2.00 4/83 26908
/proc/meminfo: memFree=1140488/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=0.06
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701379 s]
/proc/loadavg: 1.95 2.03 2.00 4/83 26908
/proc/meminfo: memFree=1140488/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=0.06
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 1.95 2.03 2.00 4/94 26920
/proc/meminfo: memFree=1113384/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=1.26
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1309 10082 0 1 5 1 113 7 16 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 16868

[startup+3.10259 s]
/proc/loadavg: 1.95 2.03 2.00 3/94 26930
/proc/meminfo: memFree=1116072/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=1.26
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1309 10082 0 1 5 1 113 7 16 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
[pid=26921] ppid=26908 vsize=5356 CPUtime=0
/proc/26921/stat : 26921 (sh) S 26908 26908 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24369969 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26921/statm: 1339 233 193 169 0 50 0
[pid=26922] ppid=26921 vsize=868592 CPUtime=1.74
/proc/26922/stat : 26922 (java) S 26921 26908 21528 0 -1 0 8822 0 1 0 169 5 0 0 19 0 9 0 24369969 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26922/statm: 217148 7948 2567 9 0 211653 0
[pid=26922/tid=26923] ppid=26921 vsize=868592 CPUtime=1.33
/proc/26922/task/26923/stat : 26923 (java) R 26921 26908 21528 0 -1 64 2660 0 1 0 131 2 0 0 25 0 9 0 24369970 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4126097822 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26924] ppid=26921 vsize=868592 CPUtime=0.22
/proc/26922/task/26924/stat : 26924 (java) S 26921 26908 21528 0 -1 64 3991 0 0 0 21 1 0 0 16 0 9 0 24369971 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26925] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26925/stat : 26925 (java) S 26921 26908 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24369971 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26926] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26926/stat : 26926 (java) S 26921 26908 21528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24369971 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26927] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26927/stat : 26927 (java) S 26921 26908 21528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24369973 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26928] ppid=26921 vsize=868592 CPUtime=0.16
/proc/26922/task/26928/stat : 26928 (java) S 26921 26908 21528 0 -1 64 1468 0 0 0 16 0 0 0 15 0 9 0 24369973 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26929] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26929/stat : 26929 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24369973 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26930] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26930/stat : 26930 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24369973 889438208 7948 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890816

[startup+6.30287 s]
/proc/loadavg: 1.95 2.03 2.00 4/94 26930
/proc/meminfo: memFree=1094440/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=1.26
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1309 10082 0 1 5 1 113 7 16 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
[pid=26921] ppid=26908 vsize=5356 CPUtime=0
/proc/26921/stat : 26921 (sh) S 26908 26908 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24369969 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26921/statm: 1339 233 193 169 0 50 0
[pid=26922] ppid=26921 vsize=868592 CPUtime=4.93
/proc/26922/stat : 26922 (java) S 26921 26908 21528 0 -1 0 12802 0 1 0 486 7 0 0 19 0 9 0 24369969 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26922/statm: 217148 11752 2566 9 0 211653 0
[pid=26922/tid=26923] ppid=26921 vsize=868592 CPUtime=4.04
/proc/26922/task/26923/stat : 26923 (java) R 26921 26908 21528 0 -1 64 3077 0 1 0 402 2 0 0 25 0 9 0 24369970 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4126507917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26924] ppid=26921 vsize=868592 CPUtime=0.68
/proc/26922/task/26924/stat : 26924 (java) S 26921 26908 21528 0 -1 64 7547 0 0 0 65 3 0 0 16 0 9 0 24369971 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26925] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26925/stat : 26925 (java) S 26921 26908 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24369971 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26926] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26926/stat : 26926 (java) S 26921 26908 21528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24369971 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26927] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26927/stat : 26927 (java) S 26921 26908 21528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24369973 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26928] ppid=26921 vsize=868592 CPUtime=0.17
/proc/26922/task/26928/stat : 26928 (java) S 26921 26908 21528 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 24369973 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26929] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26929/stat : 26929 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24369973 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26930] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26930/stat : 26930 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24369973 889438208 11752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890816

[startup+12.7025 s]
/proc/loadavg: 1.96 2.03 2.00 3/94 26930
/proc/meminfo: memFree=1045992/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=1.26
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1309 10082 0 1 5 1 113 7 16 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
[pid=26921] ppid=26908 vsize=5356 CPUtime=0
/proc/26921/stat : 26921 (sh) S 26908 26908 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24369969 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26921/statm: 1339 233 193 169 0 50 0
[pid=26922] ppid=26921 vsize=868592 CPUtime=11.26
/proc/26922/stat : 26922 (java) S 26921 26908 21528 0 -1 0 25443 0 1 0 1112 14 0 0 19 0 9 0 24369969 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26922/statm: 217148 20406 2567 9 0 211653 0
[pid=26922/tid=26923] ppid=26921 vsize=868592 CPUtime=9.52
/proc/26922/task/26923/stat : 26923 (java) R 26921 26908 21528 0 -1 64 3492 0 1 0 950 2 0 0 25 0 9 0 24369970 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4126546888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26924] ppid=26921 vsize=868592 CPUtime=1.53
/proc/26922/task/26924/stat : 26924 (java) S 26921 26908 21528 0 -1 64 19772 0 0 0 143 10 0 0 16 0 9 0 24369971 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26925] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26925/stat : 26925 (java) S 26921 26908 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24369971 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26926] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26926/stat : 26926 (java) S 26921 26908 21528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24369971 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26922/tid=26927] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26927/stat : 26927 (java) S 26921 26908 21528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24369973 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26928] ppid=26921 vsize=868592 CPUtime=0.17
/proc/26922/task/26928/stat : 26928 (java) S 26921 26908 21528 0 -1 64 1476 0 0 0 17 0 0 0 15 0 9 0 24369973 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26929] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26929/stat : 26929 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24369973 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26930] ppid=26921 vsize=868592 CPUtime=0
/proc/26922/task/26930/stat : 26930 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24369973 889438208 20406 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890816

[startup+25.5026 s]
/proc/loadavg: 2.03 2.04 2.00 3/94 26930
/proc/meminfo: memFree=952168/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=1.27
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1310 10082 0 1 6 1 113 7 16 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
[pid=26921] ppid=26908 vsize=5356 CPUtime=0
/proc/26921/stat : 26921 (sh) S 26908 26908 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24369969 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26921/statm: 1339 233 193 169 0 50 0
[pid=26922] ppid=26921 vsize=868704 CPUtime=23.92
/proc/26922/stat : 26922 (java) S 26921 26908 21528 0 -1 0 51721 0 1 0 2364 28 0 0 19 0 9 0 24369969 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26922/statm: 217176 35986 2592 9 0 211653 0
[pid=26922/tid=26923] ppid=26921 vsize=868704 CPUtime=19.26
/proc/26922/task/26923/stat : 26923 (java) R 26921 26908 21528 0 -1 64 4827 0 1 0 1922 4 0 0 25 0 9 0 24369970 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4127001693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26924] ppid=26921 vsize=868704 CPUtime=4.4
/proc/26922/task/26924/stat : 26924 (java) S 26921 26908 21528 0 -1 64 44683 0 0 0 418 22 0 0 16 0 9 0 24369971 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26925] ppid=26921 vsize=868704 CPUtime=0
/proc/26922/task/26925/stat : 26925 (java) S 26921 26908 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24369971 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26926] ppid=26921 vsize=868704 CPUtime=0
/proc/26922/task/26926/stat : 26926 (java) S 26921 26908 21528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24369971 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26927] ppid=26921 vsize=868704 CPUtime=0
/proc/26922/task/26927/stat : 26927 (java) S 26921 26908 21528 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24369973 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26928] ppid=26921 vsize=868704 CPUtime=0.22
/proc/26922/task/26928/stat : 26928 (java) S 26921 26908 21528 0 -1 64 1508 0 0 0 22 0 0 0 15 0 9 0 24369973 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26929] ppid=26921 vsize=868704 CPUtime=0
/proc/26922/task/26929/stat : 26929 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24369973 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26922/tid=26930] ppid=26921 vsize=868704 CPUtime=0
/proc/26922/task/26930/stat : 26930 (java) S 26921 26908 21528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24369973 889552896 35986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890928

[startup+51.1032 s]
/proc/loadavg: 2.02 2.04 2.00 3/94 26930
/proc/meminfo: memFree=742888/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=1.27
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1310 10082 0 1 6 1 113 7 16 0 1 0 24369834 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26908/statm: 4217 1111 409 3 0 796 0
[pid=26921] ppid=26908 vsize=5356 CPUtime=0
/proc/26921/stat : 26921 (sh) S 26908 26908 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24369969 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26921/statm: 1339 233 193 169 0 50 0
[pid=26922] ppid=26921 vsize=868704 CPUtime=49.19
/proc/26922/stat : 26922 (java) S 26921 26908 21528 0 -1 0 52064 0 1 0 4793 126 0 0 19 0 9 0 24369969 889552896 36010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26922/statm: 217176 36010 2593 9 0 211653 0

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

[pid=26932] ppid=26931 vsize=44356 CPUtime=2.72
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 8995 0 0 0 117 155 0 0 25 0 1 0 24379789 45420544 8981 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 11089 8981 40 102 0 10984 0
Current children cumulated CPU time (s) 100.67
Current children cumulated vsize (KiB) 66580

[startup+162.302 s]
/proc/loadavg: 2.36 2.13 2.03 4/86 26932
/proc/meminfo: memFree=55912/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=369592 CPUtime=62.14
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 82911 0 0 0 2826 3388 0 0 25 0 1 0 24379789 378462208 82897 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 92398 82897 40 102 0 92293 0
Current children cumulated CPU time (s) 160.09
Current children cumulated vsize (KiB) 391816

[startup+222.302 s]
/proc/loadavg: 2.76 2.28 2.09 4/86 26932
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=589668 CPUtime=121.54
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 135668 0 0 0 5531 6623 0 0 25 0 1 0 24379789 603820032 135654 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 147417 135654 40 102 0 147312 0
Current children cumulated CPU time (s) 219.49
Current children cumulated vsize (KiB) 611892

[startup+282.301 s]
/proc/loadavg: 2.35 2.26 2.09 3/86 26932
/proc/meminfo: memFree=19176/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=842512 CPUtime=180.8
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 188429 0 0 0 8249 9831 0 0 25 0 1 0 24379789 862732288 188415 996147200 134512640 134931368 4294956256 18446744073709551615 134545632 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 210628 188415 40 102 0 210523 0
Current children cumulated CPU time (s) 278.75
Current children cumulated vsize (KiB) 864736

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

[startup+307.101 s]
/proc/loadavg: 2.23 2.23 2.09 3/86 26932
/proc/meminfo: memFree=20072/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=899076 CPUtime=205.34
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 200698 0 1 0 10042 10492 0 0 25 0 1 0 24379789 920653824 200653 996147200 134512640 134931368 4294956256 18446744073709551615 134524232 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 224769 200653 42 102 0 224664 0
Current children cumulated CPU time (s) 303.29
Current children cumulated vsize (KiB) 921300

[startup+313.507 s]
/proc/loadavg: 2.21 2.23 2.09 3/86 26932
/proc/meminfo: memFree=19688/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=899208 CPUtime=211.68
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 200808 0 1 0 10676 10492 0 0 25 0 1 0 24379789 920788992 200763 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 224802 200763 42 102 0 224697 0
Current children cumulated CPU time (s) 309.63
Current children cumulated vsize (KiB) 921432

[startup+316.701 s]
/proc/loadavg: 2.19 2.23 2.08 3/86 26932
/proc/meminfo: memFree=27432/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=899208 CPUtime=214.85
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 200874 0 1 0 10993 10492 0 0 25 0 1 0 24379789 920788992 200829 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 224802 200829 42 102 0 224697 0
Current children cumulated CPU time (s) 312.8
Current children cumulated vsize (KiB) 921432

[startup+319.903 s]
/proc/loadavg: 2.19 2.23 2.08 3/86 26932
/proc/meminfo: memFree=19176/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=97.95
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1366 63173 0 2 6 1 9417 371 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26931] ppid=26908 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26908 26908 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24379788 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=899344 CPUtime=218.02
/proc/26932/stat : 26932 (picosat) R 26931 26908 21528 0 -1 4194304 200936 0 1 0 11310 10492 0 0 25 0 1 0 24379789 920928256 200891 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/26932/statm: 224836 200891 42 102 0 224731 0
Current children cumulated CPU time (s) 315.97
Current children cumulated vsize (KiB) 921568

[startup+320.703 s]
/proc/loadavg: 2.18 2.22 2.08 3/86 26932
/proc/meminfo: memFree=19176/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=316.53
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1429 264395 0 4 6 1 20768 10878 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 316.53
Current children cumulated vsize (KiB) 16868

[startup+321.502 s]
/proc/loadavg: 2.18 2.22 2.08 4/94 26942
/proc/meminfo: memFree=799976/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=316.53
/proc/26908/stat : 26908 (sugar) S 26906 26908 21528 0 -1 4194304 1449 264395 0 4 6 1 20768 10878 16 0 1 0 24369834 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26908/statm: 4217 1114 409 3 0 796 0
[pid=26933] ppid=26908 vsize=5356 CPUtime=0
/proc/26933/stat : 26933 (sh) S 26908 26908 21528 0 -1 4194304 277 0 1 0 0 0 0 0 18 0 1 0 24401881 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26933/statm: 1339 233 193 169 0 50 0
[pid=26934] ppid=26933 vsize=865660 CPUtime=0.61
/proc/26934/stat : 26934 (java) S 26933 26908 21528 0 -1 0 7820 0 86 0 54 7 0 0 18 0 9 0 24401893 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26934/statm: 216415 7166 2565 9 0 210920 0
[pid=26934/tid=26935] ppid=26933 vsize=865660 CPUtime=0.33
/proc/26934/task/26935/stat : 26935 (java) S 26933 26908 21528 0 -1 64 2507 0 42 0 30 3 0 0 20 0 9 0 24401900 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26934/tid=26936] ppid=26933 vsize=865660 CPUtime=0.17
/proc/26934/task/26936/stat : 26936 (java) S 26933 26908 21528 0 -1 64 4154 0 2 0 16 1 0 0 16 0 9 0 24401916 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26934/tid=26937] ppid=26933 vsize=865660 CPUtime=0
/proc/26934/task/26937/stat : 26937 (java) S 26933 26908 21528 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24401917 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26934/tid=26938] ppid=26933 vsize=865660 CPUtime=0
/proc/26934/task/26938/stat : 26938 (java) S 26933 26908 21528 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24401918 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26934/tid=26939] ppid=26933 vsize=865660 CPUtime=0
/proc/26934/task/26939/stat : 26939 (java) S 26933 26908 21528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 24401923 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26934/tid=26940] ppid=26933 vsize=865660 CPUtime=0.06
/proc/26934/task/26940/stat : 26940 (java) S 26933 26908 21528 0 -1 64 502 0 2 0 6 0 0 0 16 0 9 0 24401923 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26934/tid=26941] ppid=26933 vsize=865660 CPUtime=0
/proc/26934/task/26941/stat : 26941 (java) S 26933 26908 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24401923 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26934/tid=26942] ppid=26933 vsize=865660 CPUtime=0
/proc/26934/task/26942/stat : 26942 (java) S 26933 26908 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24401923 886435840 7166 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.14
Current children cumulated vsize (KiB) 887884

[startup+321.902 s]
/proc/loadavg: 2.18 2.22 2.08 4/94 26942
/proc/meminfo: memFree=799976/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=317.37
/proc/26908/stat : 26908 (sugar) D 26906 26908 21528 0 -1 4194304 1476 272503 0 91 6 21 20823 10887 18 0 1 0 24369834 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26908/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 317.37
Current children cumulated vsize (KiB) 16868

[startup+322.002 s]
/proc/loadavg: 2.18 2.22 2.08 4/94 26942
/proc/meminfo: memFree=799976/2055920 swapFree=4192812/4192956
[pid=26908] ppid=26906 vsize=16868 CPUtime=317.37
/proc/26908/stat : 26908 (sugar) D 26906 26908 21528 0 -1 4194304 1476 272503 0 91 6 21 20823 10887 18 0 1 0 24369834 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26908/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 317.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 322.075
CPU time (s): 317.395
CPU user time (s): 208.303
CPU system time (s): 109.091
CPU usage (%): 98.5469
Max. virtual memory (cumulated for all children) (KiB): 921568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.303
system time used= 109.091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274040
page faults= 91
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18498
involuntary context switches= 25114

runsolver used 0.39294 second user time and 1.10783 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 07:33:01
IDJOB=2083159
IDBENCH=57722
IDSOLVER=738
FILE ID=node41/2083159-1247376781
PBS_JOBID= 9507067
Free space on /tmp= 65884 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-4.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-2083159-1247376781/watcher-2083159-1247376781 -o /tmp/evaluation-result-2083159-1247376781/solver-2083159-1247376781 -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-2083159-1247376781.xml

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

MD5SUM BENCH= f60495681f907379789521d31738f5ab
RANDOM SEED=1214430271

node41.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.212
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	: 5931.00
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.212
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:       1140968 kB
Buffers:         45084 kB
Cached:         279752 kB
SwapCached:          0 kB
Active:         672588 kB
Inactive:       166548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2852 kB
Writeback:           0 kB
Mapped:         530072 kB
Slab:            60204 kB
Committed_AS:   908380 kB
PageTables:       2712 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= 65880 MiB
End job on node41 at 2009-07-12 07:38:23