Trace number 2064195

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 98.371 99.7654

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.3002
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sat Jul 11 19:50:31 2009
0.04/0.07	c 0	PID 15009
0.04/0.07	c 0	HOST node86.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2064195-1247334631.xml TO HOME/temp.csp
0.04/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-2064195-1247334631.xml' 'HOME/temp.csp'
2.37/2.78	c 3	32 domains, 880 variables, 1 predicates, 0 relations, 48826 constraints
2.37/2.79	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.37/2.79	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'
2.47/2.87	c 3	Parsing HOME/temp.csp
2.47/3.07	c 3	parsed 10000 expressions
2.87/3.21	c 3	parsed 20000 expressions
2.97/3.36	c 3	parsed 30000 expressions
3.15/3.54	c 4	parsed 40000 expressions
3.25/3.63	c 4	parsed 49739 expressions
3.25/3.64	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.25/3.64	c 4	Converting to clausal form CSP
3.85/4.30	c 4	converted 4974 (10%) expressions
4.24/4.66	c 5	converted 9948 (20%) expressions
4.85/5.27	c 5	converted 14922 (30%) expressions
5.24/5.61	c 6	converted 19896 (40%) expressions
5.54/5.95	c 6	converted 24870 (50%) expressions
5.84/6.29	c 6	converted 29844 (60%) expressions
6.63/7.03	c 7	converted 34818 (70%) expressions
6.94/7.38	c 7	converted 39792 (80%) expressions
7.34/7.73	c 8	converted 44766 (90%) expressions
8.53/8.96	c 9	converted 49739 (100%) expressions
8.53/8.96	c 9	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
8.53/8.96	c 9	Heap : 109 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.53/8.96	c 9	Propagation in CSP
9.62/10.06	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.62/10.06	c 10	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
9.62/10.06	c 10	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.71/10.10	c 10	Simplifing CSP by introducing new Boolean variables
10.81/11.27	c 11	CSP : 880 integers, 244235 booleans, 324622 clauses, largest domain size 45
10.81/11.27	c 11	Heap : 180 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.90/12.37	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.01/12.43	c 12	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
12.01/12.44	c 12	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
12.01/12.44	c 12	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
12.01/12.44	c 12	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
12.01/12.45	c 12	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
12.01/12.45	c 13	528 (60%) CSP integer variables are encoded (18994 clauses, 263268 bytes)
12.01/12.46	c 13	616 (70%) CSP integer variables are encoded (19068 clauses, 264378 bytes)
12.01/12.46	c 13	704 (80%) CSP integer variables are encoded (19144 clauses, 265518 bytes)
12.01/12.46	c 13	792 (90%) CSP integer variables are encoded (19208 clauses, 266478 bytes)
12.01/12.47	c 13	880 (100%) CSP integer variables are encoded (19302 clauses, 267888 bytes)
13.40/13.84	c 14	32463 (10%) CSP clauses are encoded (666604 clauses, 12786524 bytes)
14.69/15.14	c 15	64925 (20%) CSP clauses are encoded (1316045 clauses, 25939962 bytes)
15.99/16.44	c 16	97387 (30%) CSP clauses are encoded (1967704 clauses, 39177216 bytes)
17.36/17.82	c 18	129849 (40%) CSP clauses are encoded (2615238 clauses, 52959410 bytes)
18.64/19.18	c 19	162311 (50%) CSP clauses are encoded (3261988 clauses, 66882533 bytes)
20.04/20.55	c 21	194774 (60%) CSP clauses are encoded (3910852 clauses, 81293993 bytes)
21.43/21.94	c 22	227236 (70%) CSP clauses are encoded (4559367 clauses, 95977707 bytes)
23.20/23.75	c 24	259698 (80%) CSP clauses are encoded (5508352 clauses, 116324227 bytes)
25.03/25.95	c 26	292160 (90%) CSP clauses are encoded (6488662 clauses, 137437591 bytes)
26.89/27.80	c 28	324622 (100%) CSP clauses are encoded (7469324 clauses, 158586365 bytes)
26.89/27.80	c 28	324622 CSP clauses encoded
26.89/27.80	c 28	Writing map file : HOME/temp.map
26.89/27.84	c 28	Heap : 138 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.89/27.84	c 28	SAT : 264288 SAT variables, 7469324 SAT clauses, 158586365 bytes
26.89/27.84	c 28	Heap : 138 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.96/27.90	c 28	SOLVING HOME/temp.cnf
26.96/27.91	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
97.69/99.15	c 99	DECODING HOME/temp.out WITH HOME/temp.map
97.69/99.15	c 99	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'
97.76/99.23	c 99	Decoding HOME/temp.out
97.76/99.63	s SATISFIABLE
97.76/99.66	v 44 37 29 23 44 0 16 9 10 4 18 17 26 34 33 9 37 35 0 2 21 41 0 23 42 19 3 40 8 36 19 6 0 17 14 3 6 6 18 23 4 15 1 2 38 3 0 2 31 27 25 4 44 12 22 30 19 9 8 0 25 15 0 3 3 21 35 21 1 4 18 11 44 1 34 7 33 5 36 6 13 2 32 26 9 7 7 41 12 9 10 24 26 8 22 31 8 3 6 3 5 39 11 15 13 4 19 8 7 10 39 10 30 1 8 12 6 2 28 4 7 1 26 11 6 0 7 0 10 2 39 33 11 9 13 9 10 19 12 14 13 40 35 11 22 2 10 13 28 14 38 26 23 36 10 17 13 17 18 16 39 15 38 14 22 15 4 31 29 32 25 9 1 4 7 15 20 15 6 12 18 17 8 34 32 40 13 19 42 12 18 10 1 26 16 1 16 29 30 37 19 12 13 16 8 9 28 20 5 19 40 3 27 20 18 8 22 21 20 21 22 41 34 13 23 5 25 39 17 20 7 3 21 9 27 14 15 30 12 5 3 16 43 17 3 25 18 15 18 32 24 17 28 32 24 38 21 24 31 33 25 2 8 34 37 36 7 18 2 26 20 25 19 5 27 16 20 42 14 43 21 1 12 16 0 16 24 27 14 29 31 13 28 25 27 44 21 22 36 21 30 36 8 11 24 33 5 27 43 37 22 10 23 34 7 29 32 29 32 32 31 24 28 22 2 29 7 30 20 34 4 28 11 40 27 29 16 29 41 33 23 36 19 5 30 25 17 26 9 13 36 40 34 29 31 23 33 24 32 35 4 36 27 20 37 40 10 35 15 32 20 5 37 12 30 31 11 44 29 44 28 43 33 33 37 6 37 38 2 35 34 33 27 37 37 35 42 43 43 43 39 14 38 38 35 36 39 40 11 39 35 41 40 41 33 34 38 41 26 42 31 38 42 28 40 39 41 43 40 21 42 41 44 0 42 43 35 42 41 39 8 8 0 9 9 3 7 1 3 2 2 4 7 7 10 6 0 3 9 3 2 9 6 3 7 9 0 1 6 6 3 7 7 2 4 7 9 1 9 2 9 1 6 7 6 8 4 9 0 9 5 3 7 4 1 5 5 3 5 10 1 10 2 10 9 3 7 8 1 1 1 6 6 0 1 2 8 10 1 10 2 5 1 3 7 7 5 8 1 10 2 9 9 1 3 5 10 4 4 5 5 2 9 9 6 4 1 8 1 6 5 9 6 9 9 10 8 8 7 8 9 2 1 5 2 1 0 5 8 6 0 4 2 9 0 5 5 0 3 9 7 3 4 3 6 0 1 9 5 7 1 0 8 0 10 7 5 1 7 9 9 0 9 1 4 3 10 10 2 3 8 4 10 0 8 2 7 7 3 8 3 10 7 4 4 8 10 7 1 7 0 0 7 2 2 4 10 8 0 9 2 2 1 8 2 0 9 5 8 6 0 3 1 2 10 0 8 9 9 10 5 1 8 3 1 9 0 1 8 6 4 6 7 8 8 8 8 9 9 0 2 1 7 0 1 3 6 6 8 7 10 9 0 9 3 7 4 8 7 6 7 10 4 3 3 8 6 5 4 8 3 6 10 6 7 6 0 8 6 3 5 8 6 3 0 0 7 4 10 7 1 8 10 9 5 10 1 9 2 6 8 5 3 0 5 1 1 10 8 7 7 4 6 6 3 3 8 10 6 0 3 0 1 0 2 6 10 1 8 9 6 3 8 4 3 5 4 9 4 3 7 9 8 7 2 4 3 5 2 4 4 6 5 1 9 0 9 1 5 10 7 10 0 4 4 10 7 6 4 10 10 4 5 0 7 8 4 4 4 2 6 1 7 5 10 0 2 10 1 8 2 0 2 6 1 9 4 4 2 9 4 0 3 4 2 7 7 7 7 10 1 10 9 7 2 0 8 5 10 2 6 2 6 8 2 8 2 10 5 0 5 0 0 8 9 6 0 0 6 6
97.76/99.67	c 100	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
97.76/99.69	c 100	CPU 98.27 (0.06 0.02 62.91 35.28)
97.76/99.69	c 100	END Sat Jul 11 19:52:11 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-2064195-1247334631/watcher-2064195-1247334631 -o /tmp/evaluation-result-2064195-1247334631/solver-2064195-1247334631 -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-2064195-1247334631.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.01 2.01 4/82 15009
/proc/meminfo: memFree=879408/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=12272 CPUtime=0
/proc/15009/stat : 15009 (sugar) R 15007 15009 13111 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20528386 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240154016357 0 0 4224 0 0 0 0 17 0 0 0
/proc/15009/statm: 3068 327 246 3 0 168 0

[startup+0.0503329 s]
/proc/loadavg: 2.00 2.01 2.01 4/82 15009
/proc/meminfo: memFree=879408/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=15948 CPUtime=0.04
/proc/15009/stat : 15009 (sugar) R 15007 15009 13111 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 20528386 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 240162746610 0 0 4224 0 0 0 0 17 0 0 0
/proc/15009/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101342 s]
/proc/loadavg: 2.00 2.01 2.01 4/82 15009
/proc/meminfo: memFree=879408/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=0.06
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301378 s]
/proc/loadavg: 2.00 2.01 2.01 4/82 15009
/proc/meminfo: memFree=879408/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=0.06
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701459 s]
/proc/loadavg: 2.00 2.01 2.01 4/82 15009
/proc/meminfo: memFree=879408/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=0.06
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.00 2.01 2.01 3/93 15021
/proc/meminfo: memFree=844824/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=0.06
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
[pid=15012] ppid=15009 vsize=5356 CPUtime=0
/proc/15012/stat : 15012 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20528393 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15012/statm: 1339 233 193 169 0 50 0
[pid=15013] ppid=15012 vsize=864756 CPUtime=1.13
/proc/15013/stat : 15013 (java) S 15012 15009 13111 0 -1 0 15150 0 1 0 106 7 0 0 18 0 9 0 20528393 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15013/statm: 216189 13188 2557 9 0 210701 0
[pid=15013/tid=15014] ppid=15012 vsize=864756 CPUtime=0.6
/proc/15013/task/15014/stat : 15014 (java) D 15012 15009 13111 0 -1 64 3039 0 1 0 58 2 0 0 24 0 9 0 20528394 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15013/tid=15015] ppid=15012 vsize=864756 CPUtime=0.42
/proc/15013/task/15015/stat : 15015 (java) S 15012 15009 13111 0 -1 64 10912 0 0 0 38 4 0 0 16 0 9 0 20528396 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15013/tid=15016] ppid=15012 vsize=864756 CPUtime=0
/proc/15013/task/15016/stat : 15016 (java) S 15012 15009 13111 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20528396 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15013/tid=15017] ppid=15012 vsize=864756 CPUtime=0
/proc/15013/task/15017/stat : 15017 (java) S 15012 15009 13111 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20528396 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15013/tid=15018] ppid=15012 vsize=864756 CPUtime=0
/proc/15013/task/15018/stat : 15018 (java) S 15012 15009 13111 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20528398 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15013/tid=15019] ppid=15012 vsize=864756 CPUtime=0.08
/proc/15013/task/15019/stat : 15019 (java) S 15012 15009 13111 0 -1 64 493 0 0 0 8 0 0 0 16 0 9 0 20528398 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15013/tid=15020] ppid=15012 vsize=864756 CPUtime=0
/proc/15013/task/15020/stat : 15020 (java) S 15012 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20528398 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15013/tid=15021] ppid=15012 vsize=864756 CPUtime=0
/proc/15013/task/15021/stat : 15021 (java) S 15012 15009 13111 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20528398 885510144 13188 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 886980

[startup+3.10291 s]
/proc/loadavg: 2.00 2.01 2.01 4/93 15021
/proc/meminfo: memFree=808664/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=2.47
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1309 24356 0 1 5 2 226 14 15 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30253 s]
/proc/loadavg: 2.08 2.03 2.01 4/93 15031
/proc/meminfo: memFree=818192/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=2.47
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1309 24356 0 1 5 2 226 14 16 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
[pid=15022] ppid=15009 vsize=5356 CPUtime=0
/proc/15022/stat : 15022 (sh) S 15009 15009 13111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20528666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15022/statm: 1339 233 193 169 0 50 0
[pid=15023] ppid=15022 vsize=868648 CPUtime=3.47
/proc/15023/stat : 15023 (java) S 15022 15009 13111 0 -1 0 22513 0 1 0 335 12 0 0 20 0 9 0 20528666 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15023/statm: 217162 20965 2566 9 0 211667 0
[pid=15023/tid=15024] ppid=15022 vsize=868648 CPUtime=2.09
/proc/15023/task/15024/stat : 15024 (java) R 15022 15009 13111 0 -1 64 3215 0 1 0 207 2 0 0 25 0 9 0 20528667 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4126527700 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15025] ppid=15022 vsize=868648 CPUtime=1.2
/proc/15023/task/15025/stat : 15025 (java) S 15022 15009 13111 0 -1 64 17131 0 0 0 113 7 0 0 16 0 9 0 20528668 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15026] ppid=15022 vsize=868648 CPUtime=0
/proc/15023/task/15026/stat : 15026 (java) S 15022 15009 13111 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20528668 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15027] ppid=15022 vsize=868648 CPUtime=0
/proc/15023/task/15027/stat : 15027 (java) S 15022 15009 13111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20528668 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15028] ppid=15022 vsize=868648 CPUtime=0
/proc/15023/task/15028/stat : 15028 (java) S 15022 15009 13111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20528670 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15029] ppid=15022 vsize=868648 CPUtime=0.15
/proc/15023/task/15029/stat : 15029 (java) S 15022 15009 13111 0 -1 64 1465 0 0 0 14 1 0 0 16 0 9 0 20528670 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15030] ppid=15022 vsize=868648 CPUtime=0
/proc/15023/task/15030/stat : 15030 (java) S 15022 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20528670 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15031] ppid=15022 vsize=868648 CPUtime=0
/proc/15023/task/15031/stat : 15031 (java) S 15022 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20528670 889495552 20965 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 890872

[startup+12.7028 s]
/proc/loadavg: 2.07 2.03 2.01 4/93 15031
/proc/meminfo: memFree=664016/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=2.47
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1310 24356 0 1 5 2 226 14 15 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
[pid=15022] ppid=15009 vsize=5356 CPUtime=0
/proc/15022/stat : 15022 (sh) S 15009 15009 13111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20528666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15022/statm: 1339 233 193 169 0 50 0
[pid=15023] ppid=15022 vsize=868760 CPUtime=9.83
/proc/15023/stat : 15023 (java) S 15022 15009 13111 0 -1 0 68283 0 1 0 951 32 0 0 20 0 9 0 20528666 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15023/statm: 217190 52539 2593 9 0 211667 0
[pid=15023/tid=15024] ppid=15022 vsize=868760 CPUtime=4.56
/proc/15023/task/15024/stat : 15024 (java) R 15022 15009 13111 0 -1 64 4685 0 1 0 452 4 0 0 25 0 9 0 20528667 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4126569677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15025] ppid=15022 vsize=868760 CPUtime=5.02
/proc/15023/task/15025/stat : 15025 (java) S 15022 15009 13111 0 -1 64 61370 0 0 0 477 25 0 0 16 0 9 0 20528668 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15026] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15026/stat : 15026 (java) S 15022 15009 13111 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 20528668 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15027] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15027/stat : 15027 (java) S 15022 15009 13111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20528668 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15028] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15028/stat : 15028 (java) S 15022 15009 13111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20528670 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15029] ppid=15022 vsize=868760 CPUtime=0.22
/proc/15023/task/15029/stat : 15029 (java) S 15022 15009 13111 0 -1 64 1526 0 0 0 21 1 0 0 15 0 9 0 20528670 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15030] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15030/stat : 15030 (java) S 15022 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20528670 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15031] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15031/stat : 15031 (java) S 15022 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20528670 889610240 52539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 890984

[startup+25.5022 s]
/proc/loadavg: 2.29 2.07 2.03 3/93 15033
/proc/meminfo: memFree=543056/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=2.47
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1310 24356 0 1 5 2 226 14 16 0 1 0 20528386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1111 409 3 0 796 0
[pid=15022] ppid=15009 vsize=5356 CPUtime=0
/proc/15022/stat : 15022 (sh) S 15009 15009 13111 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20528666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15022/statm: 1339 233 193 169 0 50 0
[pid=15023] ppid=15022 vsize=868760 CPUtime=22.16
/proc/15023/stat : 15023 (java) S 15022 15009 13111 0 -1 0 68516 0 1 0 2110 106 0 0 20 0 9 0 20528666 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15023/statm: 217190 52547 2593 9 0 211667 0
[pid=15023/tid=15024] ppid=15022 vsize=868760 CPUtime=16.67
/proc/15023/task/15024/stat : 15024 (java) R 15022 15009 13111 0 -1 64 4910 0 1 0 1591 76 0 0 25 0 9 0 20528667 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15025] ppid=15022 vsize=868760 CPUtime=5.23
/proc/15023/task/15025/stat : 15025 (java) S 15022 15009 13111 0 -1 64 61370 0 0 0 496 27 0 0 16 0 9 0 20528668 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15026] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15026/stat : 15026 (java) S 15022 15009 13111 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 20528668 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15027] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15027/stat : 15027 (java) S 15022 15009 13111 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20528668 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15028] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15028/stat : 15028 (java) S 15022 15009 13111 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20528670 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15029] ppid=15022 vsize=868760 CPUtime=0.24
/proc/15023/task/15029/stat : 15029 (java) S 15022 15009 13111 0 -1 64 1534 0 0 0 23 1 0 0 16 0 9 0 20528670 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15030] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15030/stat : 15030 (java) S 15022 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20528670 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15023/tid=15031] ppid=15022 vsize=868760 CPUtime=0
/proc/15023/task/15031/stat : 15031 (java) S 15022 15009 13111 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20528670 889610240 52547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 890984

[startup+51.1011 s]
/proc/loadavg: 2.25 2.08 2.03 3/85 15035
/proc/meminfo: memFree=617112/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=26.98
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1365 93224 0 2 5 2 2549 142 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
[pid=15034] ppid=15009 vsize=5356 CPUtime=0
/proc/15034/stat : 15034 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20531177 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15034/statm: 1339 232 193 169 0 50 0
[pid=15035] ppid=15034 vsize=108604 CPUtime=23.06
/proc/15035/stat : 15035 (picosat) R 15034 15009 13111 0 -1 4194304 25466 0 0 0 1047 1259 0 0 25 0 1 0 20531177 111210496 25452 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15035/statm: 27151 25452 40 102 0 27046 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 130828

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

[startup+76.702 s]
/proc/loadavg: 2.22 2.09 2.03 3/85 15035
/proc/meminfo: memFree=510104/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=26.98
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1365 93224 0 2 5 2 2549 142 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
[pid=15034] ppid=15009 vsize=5356 CPUtime=0
/proc/15034/stat : 15034 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20531177 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15034/statm: 1339 232 193 169 0 50 0
[pid=15035] ppid=15034 vsize=223872 CPUtime=48.52
/proc/15035/stat : 15035 (picosat) R 15034 15009 13111 0 -1 4194304 52458 0 0 0 2242 2610 0 0 25 0 1 0 20531177 229244928 52444 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15035/statm: 55968 52444 40 102 0 55863 0
Current children cumulated CPU time (s) 75.5
Current children cumulated vsize (KiB) 246096

[startup+89.5024 s]
/proc/loadavg: 2.18 2.09 2.03 3/85 15035
/proc/meminfo: memFree=455256/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=26.98
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1365 93224 0 2 5 2 2549 142 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
[pid=15034] ppid=15009 vsize=5356 CPUtime=0
/proc/15034/stat : 15034 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20531177 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15034/statm: 1339 232 193 169 0 50 0
[pid=15035] ppid=15034 vsize=269412 CPUtime=61.15
/proc/15035/stat : 15035 (picosat) R 15034 15009 13111 0 -1 4194304 65719 0 0 0 2828 3287 0 0 25 0 1 0 20531177 275877888 65705 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/15035/statm: 67353 65705 40 102 0 67248 0
Current children cumulated CPU time (s) 88.13
Current children cumulated vsize (KiB) 291636

[startup+95.9016 s]
/proc/loadavg: 2.16 2.08 2.03 3/85 15035
/proc/meminfo: memFree=445464/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=26.98
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1365 93224 0 2 5 2 2549 142 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
[pid=15034] ppid=15009 vsize=5356 CPUtime=0
/proc/15034/stat : 15034 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20531177 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15034/statm: 1339 232 193 169 0 50 0
[pid=15035] ppid=15034 vsize=295356 CPUtime=67.52
/proc/15035/stat : 15035 (picosat) R 15034 15009 13111 0 -1 4194304 67675 0 0 0 3375 3377 0 0 25 0 1 0 20531177 302444544 67650 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15035/statm: 73839 67650 42 102 0 73734 0
Current children cumulated CPU time (s) 94.5
Current children cumulated vsize (KiB) 317580

[startup+97.502 s]
/proc/loadavg: 2.16 2.08 2.03 3/85 15035
/proc/meminfo: memFree=445400/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=26.98
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1365 93224 0 2 5 2 2549 142 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
[pid=15034] ppid=15009 vsize=5356 CPUtime=0
/proc/15034/stat : 15034 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20531177 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15034/statm: 1339 232 193 169 0 50 0
[pid=15035] ppid=15034 vsize=295356 CPUtime=69.12
/proc/15035/stat : 15035 (picosat) R 15034 15009 13111 0 -1 4194304 67704 0 0 0 3535 3377 0 0 25 0 1 0 20531177 302444544 67679 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/15035/statm: 73839 67679 42 102 0 73734 0
Current children cumulated CPU time (s) 96.1
Current children cumulated vsize (KiB) 317580

[startup+99.1023 s]
/proc/loadavg: 2.16 2.08 2.03 3/85 15035
/proc/meminfo: memFree=443096/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=26.98
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1365 93224 0 2 5 2 2549 142 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
[pid=15034] ppid=15009 vsize=5356 CPUtime=0
/proc/15034/stat : 15034 (sh) S 15009 15009 13111 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20531177 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15034/statm: 1339 232 193 169 0 50 0
[pid=15035] ppid=15034 vsize=263548 CPUtime=70.71
/proc/15035/stat : 15035 (picosat) R 15034 15009 13111 0 -1 4194304 67785 0 0 0 3693 3378 0 0 25 0 1 0 20531177 269873152 60920 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 0 0 0
/proc/15035/statm: 65887 60920 47 102 0 65782 0
Current children cumulated CPU time (s) 97.69
Current children cumulated vsize (KiB) 285772

[startup+99.5023 s]
/proc/loadavg: 2.16 2.08 2.03 3/85 15035
/proc/meminfo: memFree=443096/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=97.76
/proc/15009/stat : 15009 (sugar) S 15007 15009 13111 0 -1 4194304 1446 161295 0 2 5 2 6244 3525 16 0 1 0 20528386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15009/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 97.76
Current children cumulated vsize (KiB) 16868

[startup+99.7024 s]
/proc/loadavg: 2.16 2.08 2.03 3/85 15035
/proc/meminfo: memFree=443096/2055920 swapFree=4192956/4192956
[pid=15009] ppid=15007 vsize=16868 CPUtime=98.29
/proc/15009/stat : 15009 (sugar) R 15007 15009 13111 0 -1 4194304 1477 165319 0 3 6 4 6291 3528 16 0 1 0 20528386 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15009/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 98.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 99.7654
CPU time (s): 98.371
CPU user time (s): 62.9764
CPU system time (s): 35.3946
CPU usage (%): 98.6023
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.9764
system time used= 35.3946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166856
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= 7802
involuntary context switches= 8849

runsolver used 0.145977 second user time and 0.306953 second system time

The end

Launcher Data

Begin job on node86 at 2009-07-11 19:50:31
IDJOB=2064195
IDBENCH=54131
IDSOLVER=738
FILE ID=node86/2064195-1247334631
PBS_JOBID= 9506463
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-9.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-2064195-1247334631/watcher-2064195-1247334631 -o /tmp/evaluation-result-2064195-1247334631/solver-2064195-1247334631 -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-2064195-1247334631.xml

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

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=271713881

node86.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.265
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.265
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:        879888 kB
Buffers:         62788 kB
Cached:         752736 kB
SwapCached:          0 kB
Active:         397720 kB
Inactive:       702492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        879888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8164 kB
Writeback:           0 kB
Mapped:         305132 kB
Slab:            60308 kB
Committed_AS:   418020 kB
PageTables:       2492 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= 66292 MiB
End job on node86 at 2009-07-11 19:52:11