Trace number 2064030

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 54.6567 55.2774

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sat Jul 11 19:35:21 2009
0.03/0.07	c 0	PID 13467
0.03/0.07	c 0	HOST node88.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2064030-1247333721.xml TO HOME/temp.csp
0.03/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-2064030-1247333721.xml' 'HOME/temp.csp'
0.06/0.96	c 1	24 domains, 700 variables, 1 predicates, 0 relations, 5793 constraints
0.92/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.92/1.01	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.08	c 1	Parsing HOME/temp.csp
0.93/1.30	c 1	parsed 6518 expressions
0.93/1.33	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.33	c 1	Converting to clausal form CSP
0.93/1.36	c 1	converted 652 (10%) expressions
0.93/1.57	c 1	converted 1304 (20%) expressions
0.93/1.62	c 1	converted 1956 (30%) expressions
0.93/1.70	c 2	converted 2608 (40%) expressions
0.93/1.74	c 2	converted 3259 (50%) expressions
0.93/1.77	c 2	converted 3911 (60%) expressions
0.93/1.81	c 2	converted 4563 (70%) expressions
0.93/1.84	c 2	converted 5215 (80%) expressions
0.93/1.93	c 2	converted 5867 (90%) expressions
3.37/3.58	c 3	converted 6518 (100%) expressions
3.37/3.58	c 3	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.37/3.58	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.37/3.59	c 3	Propagation in CSP
3.57/3.78	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.57/3.78	c 4	CSP : 700 integers, 0 booleans, 50430 clauses, largest domain size 45
3.57/3.78	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.67/3.80	c 4	Simplifing CSP by introducing new Boolean variables
4.36/4.59	c 4	CSP : 700 integers, 101745 booleans, 152175 clauses, largest domain size 45
4.36/4.59	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.76/4.96	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.76/5.00	c 5	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
4.85/5.00	c 5	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
4.85/5.01	c 5	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
4.85/5.01	c 5	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
4.85/5.01	c 5	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
4.85/5.02	c 5	420 (60%) CSP integer variables are encoded (15051 clauses, 204123 bytes)
4.85/5.02	c 5	490 (70%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
4.85/5.02	c 5	560 (80%) CSP integer variables are encoded (15052 clauses, 204138 bytes)
4.85/5.02	c 5	630 (90%) CSP integer variables are encoded (15055 clauses, 204183 bytes)
4.85/5.02	c 5	700 (100%) CSP integer variables are encoded (15061 clauses, 204273 bytes)
5.74/5.91	c 6	15218 (10%) CSP clauses are encoded (433056 clauses, 8594930 bytes)
6.53/6.73	c 7	30435 (20%) CSP clauses are encoded (875422 clauses, 17653118 bytes)
7.33/7.57	c 7	45653 (30%) CSP clauses are encoded (1334820 clauses, 26911216 bytes)
8.22/8.41	c 8	60870 (40%) CSP clauses are encoded (1794217 clauses, 36197578 bytes)
9.01/9.26	c 9	76088 (50%) CSP clauses are encoded (2253923 clauses, 45365853 bytes)
9.87/10.15	c 10	91305 (60%) CSP clauses are encoded (2713540 clauses, 54683209 bytes)
10.66/11.00	c 11	106523 (70%) CSP clauses are encoded (3173246 clauses, 63954291 bytes)
11.55/11.86	c 12	121740 (80%) CSP clauses are encoded (3632863 clauses, 73278581 bytes)
12.44/12.75	c 13	136958 (90%) CSP clauses are encoded (4092745 clauses, 82879350 bytes)
13.33/13.65	c 13	152175 (100%) CSP clauses are encoded (4552538 clauses, 92709574 bytes)
13.33/13.65	c 13	152175 CSP clauses encoded
13.33/13.65	c 13	Writing map file : HOME/temp.map
13.33/13.67	c 14	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.33/13.67	c 14	SAT : 117182 SAT variables, 4552538 SAT clauses, 92709574 bytes
13.33/13.67	c 14	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.42/13.71	c 14	SOLVING HOME/temp.cnf
13.42/13.71	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
54.17/54.85	c 55	DECODING HOME/temp.out WITH HOME/temp.map
54.17/54.85	c 55	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'
54.26/54.93	c 55	Decoding HOME/temp.out
54.46/55.17	s SATISFIABLE
54.46/55.20	v 27 5 28 25 2 44 5 18 44 35 40 29 7 26 28 21 36 38 3 3 33 4 39 4 10 9 39 10 1 20 8 26 6 25 6 26 3 4 13 4 3 29 28 7 7 11 12 16 11 30 15 11 35 10 5 14 1 11 25 3 12 9 13 12 43 15 8 30 14 32 30 2 5 12 6 5 6 14 1 16 3 16 0 7 8 6 2 4 43 43 9 11 44 15 40 7 13 3 15 17 16 23 13 14 8 2 29 8 13 36 4 2 0 18 17 17 9 11 42 18 38 27 19 6 16 30 34 5 10 14 16 20 0 34 9 1 15 17 14 8 24 20 7 17 15 19 32 17 0 20 44 11 28 22 16 4 13 37 10 18 38 20 23 17 0 24 19 23 21 12 9 39 24 18 28 21 17 23 8 23 29 43 12 19 21 25 22 20 19 40 21 38 39 5 22 39 13 43 39 31 27 25 18 2 34 23 41 8 35 26 27 21 0 25 1 35 27 17 41 42 24 31 35 21 1 21 7 36 24 22 4 27 27 1 34 28 6 32 29 34 22 29 44 30 31 22 23 34 12 26 9 21 24 28 44 25 41 33 35 31 27 6 40 26 28 40 36 9 37 22 29 5 28 32 35 9 31 37 26 31 37 31 43 14 39 33 42 30 1 32 31 35 34 43 35 10 38 33 11 18 41 36 37 3 41 38 36 16 43 2 18 37 38 42 42 19 33 2 2 31 40 30 41 32 0 39 33 42 41 40 7 29 11 38 42 26 30 5 36 33 42 40 22 44 10 43 41 20 4 32 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 3 8 6 6 8 8 8 3 5 0 8 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 2 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 2 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 8 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 5 1 3 2 8 7 9 7 2 5 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 3 1 6 8 2 4 3 2 5 3 0 2 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 2 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 8 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 3 6 5 2 9 4 9 6 0 1 5 4 5 1 2 8 5 0 5 2
54.57/55.20	c 55	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
54.57/55.23	c 55	CPU 54.6 (0.06 0.02 33.35 21.17)
54.57/55.23	c 55	END Sat Jul 11 19:36:16 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-2064030-1247333721/watcher-2064030-1247333721 -o /tmp/evaluation-result-2064030-1247333721/solver-2064030-1247333721 -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-2064030-1247333721.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.92 1.98 1.99 4/77 13467
/proc/meminfo: memFree=1905880/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=3672 CPUtime=0
/proc/13467/stat : 13467 (sugar) R 13465 13467 13430 0 -1 4194304 50 0 0 0 0 0 0 0 20 0 1 0 20437273 3760128 35 996147200 4194304 4206940 548682068608 18446744073709551615 270184547024 0 0 4096 0 0 0 0 17 1 0 0
/proc/13467/statm: 918 35 26 3 0 6 0

[startup+0.04415 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 13467
/proc/meminfo: memFree=1905880/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=13468 CPUtime=0.03
/proc/13467/stat : 13467 (sugar) R 13465 13467 13430 0 -1 4194304 758 0 0 0 2 1 0 0 20 0 1 0 20437273 13791232 726 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 0 0 0
/proc/13467/statm: 3367 726 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101147 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 13467
/proc/meminfo: memFree=1905880/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.06
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301169 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 13467
/proc/meminfo: memFree=1905880/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.06
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701213 s]
/proc/loadavg: 1.92 1.98 1.99 4/77 13467
/proc/meminfo: memFree=1905880/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.06
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50131 s]
/proc/loadavg: 1.92 1.98 1.99 2/88 13479
/proc/meminfo: memFree=1886272/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.93
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1309 7862 0 1 5 1 82 5 15 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 16868

[startup+3.1029 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 13489
/proc/meminfo: memFree=1879936/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.93
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1309 7862 0 1 5 1 82 5 15 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
[pid=13480] ppid=13467 vsize=5356 CPUtime=0
/proc/13480/stat : 13480 (sh) S 13467 13467 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20437375 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13480/statm: 1339 233 193 169 0 50 0
[pid=13481] ppid=13480 vsize=868600 CPUtime=2.04
/proc/13481/stat : 13481 (java) S 13480 13467 13430 0 -1 0 14418 0 1 0 197 7 0 0 20 0 9 0 20437375 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13481/statm: 217150 13452 2566 9 0 211655 0
[pid=13481/tid=13482] ppid=13480 vsize=868600 CPUtime=1.27
/proc/13481/task/13482/stat : 13482 (java) R 13480 13467 13430 0 -1 64 3048 0 1 0 125 2 0 0 25 0 9 0 20437376 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13483] ppid=13480 vsize=868600 CPUtime=0.61
/proc/13481/task/13483/stat : 13483 (java) S 13480 13467 13430 0 -1 64 9188 0 0 0 56 5 0 0 15 0 9 0 20437377 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13484] ppid=13480 vsize=868600 CPUtime=0
/proc/13481/task/13484/stat : 13484 (java) S 13480 13467 13430 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20437378 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13485] ppid=13480 vsize=868600 CPUtime=0
/proc/13481/task/13485/stat : 13485 (java) S 13480 13467 13430 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20437378 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13486] ppid=13480 vsize=868600 CPUtime=0
/proc/13481/task/13486/stat : 13486 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20437380 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13487] ppid=13480 vsize=868600 CPUtime=0.15
/proc/13481/task/13487/stat : 13487 (java) S 13480 13467 13430 0 -1 64 1483 0 0 0 15 0 0 0 16 0 9 0 20437380 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13488] ppid=13480 vsize=868600 CPUtime=0
/proc/13481/task/13488/stat : 13488 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20437380 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13489] ppid=13480 vsize=868600 CPUtime=0
/proc/13481/task/13489/stat : 13489 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20437380 889446400 13452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890824

[startup+6.30187 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 13489
/proc/meminfo: memFree=1812552/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.93
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1310 7862 0 1 5 1 82 5 16 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
[pid=13480] ppid=13467 vsize=5356 CPUtime=0
/proc/13480/stat : 13480 (sh) S 13467 13467 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20437375 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13480/statm: 1339 233 193 169 0 50 0
[pid=13481] ppid=13480 vsize=868712 CPUtime=5.21
/proc/13481/stat : 13481 (java) S 13480 13467 13430 0 -1 0 25961 0 1 0 499 22 0 0 20 0 9 0 20437375 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13481/statm: 217178 24032 2592 9 0 211655 0
[pid=13481/tid=13482] ppid=13480 vsize=868712 CPUtime=3.05
/proc/13481/task/13482/stat : 13482 (java) R 13480 13467 13430 0 -1 64 3919 0 1 0 295 10 0 0 25 0 9 0 20437376 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4126981006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13483] ppid=13480 vsize=868712 CPUtime=1.91
/proc/13481/task/13483/stat : 13483 (java) S 13480 13467 13430 0 -1 64 19812 0 0 0 181 10 0 0 16 0 9 0 20437377 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13484] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13484/stat : 13484 (java) S 13480 13467 13430 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20437378 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13485] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13485/stat : 13485 (java) S 13480 13467 13430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20437378 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13486] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13486/stat : 13486 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20437380 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13487] ppid=13480 vsize=868712 CPUtime=0.22
/proc/13481/task/13487/stat : 13487 (java) S 13480 13467 13430 0 -1 64 1531 0 0 0 22 0 0 0 16 0 9 0 20437380 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13488] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13488/stat : 13488 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20437380 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13489] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13489/stat : 13489 (java) R 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20437380 889561088 24032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890936

[startup+12.7026 s]
/proc/loadavg: 2.09 2.02 2.00 3/88 13489
/proc/meminfo: memFree=1739544/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=0.93
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1310 7862 0 1 5 1 82 5 16 0 1 0 20437273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1111 409 3 0 796 0
[pid=13480] ppid=13467 vsize=5356 CPUtime=0
/proc/13480/stat : 13480 (sh) S 13467 13467 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20437375 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13480/statm: 1339 233 193 169 0 50 0
[pid=13481] ppid=13480 vsize=868712 CPUtime=11.51
/proc/13481/stat : 13481 (java) S 13480 13467 13430 0 -1 0 26235 0 1 0 1088 63 0 0 20 0 9 0 20437375 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13481/statm: 217178 24033 2592 9 0 211655 0
[pid=13481/tid=13482] ppid=13480 vsize=868712 CPUtime=9.19
/proc/13481/task/13482/stat : 13482 (java) R 13480 13467 13430 0 -1 64 4192 0 1 0 870 49 0 0 25 0 9 0 20437376 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4126539403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13483] ppid=13480 vsize=868712 CPUtime=2.06
/proc/13481/task/13483/stat : 13483 (java) S 13480 13467 13430 0 -1 64 19812 0 0 0 194 12 0 0 16 0 9 0 20437377 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13484] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13484/stat : 13484 (java) S 13480 13467 13430 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20437378 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13485] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13485/stat : 13485 (java) S 13480 13467 13430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20437378 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13486] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13486/stat : 13486 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20437380 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13487] ppid=13480 vsize=868712 CPUtime=0.22
/proc/13481/task/13487/stat : 13487 (java) S 13480 13467 13430 0 -1 64 1532 0 0 0 22 0 0 0 17 0 9 0 20437380 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13488] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13488/stat : 13488 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20437380 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13481/tid=13489] ppid=13480 vsize=868712 CPUtime=0
/proc/13481/task/13489/stat : 13489 (java) S 13480 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20437380 889561088 24033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890936

[startup+25.5011 s]
/proc/loadavg: 2.23 2.05 2.01 3/80 13491
/proc/meminfo: memFree=1760984/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=13.44
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1365 34446 0 2 5 1 1260 78 16 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13490] ppid=13467 vsize=5356 CPUtime=0
/proc/13490/stat : 13490 (sh) S 13467 13467 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20438644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13490/statm: 1339 232 193 169 0 50 0
[pid=13491] ppid=13490 vsize=55788 CPUtime=11.67
/proc/13491/stat : 13491 (picosat) R 13490 13467 13430 0 -1 4194304 12865 0 0 0 533 634 0 0 25 0 1 0 20438645 57126912 12851 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/13491/statm: 13947 12851 40 102 0 13842 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 78012

[startup+51.102 s]
/proc/loadavg: 2.15 2.04 2.01 3/80 13491
/proc/meminfo: memFree=1653464/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=13.44
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1365 34446 0 2 5 1 1260 78 16 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13490] ppid=13467 vsize=5356 CPUtime=0
/proc/13490/stat : 13490 (sh) S 13467 13467 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20438644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13490/statm: 1339 232 193 169 0 50 0
[pid=13491] ppid=13490 vsize=177656 CPUtime=37.06
/proc/13491/stat : 13491 (picosat) R 13490 13467 13430 0 -1 4194304 40041 0 0 0 1708 1998 0 0 25 0 1 0 20438645 181919744 40027 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/13491/statm: 44414 40027 40 102 0 44309 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 199880

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

[startup+52.7012 s]
/proc/loadavg: 2.14 2.04 2.01 3/80 13491
/proc/meminfo: memFree=1647576/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=13.44
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1365 34446 0 2 5 1 1260 78 16 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13490] ppid=13467 vsize=5356 CPUtime=0
/proc/13490/stat : 13490 (sh) S 13467 13467 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20438644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13490/statm: 1339 232 193 169 0 50 0
[pid=13491] ppid=13490 vsize=182096 CPUtime=38.65
/proc/13491/stat : 13491 (picosat) R 13490 13467 13430 0 -1 4194304 40870 0 0 0 1833 2032 0 0 25 0 1 0 20438645 186466304 40856 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13491/statm: 45524 40856 42 102 0 45419 0
Current children cumulated CPU time (s) 52.09
Current children cumulated vsize (KiB) 204320

[startup+54.3014 s]
/proc/loadavg: 2.14 2.04 2.01 3/80 13491
/proc/meminfo: memFree=1647576/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=13.44
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1365 34446 0 2 5 1 1260 78 16 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13490] ppid=13467 vsize=5356 CPUtime=0
/proc/13490/stat : 13490 (sh) S 13467 13467 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20438644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13490/statm: 1339 232 193 169 0 50 0
[pid=13491] ppid=13490 vsize=182232 CPUtime=40.23
/proc/13491/stat : 13491 (picosat) R 13490 13467 13430 0 -1 4194304 40897 0 0 0 1991 2032 0 0 25 0 1 0 20438645 186605568 40881 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13491/statm: 45558 40881 48 102 0 45453 0
Current children cumulated CPU time (s) 53.67
Current children cumulated vsize (KiB) 204456

[startup+54.7014 s]
/proc/loadavg: 2.14 2.04 2.01 3/80 13491
/proc/meminfo: memFree=1647576/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=13.44
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1365 34446 0 2 5 1 1260 78 16 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13490] ppid=13467 vsize=5356 CPUtime=0
/proc/13490/stat : 13490 (sh) S 13467 13467 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20438644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13490/statm: 1339 232 193 169 0 50 0
[pid=13491] ppid=13490 vsize=182236 CPUtime=40.63
/proc/13491/stat : 13491 (picosat) R 13490 13467 13430 0 -1 4194304 40926 0 0 0 2031 2032 0 0 25 0 1 0 20438645 186609664 40910 996147200 134512640 134931368 4294956256 18446744073709551615 134581909 0 0 4096 0 0 0 0 17 0 0 0
/proc/13491/statm: 45559 40910 52 102 0 45454 0
Current children cumulated CPU time (s) 54.07
Current children cumulated vsize (KiB) 204460

[startup+55.1025 s]
/proc/loadavg: 2.14 2.04 2.01 5/88 13501
/proc/meminfo: memFree=1807128/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=54.23
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1446 75658 0 2 5 1 3304 2113 15 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13492] ppid=13467 vsize=5356 CPUtime=0
/proc/13492/stat : 13492 (sh) S 13467 13467 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20442758 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13492/statm: 1339 233 193 169 0 50 0
[pid=13493] ppid=13492 vsize=862284 CPUtime=0.23
/proc/13493/stat : 13493 (java) S 13492 13467 13430 0 -1 0 3138 0 1 0 21 2 0 0 20 0 9 0 20442759 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13493/statm: 215571 2603 1286 9 0 210484 0
[pid=13493/tid=13494] ppid=13492 vsize=862284 CPUtime=0.17
/proc/13493/task/13494/stat : 13494 (java) R 13492 13467 13430 0 -1 64 2062 0 1 0 16 1 0 0 25 0 9 0 20442760 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4126501017 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13495] ppid=13492 vsize=862284 CPUtime=0
/proc/13493/task/13495/stat : 13495 (java) S 13492 13467 13430 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 20442761 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13496] ppid=13492 vsize=862284 CPUtime=0
/proc/13493/task/13496/stat : 13496 (java) S 13492 13467 13430 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 20442761 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13497] ppid=13492 vsize=862284 CPUtime=0
/proc/13493/task/13497/stat : 13497 (java) S 13492 13467 13430 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 20442761 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13498] ppid=13492 vsize=862284 CPUtime=0
/proc/13493/task/13498/stat : 13498 (java) S 13492 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20442763 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13499] ppid=13492 vsize=862284 CPUtime=0.04
/proc/13493/task/13499/stat : 13499 (java) S 13492 13467 13430 0 -1 64 306 0 0 0 4 0 0 0 21 0 9 0 20442763 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13500] ppid=13492 vsize=862284 CPUtime=0
/proc/13493/task/13500/stat : 13500 (java) S 13492 13467 13430 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20442763 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13501] ppid=13492 vsize=862284 CPUtime=0
/proc/13493/task/13501/stat : 13501 (java) S 13492 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 20442763 882978816 2603 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.46
Current children cumulated vsize (KiB) 884508

[startup+55.2025 s]
/proc/loadavg: 2.14 2.04 2.01 5/88 13501
/proc/meminfo: memFree=1807128/2055920 swapFree=4192812/4192956
[pid=13467] ppid=13465 vsize=16868 CPUtime=54.25
/proc/13467/stat : 13467 (sugar) S 13465 13467 13430 0 -1 4194304 1449 75658 0 2 6 2 3304 2113 15 0 1 0 20437273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13467/statm: 4217 1113 409 3 0 796 0
[pid=13492] ppid=13467 vsize=5356 CPUtime=0
/proc/13492/stat : 13492 (sh) S 13467 13467 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20442758 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13492/statm: 1339 233 193 169 0 50 0
[pid=13493] ppid=13492 vsize=864092 CPUtime=0.32
/proc/13493/stat : 13493 (java) S 13492 13467 13430 0 -1 0 3284 0 1 0 30 2 0 0 20 0 9 0 20442759 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13493/statm: 216023 2747 1382 9 0 210535 0
[pid=13493/tid=13494] ppid=13492 vsize=864092 CPUtime=0.26
/proc/13493/task/13494/stat : 13494 (java) R 13492 13467 13430 0 -1 64 2176 0 1 0 25 1 0 0 25 0 9 0 20442760 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4159512643 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13495] ppid=13492 vsize=864092 CPUtime=0
/proc/13493/task/13495/stat : 13495 (java) S 13492 13467 13430 0 -1 64 102 0 0 0 0 0 0 0 16 0 9 0 20442761 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13496] ppid=13492 vsize=864092 CPUtime=0
/proc/13493/task/13496/stat : 13496 (java) S 13492 13467 13430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 20442761 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13497] ppid=13492 vsize=864092 CPUtime=0
/proc/13493/task/13497/stat : 13497 (java) S 13492 13467 13430 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20442761 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13498] ppid=13492 vsize=864092 CPUtime=0
/proc/13493/task/13498/stat : 13498 (java) S 13492 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20442763 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13499] ppid=13492 vsize=864092 CPUtime=0.05
/proc/13493/task/13499/stat : 13499 (java) S 13492 13467 13430 0 -1 64 309 0 0 0 5 0 0 0 16 0 9 0 20442763 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13500] ppid=13492 vsize=864092 CPUtime=0
/proc/13493/task/13500/stat : 13500 (java) S 13492 13467 13430 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20442763 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13493/tid=13501] ppid=13492 vsize=864092 CPUtime=0
/proc/13493/task/13501/stat : 13501 (java) S 13492 13467 13430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20442763 884830208 2747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.57
Current children cumulated vsize (KiB) 886316

Child status: 0
Real time (s): 55.2774
CPU time (s): 54.6567
CPU user time (s): 33.4149
CPU system time (s): 21.2418
CPU usage (%): 98.8772
Max. virtual memory (cumulated for all children) (KiB): 891828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.4149
system time used= 21.2418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81177
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= 7683
involuntary context switches= 8752

runsolver used 0.067989 second user time and 0.160975 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-11 19:35:21
IDJOB=2064030
IDBENCH=54116
IDSOLVER=738
FILE ID=node88/2064030-1247333721
PBS_JOBID= 9506716
Free space on /tmp= 66084 MiB

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

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

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=906021154

node88.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.222
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.222
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:       1906360 kB
Buffers:         12032 kB
Cached:          68412 kB
SwapCached:          0 kB
Active:          72344 kB
Inactive:        27316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2444 kB
Writeback:           0 kB
Mapped:          29976 kB
Slab:            35220 kB
Committed_AS:   249980 kB
PageTables:       1832 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= 66080 MiB
End job on node88 at 2009-07-11 19:36:16