Trace number 2064052

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 81.8316 82.8003

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-1.xml
MD5SUM6883734acbcc3ab6a8ec48c2640bc7eb
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark68.0347
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33842
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33642
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:36:41 2009
0.00/0.08	c 0	PID 13222
0.06/0.08	c 0	HOST node19.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064052-1247333801.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064052-1247333801.xml' 'HOME/temp.csp'
2.34/2.46	c 2	40 domains, 800 variables, 1 predicates, 0 relations, 33842 constraints
2.34/2.50	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.34/2.50	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.41/2.58	c 3	Parsing HOME/temp.csp
2.41/2.75	c 3	parsed 10000 expressions
2.41/2.91	c 3	parsed 20000 expressions
2.41/3.08	c 3	parsed 30000 expressions
2.41/3.13	c 3	parsed 34683 expressions
2.41/3.14	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/3.14	c 3	Converting to clausal form CSP
3.48/3.67	c 4	converted 3469 (10%) expressions
3.78/3.93	c 4	converted 6937 (20%) expressions
4.17/4.36	c 4	converted 10405 (30%) expressions
4.47/4.62	c 5	converted 13874 (40%) expressions
4.66/4.87	c 5	converted 17342 (50%) expressions
4.96/5.12	c 5	converted 20810 (60%) expressions
5.46/5.64	c 6	converted 24279 (70%) expressions
5.65/5.90	c 6	converted 27747 (80%) expressions
5.95/6.14	c 6	converted 31215 (90%) expressions
7.83/8.03	c 8	converted 34683 (100%) expressions
7.83/8.03	c 8	CSP : 800 integers, 0 booleans, 63905 clauses, largest domain size 45
7.83/8.03	c 8	Heap : 72 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.83/8.03	c 8	Propagation in CSP
8.03/8.24	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.03/8.25	c 8	CSP : 800 integers, 0 booleans, 63905 clauses, largest domain size 45
8.03/8.25	c 8	Heap : 72 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.03/8.28	c 8	Simplifing CSP by introducing new Boolean variables
9.91/10.12	c 10	CSP : 800 integers, 176983 booleans, 240888 clauses, largest domain size 45
9.91/10.12	c 10	Heap : 127 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.81/11.04	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.81/11.10	c 11	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
10.91/11.10	c 11	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
10.91/11.10	c 11	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
10.91/11.11	c 11	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
10.91/11.11	c 11	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
10.91/11.12	c 11	480 (60%) CSP integer variables are encoded (17220 clauses, 236658 bytes)
10.91/11.12	c 11	560 (70%) CSP integer variables are encoded (17248 clauses, 237078 bytes)
10.91/11.12	c 11	640 (80%) CSP integer variables are encoded (17288 clauses, 237678 bytes)
10.91/11.12	c 11	720 (90%) CSP integer variables are encoded (17304 clauses, 237918 bytes)
10.91/11.12	c 11	800 (100%) CSP integer variables are encoded (17318 clauses, 238128 bytes)
11.99/12.25	c 12	24089 (10%) CSP clauses are encoded (518346 clauses, 9958431 bytes)
13.07/13.31	c 13	48178 (20%) CSP clauses are encoded (1027244 clauses, 20223930 bytes)
14.06/14.34	c 14	72267 (30%) CSP clauses are encoded (1523491 clauses, 30254947 bytes)
15.06/15.38	c 15	96356 (40%) CSP clauses are encoded (2027165 clauses, 40482977 bytes)
16.14/16.44	c 16	120444 (50%) CSP clauses are encoded (2525472 clauses, 50994376 bytes)
17.23/17.54	c 18	144533 (60%) CSP clauses are encoded (3021911 clauses, 62114831 bytes)
18.59/18.95	c 19	168622 (70%) CSP clauses are encoded (3694573 clauses, 76623854 bytes)
20.06/20.41	c 20	192711 (80%) CSP clauses are encoded (4422046 clauses, 92204724 bytes)
21.46/21.86	c 22	216800 (90%) CSP clauses are encoded (5149695 clauses, 107902068 bytes)
22.92/23.34	c 23	240888 (100%) CSP clauses are encoded (5877607 clauses, 123511151 bytes)
22.92/23.34	c 23	240888 CSP clauses encoded
22.92/23.34	c 23	Writing map file : HOME/temp.map
22.92/23.38	c 23	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.92/23.38	c 23	SAT : 194968 SAT variables, 5877607 SAT clauses, 123511151 bytes
22.92/23.38	c 23	Heap : 95 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.01/23.41	c 23	SOLVING HOME/temp.cnf
23.01/23.41	c 23	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
81.25/82.24	c 82	DECODING HOME/temp.out WITH HOME/temp.map
81.25/82.24	c 82	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'
81.31/82.33	c 82	Decoding HOME/temp.out
81.64/82.65	s SATISFIABLE
81.64/82.68	v 43 6 38 8 22 19 38 43 37 21 37 1 35 25 43 2 42 0 17 2 31 33 20 14 32 24 1 19 23 15 32 6 39 17 3 38 12 11 28 4 4 14 17 12 35 20 1 1 5 0 5 2 44 7 5 40 24 8 12 29 3 27 3 3 3 2 36 43 4 5 2 6 31 29 27 6 33 0 5 6 9 6 3 26 14 19 3 27 13 4 28 1 20 42 7 4 16 43 15 7 15 14 7 10 42 29 9 10 42 13 38 18 3 18 36 12 32 8 9 7 12 19 8 11 29 11 0 1 34 8 10 16 13 14 34 7 44 13 9 0 24 14 9 25 12 39 13 11 16 10 15 14 15 17 6 10 38 27 24 16 19 13 44 24 26 30 13 14 25 18 19 13 21 26 23 15 6 28 31 20 15 33 7 12 10 10 13 6 1 21 31 30 24 5 9 15 0 8 11 17 3 13 32 5 20 16 20 44 9 44 2 1 35 25 17 21 18 17 26 1 9 18 23 27 28 11 21 29 16 2 44 17 21 43 20 28 31 19 30 2 16 20 25 20 22 37 5 22 18 23 41 15 21 24 0 18 1 33 40 33 22 30 17 27 0 26 23 32 22 34 36 35 34 7 11 12 4 22 33 41 23 7 27 22 41 30 42 25 26 19 24 40 18 27 37 30 12 32 23 11 26 37 27 36 28 19 41 29 6 21 14 20 26 33 23 16 25 30 27 8 17 34 39 2 29 25 25 10 32 33 28 21 34 29 43 34 32 9 0 28 35 34 35 22 36 34 36 30 31 31 30 31 36 40 22 37 37 39 36 0 40 41 4 26 36 24 37 4 8 10 39 3 42 38 41 40 28 38 39 19 5 4 8 32 43 40 40 38 23 42 44 35 39 41 18 10 44 33 37 43 2 0 8 3 6 3 2 8 2 4 5 1 4 5 1 6 5 0 6 2 3 2 2 6 7 5 5 5 4 4 3 3 2 2 5 3 0 0 4 5 9 2 0 3 2 0 3 0 5 4 7 1 9 9 2 1 0 6 9 0 2 8 1 8 4 5 9 7 6 4 3 7 4 1 6 4 1 5 1 5 3 2 6 3 0 0 7 4 0 3 6 8 4 1 8 7 2 9 5 7 8 7 6 6 4 4 2 3 8 3 7 5 9 3 1 4 2 7 7 2 7 4 2 3 8 7 1 6 3 4 2 0 1 4 4 4 1 4 0 7 1 9 4 4 8 3 7 2 3 4 2 8 6 8 6 1 6 0 2 6 6 2 2 9 4 4 9 3 1 4 2 6 9 1 2 3 8 2 9 7 0 6 3 1 7 8 8 9 4 5 0 3 4 6 6 7 8 1 1 5 0 5 4 8 8 4 6 7 9 3 7 9 8 3 4 1 2 7 2 7 8 1 7 9 3 4 6 3 9 4 8 1 7 6 9 7 2 7 1 9 1 1 2 3 1 8 3 0 6 5 2 1 3 7 9 9 2 5 3 4 2 8 3 3 6 6 1 5 4 5 2 3 7 0 9 5 8 7 8 9 3 1 2 5 8 2 7 7 7 1 3 5 8 1 0 0 2 6 9 5 9 7 7 7 8 8 3 2 1 2 1 5 8 3 8 8 8 5 5 8 9 2 4 8 5 0 9 5 1 9 1 0 1 9 5 9 8 1 2 5 9 6 1 3 3 8 4 6 6 8 9 1 8 2 8 3 4 8 6 3 8 0 0 0 0 6 9 4 9 9 1 3 9 4 4 9 9 9 9 9 9 1 0 0 0 4 0 1 0 0 4 0 0 1 0 0 0 0 1 4
81.64/82.69	c 83	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
81.73/82.74	c 83	CPU 81.74 (0.06 0.02 51.67 29.99)
81.73/82.74	c 83	END Sat Jul 11 19:38:04 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-2064052-1247333801/watcher-2064052-1247333801 -o /tmp/evaluation-result-2064052-1247333801/solver-2064052-1247333801 -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-2064052-1247333801.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.06 2.13 4/73 13222
/proc/meminfo: memFree=1843760/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=18576 CPUtime=0
/proc/13222/stat : 13222 (runsolver) R 13220 13222 13034 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20446737 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13222/statm: 4644 284 249 26 0 2626 0

[startup+0.082829 s]
/proc/loadavg: 2.00 2.06 2.13 4/73 13222
/proc/meminfo: memFree=1843760/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16740 CPUtime=0.06
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20446737 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101639 s]
/proc/loadavg: 2.00 2.06 2.13 4/73 13222
/proc/meminfo: memFree=1843760/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=0.06
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301652 s]
/proc/loadavg: 2.00 2.06 2.13 4/73 13222
/proc/meminfo: memFree=1843760/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=0.06
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701699 s]
/proc/loadavg: 2.00 2.06 2.13 4/73 13222
/proc/meminfo: memFree=1843760/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=0.06
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.08 2.07 2.13 4/84 13234
/proc/meminfo: memFree=1818520/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=0.06
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
[pid=13225] ppid=13222 vsize=5356 CPUtime=0
/proc/13225/stat : 13225 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 20446745 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13225/statm: 1339 233 193 169 0 50 0
[pid=13226] ppid=13225 vsize=864776 CPUtime=1.38
/proc/13226/stat : 13226 (java) S 13225 13222 13034 0 -1 0 14537 0 1 0 129 9 0 0 18 0 9 0 20446746 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13226/statm: 216194 12568 2556 9 0 210706 0
[pid=13226/tid=13227] ppid=13225 vsize=864776 CPUtime=0.78
/proc/13226/task/13227/stat : 13227 (java) R 13225 13222 13034 0 -1 64 3053 0 1 0 76 2 0 0 24 0 9 0 20446747 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4126686800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13228] ppid=13225 vsize=864776 CPUtime=0.45
/proc/13226/task/13228/stat : 13228 (java) S 13225 13222 13034 0 -1 64 10264 0 0 0 40 5 0 0 16 0 9 0 20446748 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13229] ppid=13225 vsize=864776 CPUtime=0
/proc/13226/task/13229/stat : 13229 (java) S 13225 13222 13034 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 20446748 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13230] ppid=13225 vsize=864776 CPUtime=0
/proc/13226/task/13230/stat : 13230 (java) S 13225 13222 13034 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20446749 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13231] ppid=13225 vsize=864776 CPUtime=0
/proc/13226/task/13231/stat : 13231 (java) S 13225 13222 13034 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20446751 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13232] ppid=13225 vsize=864776 CPUtime=0.11
/proc/13226/task/13232/stat : 13232 (java) S 13225 13222 13034 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 20446751 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13233] ppid=13225 vsize=864776 CPUtime=0
/proc/13226/task/13233/stat : 13233 (java) S 13225 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20446751 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13226/tid=13234] ppid=13225 vsize=864776 CPUtime=0
/proc/13226/task/13234/stat : 13234 (java) S 13225 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20446751 885530624 12568 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887000

[startup+3.10195 s]
/proc/loadavg: 2.08 2.07 2.13 3/84 13234
/proc/meminfo: memFree=1789528/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=2.41
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1309 19555 0 1 5 1 221 14 16 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30231 s]
/proc/loadavg: 2.08 2.07 2.13 4/84 13244
/proc/meminfo: memFree=1786392/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=2.42
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1309 19555 0 1 6 1 221 14 16 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
[pid=13235] ppid=13222 vsize=5356 CPUtime=0
/proc/13235/stat : 13235 (sh) S 13222 13222 13034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20446987 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13235/statm: 1339 233 193 169 0 50 0
[pid=13236] ppid=13235 vsize=868644 CPUtime=3.73
/proc/13236/stat : 13236 (java) S 13235 13222 13034 0 -1 0 20704 0 1 0 361 12 0 0 18 0 9 0 20446987 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13236/statm: 217161 19124 2566 9 0 211666 0
[pid=13236/tid=13237] ppid=13235 vsize=868644 CPUtime=2.25
/proc/13236/task/13237/stat : 13237 (java) R 13235 13222 13034 0 -1 64 3205 0 1 0 222 3 0 0 25 0 9 0 20446988 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4126408752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13238] ppid=13235 vsize=868644 CPUtime=1.29
/proc/13236/task/13238/stat : 13238 (java) S 13235 13222 13034 0 -1 64 15332 0 0 0 121 8 0 0 16 0 9 0 20446990 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13239] ppid=13235 vsize=868644 CPUtime=0
/proc/13236/task/13239/stat : 13239 (java) S 13235 13222 13034 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20446990 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13240] ppid=13235 vsize=868644 CPUtime=0
/proc/13236/task/13240/stat : 13240 (java) S 13235 13222 13034 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20446990 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13241] ppid=13235 vsize=868644 CPUtime=0
/proc/13236/task/13241/stat : 13241 (java) S 13235 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20446992 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13242] ppid=13235 vsize=868644 CPUtime=0.17
/proc/13236/task/13242/stat : 13242 (java) S 13235 13222 13034 0 -1 64 1465 0 0 0 17 0 0 0 16 0 9 0 20446992 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13243] ppid=13235 vsize=868644 CPUtime=0
/proc/13236/task/13243/stat : 13243 (java) S 13235 13222 13034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20446992 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13244] ppid=13235 vsize=868644 CPUtime=0
/proc/13236/task/13244/stat : 13244 (java) S 13235 13222 13034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20446992 889491456 19124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890868

[startup+12.703 s]
/proc/loadavg: 2.22 2.10 2.14 3/84 13244
/proc/meminfo: memFree=1685016/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=2.42
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1310 19555 0 1 6 1 221 14 16 0 1 0 20446737 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1111 409 3 0 796 0
[pid=13235] ppid=13222 vsize=5356 CPUtime=0
/proc/13235/stat : 13235 (sh) S 13222 13222 13034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20446987 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13235/statm: 1339 233 193 169 0 50 0
[pid=13236] ppid=13235 vsize=868756 CPUtime=10.07
/proc/13236/stat : 13236 (java) S 13235 13222 13034 0 -1 0 65260 0 1 0 960 47 0 0 18 0 9 0 20446987 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13236/statm: 217189 39023 2593 9 0 211666 0
[pid=13236/tid=13237] ppid=13235 vsize=868756 CPUtime=4.99
/proc/13236/task/13237/stat : 13237 (java) R 13235 13222 13034 0 -1 64 4702 0 1 0 487 12 0 0 25 0 9 0 20446988 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4126991674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13238] ppid=13235 vsize=868756 CPUtime=4.78
/proc/13236/task/13238/stat : 13238 (java) S 13235 13222 13034 0 -1 64 58319 0 0 0 446 32 0 0 16 0 9 0 20446990 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13239] ppid=13235 vsize=868756 CPUtime=0
/proc/13236/task/13239/stat : 13239 (java) S 13235 13222 13034 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20446990 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13240] ppid=13235 vsize=868756 CPUtime=0
/proc/13236/task/13240/stat : 13240 (java) S 13235 13222 13034 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20446990 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13241] ppid=13235 vsize=868756 CPUtime=0
/proc/13236/task/13241/stat : 13241 (java) S 13235 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20446992 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13242] ppid=13235 vsize=868756 CPUtime=0.26
/proc/13236/task/13242/stat : 13242 (java) S 13235 13222 13034 0 -1 64 1537 0 0 0 26 0 0 0 16 0 9 0 20446992 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13243] ppid=13235 vsize=868756 CPUtime=0
/proc/13236/task/13243/stat : 13243 (java) S 13235 13222 13034 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20446992 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13236/tid=13244] ppid=13235 vsize=868756 CPUtime=0
/proc/13236/task/13244/stat : 13244 (java) S 13235 13222 13034 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20446992 889606144 39023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890980

[startup+25.5014 s]
/proc/loadavg: 2.19 2.10 2.14 3/76 13246
/proc/meminfo: memFree=1707480/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=10704 CPUtime=2.06
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 2445 0 0 0 97 109 0 0 25 0 1 0 20449079 10960896 2431 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 2676 2431 40 102 0 2571 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 32928

[startup+51.1011 s]
/proc/loadavg: 2.11 2.09 2.13 3/76 13246
/proc/meminfo: memFree=1606488/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=125028 CPUtime=27.4
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 27898 0 0 0 1250 1490 0 0 25 0 1 0 20449079 128028672 27884 996147200 134512640 134931368 4294956256 18446744073709551615 134546050 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 31257 27884 40 102 0 31152 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 147252

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

[startup+63.9015 s]
/proc/loadavg: 2.09 2.08 2.13 3/76 13246
/proc/meminfo: memFree=1555096/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=168060 CPUtime=40.09
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 40457 0 0 0 1842 2167 0 0 25 0 1 0 20449079 172093440 40443 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 42015 40443 40 102 0 41910 0
Current children cumulated CPU time (s) 63.12
Current children cumulated vsize (KiB) 190284

[startup+70.3012 s]
/proc/loadavg: 2.09 2.08 2.13 3/76 13246
/proc/meminfo: memFree=1529432/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=205828 CPUtime=46.43
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 46655 0 0 0 2132 2511 0 0 25 0 1 0 20449079 210767872 46641 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 51457 46641 40 102 0 51352 0
Current children cumulated CPU time (s) 69.46
Current children cumulated vsize (KiB) 228052

[startup+76.7019 s]
/proc/loadavg: 2.07 2.08 2.13 3/77 13247
/proc/meminfo: memFree=1506640/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=227080 CPUtime=52.77
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 52881 0 0 0 2428 2849 0 0 25 0 1 0 20449079 232529920 52867 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 56770 52867 40 102 0 56665 0
Current children cumulated CPU time (s) 75.8
Current children cumulated vsize (KiB) 249304

[startup+79.9012 s]
/proc/loadavg: 2.07 2.08 2.13 3/77 13247
/proc/meminfo: memFree=1501840/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=229624 CPUtime=55.94
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 53228 0 0 0 2740 2854 0 0 25 0 1 0 20449079 235134976 53185 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 57406 53185 42 102 0 57301 0
Current children cumulated CPU time (s) 78.97
Current children cumulated vsize (KiB) 251848

[startup+81.5024 s]
/proc/loadavg: 2.07 2.08 2.12 3/77 13247
/proc/meminfo: memFree=1501712/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=23.03
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1365 85353 0 2 6 2 2159 136 16 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13245] ppid=13222 vsize=5356 CPUtime=0
/proc/13245/stat : 13245 (sh) S 13222 13222 13034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449079 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13245/statm: 1339 232 193 169 0 50 0
[pid=13246] ppid=13245 vsize=231672 CPUtime=57.52
/proc/13246/stat : 13246 (picosat) R 13245 13222 13034 0 -1 4194304 53245 0 0 0 2898 2854 0 0 25 0 1 0 20449079 237232128 53202 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13246/statm: 57918 53202 42 102 0 57813 0
Current children cumulated CPU time (s) 80.55
Current children cumulated vsize (KiB) 253896

[startup+82.3025 s]
/proc/loadavg: 2.07 2.08 2.12 3/77 13247
/proc/meminfo: memFree=1501712/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=81.31
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1428 138941 0 2 6 2 5128 2995 17 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 81.31
Current children cumulated vsize (KiB) 16868

[startup+82.7025 s]
/proc/loadavg: 2.07 2.08 2.12 4/85 13257
/proc/meminfo: memFree=1708112/2055920 swapFree=4192812/4192956
[pid=13222] ppid=13220 vsize=16868 CPUtime=81.31
/proc/13222/stat : 13222 (sugar) S 13220 13222 13034 0 -1 4194304 1449 138941 0 2 6 2 5128 2995 15 0 1 0 20446737 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13222/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13222 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13222 13222 13034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20454961 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 233 193 169 0 50 0
[pid=13249] ppid=13248 vsize=864120 CPUtime=0.42
/proc/13249/stat : 13249 (java) S 13248 13222 13034 0 -1 0 3718 0 1 0 39 3 0 0 18 0 9 0 20454962 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13249/statm: 216030 3177 1724 9 0 210535 0
[pid=13249/tid=13250] ppid=13248 vsize=864120 CPUtime=0.34
/proc/13249/task/13250/stat : 13250 (java) S 13248 13222 13034 0 -1 64 2582 0 1 0 32 2 0 0 18 0 9 0 20454963 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13251] ppid=13248 vsize=864120 CPUtime=0
/proc/13249/task/13251/stat : 13251 (java) S 13248 13222 13034 0 -1 64 118 0 0 0 0 0 0 0 16 0 9 0 20454965 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13252] ppid=13248 vsize=864120 CPUtime=0
/proc/13249/task/13252/stat : 13252 (java) S 13248 13222 13034 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 20454965 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13253] ppid=13248 vsize=864120 CPUtime=0
/proc/13249/task/13253/stat : 13253 (java) S 13248 13222 13034 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20454965 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13254] ppid=13248 vsize=864120 CPUtime=0
/proc/13249/task/13254/stat : 13254 (java) S 13248 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20454967 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13255] ppid=13248 vsize=864120 CPUtime=0.06
/proc/13249/task/13255/stat : 13255 (java) S 13248 13222 13034 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 20454967 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13256] ppid=13248 vsize=864120 CPUtime=0
/proc/13249/task/13256/stat : 13256 (java) S 13248 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20454967 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13249/tid=13257] ppid=13248 vsize=864120 CPUtime=0
/proc/13249/task/13257/stat : 13257 (java) S 13248 13222 13034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20454967 884858880 3177 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.73
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 82.8003
CPU time (s): 81.8316
CPU user time (s): 51.7421
CPU system time (s): 30.0894
CPU usage (%): 98.83
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.7421
system time used= 30.0894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144485
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= 7480
involuntary context switches= 9048

runsolver used 0.135979 second user time and 0.278957 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 19:36:41
IDJOB=2064052
IDBENCH=54118
IDSOLVER=738
FILE ID=node19/2064052-1247333801
PBS_JOBID= 9506654
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-1.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064052-1247333801/watcher-2064052-1247333801 -o /tmp/evaluation-result-2064052-1247333801/solver-2064052-1247333801 -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-2064052-1247333801.xml

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

MD5SUM BENCH= 6883734acbcc3ab6a8ec48c2640bc7eb
RANDOM SEED=864750448

node19.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.211
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.211
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:       1844240 kB
Buffers:          6204 kB
Cached:          71860 kB
SwapCached:          0 kB
Active:         146940 kB
Inactive:        19936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6036 kB
Writeback:           0 kB
Mapped:          99480 kB
Slab:            29924 kB
Committed_AS:   233928 kB
PageTables:       1972 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= 66416 MiB
End job on node19 at 2009-07-11 19:38:04