Trace number 1057960

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.13+minisatSAT 37.6863 38.1715

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-7.xml
MD5SUM21e1efd837826f67c36950f4f3fb41e3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.70283
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3705
Maximum constraint arity15
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3244
Global constraints used (with number of constraints)alldifferent(461)

Solver Data (download as text)

0.02/0.05	c 0	Sugar v1-13 + HOME/minisat
0.02/0.05	c 0	BEGIN Thu Jul  3 21:05:08 2008
0.02/0.05	c 0	PID 22924
0.02/0.05	c 0	HOST node65.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1057960-1215111908.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057960-1215111908.xml' 'HOME/temp.csp'
0.04/0.92	c 1	218 domains, 400 variables, 1 predicates, 0 relations, 3705 constraints
0.04/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.03	c 1	Parsing HOME/temp.csp
1.21/1.30	c 1	parsed 4324 expressions
1.21/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.31	c 1	Converting to clausal form CSP
1.21/1.35	c 1	converted 433 (10%) expressions
1.42/1.58	c 1	converted 865 (20%) expressions
1.61/1.77	c 2	converted 1298 (30%) expressions
1.81/1.97	c 2	converted 1730 (40%) expressions
2.01/2.11	c 2	converted 2162 (50%) expressions
2.21/2.34	c 2	converted 2595 (60%) expressions
2.30/2.47	c 2	converted 3027 (70%) expressions
2.50/2.61	c 2	converted 3460 (80%) expressions
3.20/3.36	c 3	converted 3892 (90%) expressions
16.08/16.39	c 16	converted 4324 (100%) expressions
16.08/16.39	c 16	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
16.08/16.39	c 16	Heap : 235 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.08/16.39	c 16	Propagation in CSP
18.74/19.02	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.74/19.02	c 19	CSP : 400 integers, 0 booleans, 40973 clauses, largest domain size 24
18.74/19.02	c 19	Heap : 252 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.74/19.07	c 19	Simplifing CSP by introducing new Boolean variables
19.14/19.41	c 19	CSP : 400 integers, 84683 booleans, 125656 clauses, largest domain size 24
19.14/19.41	c 19	Heap : 271 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.53/20.90	c 21	Encoding CSP to SAT : HOME/temp.cnf
20.62/20.96	c 21	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
20.62/20.97	c 21	80 (20%) CSP integer variables are encoded (1234 clauses, 14027 bytes)
20.62/20.98	c 21	120 (30%) CSP integer variables are encoded (1836 clauses, 21853 bytes)
20.62/20.98	c 21	160 (40%) CSP integer variables are encoded (2445 clauses, 29770 bytes)
20.62/20.98	c 21	200 (50%) CSP integer variables are encoded (3075 clauses, 37960 bytes)
20.62/20.98	c 21	240 (60%) CSP integer variables are encoded (3096 clauses, 38233 bytes)
20.62/20.98	c 21	280 (70%) CSP integer variables are encoded (3143 clauses, 38844 bytes)
20.62/20.98	c 21	320 (80%) CSP integer variables are encoded (3178 clauses, 39299 bytes)
20.62/20.98	c 21	360 (90%) CSP integer variables are encoded (3209 clauses, 39702 bytes)
20.62/20.99	c 21	400 (100%) CSP integer variables are encoded (3232 clauses, 40001 bytes)
21.42/21.72	c 22	12566 (10%) CSP clauses are encoded (109667 clauses, 1955441 bytes)
22.20/22.52	c 22	25132 (20%) CSP clauses are encoded (246957 clauses, 4511786 bytes)
22.99/23.37	c 23	37697 (30%) CSP clauses are encoded (390260 clauses, 7202895 bytes)
23.89/24.21	c 24	50263 (40%) CSP clauses are encoded (535457 clauses, 9897670 bytes)
24.68/25.05	c 25	62828 (50%) CSP clauses are encoded (679376 clauses, 12593956 bytes)
25.57/25.91	c 26	75394 (60%) CSP clauses are encoded (824079 clauses, 15315849 bytes)
26.37/26.76	c 27	87960 (70%) CSP clauses are encoded (970143 clauses, 18046311 bytes)
27.26/27.62	c 27	100525 (80%) CSP clauses are encoded (1115202 clauses, 20755227 bytes)
28.05/28.49	c 28	113091 (90%) CSP clauses are encoded (1259497 clauses, 23475595 bytes)
28.93/29.38	c 29	125656 (100%) CSP clauses are encoded (1403461 clauses, 26177336 bytes)
28.93/29.38	c 29	125656 CSP clauses encoded
28.93/29.38	c 29	Writing map file : HOME/temp.map
29.03/29.40	c 29	Heap : 273 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.03/29.40	c 29	SAT : 88204 SAT variables, 1403461 SAT clauses, 26177336 bytes
29.03/29.40	c 29	Heap : 273 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.03/29.49	c 29	SOLVING HOME/temp.cnf
29.03/29.49	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.03/29.49	c 29	This is MiniSat 2.0 beta
29.03/29.49	c 29	WARNING: for repeatability, setting FPU to use double precision
29.03/29.49	c 29	============================[ Problem Statistics ]=============================
29.03/29.49	c 29	|                                                                             |
29.03/29.49	c 29	|  Number of variables:  88204                                                |
29.03/29.49	c 29	|  Number of clauses:    1403461                                              |
29.79/30.21	c 30	|  Parsing time:         0.60         s                                       |
29.79/30.25	c 30	============================[ Search Statistics ]==============================
29.79/30.25	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.79/30.25	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.79/30.25	c 30	===============================================================================
29.79/30.25	c 30	|         0 |   88204  1403461  4048359 |   467820        0    nan |  0.000 % |
30.39/30.84	c 31	|       100 |   88204  1403461  4048359 |   514602      100     32 |  0.000 % |
31.38/31.90	c 32	|       252 |   88204  1403461  4048359 |   566062      252     44 |  0.000 % |
32.27/32.77	c 33	|       479 |   88204  1403461  4048359 |   622668      479     34 |  0.000 % |
33.56/34.08	c 34	|       817 |   88204  1403461  4048359 |   684935      817     32 |  0.000 % |
34.65/35.11	c 35	|      1324 |   88204  1403461  4048359 |   753429     1324     25 |  0.000 % |
37.02/37.57	c 37	===============================================================================
37.02/37.58	c 37	restarts              : 6
37.02/37.58	c 37	conflicts             : 1618           (205 /sec)
37.02/37.58	c 37	decisions             : 5984           (0.85 % random) (759 /sec)
37.02/37.58	c 37	propagations          : 6389895        (810304 /sec)
37.02/37.58	c 37	conflict literals     : 55841          (4.92 % deleted)
37.02/37.58	c 37	Memory used           : 67.48 MB
37.02/37.58	c 37	CPU time              : 7.8858 s
37.02/37.58	c 37	
37.11/37.62	c 37	SATISFIABLE
37.11/37.63	c 37	DECODING HOME/temp.out WITH HOME/temp.map
37.11/37.63	c 37	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
37.16/37.71	c 38	Decoding HOME/temp.out
37.16/38.10	s SATISFIABLE
37.16/38.12	v 33 43 23 0 26 2 12 21 8 31 19 2 1 11 42 16 32 8 25 24 27 29 15 31 20 38 25 30 24 18 22 32 27 19 22 22 7 39 17 6 7 25 9 35 25 16 10 43 44 7 40 36 10 34 6 17 31 33 0 11 39 37 29 10 42 13 25 3 28 44 40 41 31 34 15 13 17 37 34 3 14 24 36 5 42 26 12 28 20 38 5 17 24 19 4 12 8 17 16 27 27 2 1 10 28 36 23 44 23 3 7 17 13 37 35 37 31 26 41 38 21 38 41 11 6 4 42 30 44 9 31 43 12 28 40 36 5 8 18 27 32 34 15 14 4 23 17 21 9 14 4 18 13 14 26 9 15 21 29 35 11 33 19 29 7 5 20 8 2 29 22 6 38 24 21 4 3 1 14 5 43 16 35 41 22 39 35 9 5 43 40 17 32 30 0 44 41 30 26 33 4 1 6 2 4 0 8 5 0 7 4 3 2 2 4 3 3 5 4 2 9 0 4 3 3 5 9 6 3 2 7 0 7 3 8 3 7 3 2 4 9 1 9 2 7 4 1 8 7 4 0 4 3 7 2 4 9 2 8 7 8 4 3 6 7 8 8 6 8 6 9 2 4 1 2 9 1 3 2 2 0 7 6 6 5 0 0 7 5 9 3 9 9 6 1 3 7 0 9 1 3 5 3 9 3 9 8 8 9 8 6 3 4 6 7 7 8 2 4 3 0 7 8 4 9 0 8 2 2 8 2 2 9 9 5 8 8 9 3 5 8 3 0 9 3 1 6 9 3 2 5 6 3 5 8 2 3 1 6 8 3 0 5 2 5 7 8 6 9 7 2 8 0 5 3 9 5 7 8 5 5 8 9 6 4 2 4 5 9 4 4 8 7 7 9 9 0 3 9 9
37.16/38.12	c 38	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
37.16/38.16	c 38	CPU 36.76 (0.04 0.01 36.72 0.88)
37.16/38.16	c 38	END Thu Jul  3 21:05:46 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057960-1215111908/watcher-1057960-1215111908 -o /tmp/evaluation-result-1057960-1215111908/solver-1057960-1215111908 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1057960-1215111908.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.00 1.92 4/72 22924
/proc/meminfo: memFree=1546944/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=18572 CPUtime=0
/proc/22924/stat : 22924 (runsolver) R 22922 22924 22401 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 1990160578 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22924/statm: 4643 292 257 25 0 2626 0

[startup+0.043033 s]
/proc/loadavg: 2.02 2.00 1.92 4/72 22924
/proc/meminfo: memFree=1546944/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13204 CPUtime=0.02
/proc/22924/stat : 22924 (sugar) D 22922 22924 22401 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 1990160578 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 257203862117 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/22924/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.113318 s]
/proc/loadavg: 2.02 2.00 1.92 4/72 22924
/proc/meminfo: memFree=1546944/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.04
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 1990160578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302328 s]
/proc/loadavg: 2.02 2.00 1.92 4/72 22924
/proc/meminfo: memFree=1546944/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.04
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 1990160578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702366 s]
/proc/loadavg: 2.02 2.00 1.92 4/72 22924
/proc/meminfo: memFree=1546944/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.04
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 900 127 0 0 3 1 0 0 17 0 1 0 1990160578 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50244 s]
/proc/loadavg: 2.02 2.00 1.92 5/83 22946
/proc/meminfo: memFree=1541352/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.89
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 974 7001 0 1 3 1 81 4 15 0 1 0 1990160578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 797 370 3 0 500 0
[pid=22937] ppid=22924 vsize=5356 CPUtime=0
/proc/22937/stat : 22937 (sh) S 22924 22924 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990160673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22937/statm: 1339 233 193 169 0 50 0
[pid=22938] ppid=22937 vsize=865548 CPUtime=0.53
/proc/22938/stat : 22938 (java) S 22937 22924 22401 0 -1 0 4857 0 1 0 50 3 0 0 18 0 9 0 1990160673 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22938/statm: 216387 4272 1732 9 0 210962 0
[pid=22938/tid=22939] ppid=22937 vsize=865548 CPUtime=0.32
/proc/22938/task/22939/stat : 22939 (java) R 22937 22924 22401 0 -1 64 2663 0 1 0 32 0 0 0 22 0 9 0 1990160674 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22940] ppid=22937 vsize=865548 CPUtime=0.04
/proc/22938/task/22940/stat : 22940 (java) S 22937 22924 22401 0 -1 64 833 0 0 0 4 0 0 0 16 0 9 0 1990160675 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22941] ppid=22937 vsize=865548 CPUtime=0
/proc/22938/task/22941/stat : 22941 (java) S 22937 22924 22401 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990160675 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22942] ppid=22937 vsize=865548 CPUtime=0
/proc/22938/task/22942/stat : 22942 (java) S 22937 22924 22401 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1990160675 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22943] ppid=22937 vsize=865548 CPUtime=0
/proc/22938/task/22943/stat : 22943 (java) S 22937 22924 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990160677 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22944] ppid=22937 vsize=865548 CPUtime=0.13
/proc/22938/task/22944/stat : 22944 (java) R 22937 22924 22401 0 -1 64 670 0 0 0 13 0 0 0 16 0 9 0 1990160677 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 102046164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22945] ppid=22937 vsize=865548 CPUtime=0
/proc/22938/task/22945/stat : 22945 (java) S 22937 22924 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990160677 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22946] ppid=22937 vsize=865548 CPUtime=0
/proc/22938/task/22946/stat : 22946 (java) S 22937 22924 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990160677 886321152 4272 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884504

[startup+3.10156 s]
/proc/loadavg: 2.02 2.00 1.92 4/83 22946
/proc/meminfo: memFree=1522152/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.89
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 974 7001 0 1 3 1 81 4 15 0 1 0 1990160578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 797 370 3 0 500 0
[pid=22937] ppid=22924 vsize=5356 CPUtime=0
/proc/22937/stat : 22937 (sh) S 22924 22924 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990160673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22937/statm: 1339 233 193 169 0 50 0
[pid=22938] ppid=22937 vsize=868372 CPUtime=2.11
/proc/22938/stat : 22938 (java) S 22937 22924 22401 0 -1 0 12877 0 1 0 204 7 0 0 18 0 9 0 1990160673 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22938/statm: 217093 12046 2540 9 0 211668 0
[pid=22938/tid=22939] ppid=22937 vsize=868372 CPUtime=1.24
/proc/22938/task/22939/stat : 22939 (java) R 22937 22924 22401 0 -1 64 3002 0 1 0 123 1 0 0 25 0 9 0 1990160674 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4126601991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22940] ppid=22937 vsize=868372 CPUtime=0.64
/proc/22938/task/22940/stat : 22940 (java) S 22937 22924 22401 0 -1 64 7717 0 0 0 61 3 0 0 16 0 9 0 1990160675 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22941] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22941/stat : 22941 (java) S 22937 22924 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990160675 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22942] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22942/stat : 22942 (java) S 22937 22924 22401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160675 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22943] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22943/stat : 22943 (java) S 22937 22924 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990160677 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22944] ppid=22937 vsize=868372 CPUtime=0.18
/proc/22938/task/22944/stat : 22944 (java) S 22937 22924 22401 0 -1 64 1465 0 0 0 18 0 0 0 16 0 9 0 1990160677 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22945] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22945/stat : 22945 (java) S 22937 22924 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990160677 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22946] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22946/stat : 22946 (java) S 22937 22924 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990160677 889212928 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887328

[startup+6.30283 s]
/proc/loadavg: 2.10 2.02 1.93 4/83 22946
/proc/meminfo: memFree=1468584/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.89
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 974 7001 0 1 3 1 81 4 15 0 1 0 1990160578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 797 370 3 0 500 0
[pid=22937] ppid=22924 vsize=5356 CPUtime=0
/proc/22937/stat : 22937 (sh) S 22924 22924 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990160673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22937/statm: 1339 233 193 169 0 50 0
[pid=22938] ppid=22937 vsize=868372 CPUtime=5.28
/proc/22938/stat : 22938 (java) S 22937 22924 22401 0 -1 0 26358 0 1 0 516 12 0 0 18 0 9 0 1990160673 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22938/statm: 217093 25496 2540 9 0 211668 0
[pid=22938/tid=22939] ppid=22937 vsize=868372 CPUtime=3.12
/proc/22938/task/22939/stat : 22939 (java) R 22937 22924 22401 0 -1 64 3737 0 1 0 310 2 0 0 25 0 9 0 1990160674 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4126602536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22940] ppid=22937 vsize=868372 CPUtime=1.93
/proc/22938/task/22940/stat : 22940 (java) S 22937 22924 22401 0 -1 64 20456 0 0 0 186 7 0 0 16 0 9 0 1990160675 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22941] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22941/stat : 22941 (java) S 22937 22924 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990160675 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22942] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22942/stat : 22942 (java) S 22937 22924 22401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160675 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22943] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22943/stat : 22943 (java) S 22937 22924 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990160677 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22944] ppid=22937 vsize=868372 CPUtime=0.19
/proc/22938/task/22944/stat : 22944 (java) S 22937 22924 22401 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 1990160677 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22945] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22945/stat : 22945 (java) S 22937 22924 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990160677 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22946] ppid=22937 vsize=868372 CPUtime=0
/proc/22938/task/22946/stat : 22946 (java) S 22937 22924 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990160677 889212928 25496 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887328

[startup+12.7024 s]
/proc/loadavg: 2.17 2.03 1.93 4/83 22946
/proc/meminfo: memFree=1351400/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.89
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 974 7001 0 1 3 1 81 4 15 0 1 0 1990160578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 797 370 3 0 500 0
[pid=22937] ppid=22924 vsize=5356 CPUtime=0
/proc/22937/stat : 22937 (sh) S 22924 22924 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990160673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22937/statm: 1339 233 193 169 0 50 0
[pid=22938] ppid=22937 vsize=888860 CPUtime=11.61
/proc/22938/stat : 22938 (java) S 22937 22924 22401 0 -1 0 69392 0 1 0 1130 31 0 0 18 0 9 0 1990160673 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22938/statm: 222215 55695 2540 9 0 216790 0
[pid=22938/tid=22939] ppid=22937 vsize=888860 CPUtime=6.57
/proc/22938/task/22939/stat : 22939 (java) R 22937 22924 22401 0 -1 64 4498 0 1 0 655 2 0 0 25 0 9 0 1990160674 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22940] ppid=22937 vsize=888860 CPUtime=4.82
/proc/22938/task/22940/stat : 22940 (java) R 22937 22924 22401 0 -1 64 62729 0 0 0 455 27 0 0 16 0 9 0 1990160675 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 102731926 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22941] ppid=22937 vsize=888860 CPUtime=0
/proc/22938/task/22941/stat : 22941 (java) S 22937 22924 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990160675 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22942] ppid=22937 vsize=888860 CPUtime=0
/proc/22938/task/22942/stat : 22942 (java) S 22937 22924 22401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160675 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22943] ppid=22937 vsize=888860 CPUtime=0
/proc/22938/task/22943/stat : 22943 (java) S 22937 22924 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990160677 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22944] ppid=22937 vsize=888860 CPUtime=0.19
/proc/22938/task/22944/stat : 22944 (java) S 22937 22924 22401 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 1990160677 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22945] ppid=22937 vsize=888860 CPUtime=0
/proc/22938/task/22945/stat : 22945 (java) S 22937 22924 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990160677 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22946] ppid=22937 vsize=888860 CPUtime=0
/proc/22938/task/22946/stat : 22946 (java) S 22937 22924 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990160677 910192640 55695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 907816

[startup+25.5024 s]
/proc/loadavg: 2.20 2.05 1.94 3/83 22946
/proc/meminfo: memFree=1229544/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=0.89
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 974 7001 0 1 3 1 81 4 15 0 1 0 1990160578 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 797 370 3 0 500 0
[pid=22937] ppid=22924 vsize=5356 CPUtime=0
/proc/22937/stat : 22937 (sh) S 22924 22924 22401 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990160673 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22937/statm: 1339 233 193 169 0 50 0
[pid=22938] ppid=22937 vsize=868484 CPUtime=24.28
/proc/22938/stat : 22938 (java) S 22937 22924 22401 0 -1 0 106242 0 1 0 2373 55 0 0 18 0 9 0 1990160673 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22938/statm: 217121 77753 2566 9 0 211668 0
[pid=22938/tid=22939] ppid=22937 vsize=868484 CPUtime=15.82
/proc/22938/task/22939/stat : 22939 (java) R 22937 22924 22401 0 -1 64 7201 0 1 0 1570 12 0 0 25 0 9 0 1990160674 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4127015312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22940] ppid=22937 vsize=868484 CPUtime=8.16
/proc/22938/task/22940/stat : 22940 (java) S 22937 22924 22401 0 -1 64 96824 0 0 0 775 41 0 0 16 0 9 0 1990160675 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22941] ppid=22937 vsize=868484 CPUtime=0
/proc/22938/task/22941/stat : 22941 (java) S 22937 22924 22401 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990160675 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22942] ppid=22937 vsize=868484 CPUtime=0
/proc/22938/task/22942/stat : 22942 (java) S 22937 22924 22401 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990160675 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22943] ppid=22937 vsize=868484 CPUtime=0
/proc/22938/task/22943/stat : 22943 (java) S 22937 22924 22401 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990160677 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22944] ppid=22937 vsize=868484 CPUtime=0.28
/proc/22938/task/22944/stat : 22944 (java) S 22937 22924 22401 0 -1 64 1524 0 0 0 27 1 0 0 16 0 9 0 1990160677 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22945] ppid=22937 vsize=868484 CPUtime=0
/proc/22938/task/22945/stat : 22945 (java) S 22937 22924 22401 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990160677 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22938/tid=22946] ppid=22937 vsize=868484 CPUtime=0
/proc/22938/task/22946/stat : 22946 (java) S 22937 22924 22401 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990160677 889327616 77753 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887440

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

[startup+31.9069 s]
/proc/loadavg: 2.18 2.05 1.94 3/75 22948
/proc/meminfo: memFree=1452968/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=29.11
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 1033 113570 0 2 4 1 2834 72 16 0 1 0 1990160578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 799 370 3 0 500 0
[pid=22947] ppid=22924 vsize=5356 CPUtime=0
/proc/22947/stat : 22947 (sh) S 22924 22924 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990163527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22947/statm: 1339 232 193 169 0 50 0
[pid=22948] ppid=22947 vsize=67076 CPUtime=2.37
/proc/22948/stat : 22948 (minisat) R 22947 22924 22401 0 -1 4194304 16405 0 0 0 227 10 0 0 25 0 1 0 1990163527 68685824 16391 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22948/statm: 16769 16391 76 150 0 16616 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 86032

[startup+35.1022 s]
/proc/loadavg: 2.17 2.04 1.94 3/75 22948
/proc/meminfo: memFree=1451496/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=29.11
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 1033 113570 0 2 4 1 2834 72 16 0 1 0 1990160578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 799 370 3 0 500 0
[pid=22947] ppid=22924 vsize=5356 CPUtime=0
/proc/22947/stat : 22947 (sh) S 22924 22924 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990163527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22947/statm: 1339 232 193 169 0 50 0
[pid=22948] ppid=22947 vsize=68528 CPUtime=5.54
/proc/22948/stat : 22948 (minisat) R 22947 22924 22401 0 -1 4194304 16764 0 0 0 543 11 0 0 25 0 1 0 1990163527 70172672 16750 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/22948/statm: 17132 16750 76 150 0 16979 0
Current children cumulated CPU time (s) 34.65
Current children cumulated vsize (KiB) 87484

[startup+36.7014 s]
/proc/loadavg: 2.17 2.04 1.94 3/75 22948
/proc/meminfo: memFree=1451240/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=29.11
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 1033 113570 0 2 4 1 2834 72 16 0 1 0 1990160578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 799 370 3 0 500 0
[pid=22947] ppid=22924 vsize=5356 CPUtime=0
/proc/22947/stat : 22947 (sh) S 22924 22924 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990163527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22947/statm: 1339 232 193 169 0 50 0
[pid=22948] ppid=22947 vsize=68912 CPUtime=7.12
/proc/22948/stat : 22948 (minisat) R 22947 22924 22401 0 -1 4194304 16826 0 0 0 701 11 0 0 25 0 1 0 1990163527 70565888 16812 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22948/statm: 17228 16812 76 150 0 17075 0
Current children cumulated CPU time (s) 36.23
Current children cumulated vsize (KiB) 87868

[startup+37.5014 s]
/proc/loadavg: 2.17 2.04 1.94 3/75 22948
/proc/meminfo: memFree=1451176/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=29.11
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 1033 113570 0 2 4 1 2834 72 16 0 1 0 1990160578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 799 370 3 0 500 0
[pid=22947] ppid=22924 vsize=5356 CPUtime=0
/proc/22947/stat : 22947 (sh) S 22924 22924 22401 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990163527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22947/statm: 1339 232 193 169 0 50 0
[pid=22948] ppid=22947 vsize=68912 CPUtime=7.91
/proc/22948/stat : 22948 (minisat) R 22947 22924 22401 0 -1 4194304 16858 0 0 0 780 11 0 0 25 0 1 0 1990163527 70565888 16844 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22948/statm: 17228 16844 76 150 0 17075 0
Current children cumulated CPU time (s) 37.02
Current children cumulated vsize (KiB) 87868

[startup+37.9014 s]
/proc/loadavg: 2.17 2.04 1.94 3/75 22948
/proc/meminfo: memFree=1451176/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=37.16
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 1090 130756 0 2 4 1 3626 85 16 0 1 0 1990160578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 37.16
Current children cumulated vsize (KiB) 13600

[startup+38.1015 s]
/proc/loadavg: 2.17 2.04 1.94 3/75 22948
/proc/meminfo: memFree=1451176/2055920 swapFree=4180796/4192956
[pid=22924] ppid=22922 vsize=13600 CPUtime=37.16
/proc/22924/stat : 22924 (sugar) S 22922 22924 22401 0 -1 4194304 1090 130756 0 2 4 1 3626 85 16 0 1 0 1990160578 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22924/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 37.16
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 38.1715
CPU time (s): 37.6863
CPU user time (s): 36.7664
CPU system time (s): 0.91986
CPU usage (%): 98.7289
Max. virtual memory (cumulated for all children) (KiB): 912940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.7664
system time used= 0.91986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135831
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= 4701
involuntary context switches= 5286

runsolver used 0.055991 second user time and 0.138978 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-03 21:05:08
IDJOB=1057960
IDBENCH=54098
IDSOLVER=346
FILE ID=node65/1057960-1215111908
PBS_JOBID= 7877075
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057960-1215111908/watcher-1057960-1215111908 -o /tmp/evaluation-result-1057960-1215111908/solver-1057960-1215111908 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1057960-1215111908.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 21e1efd837826f67c36950f4f3fb41e3
RANDOM SEED=1853283427

node65.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.231
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.231
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:       1547424 kB
Buffers:         60756 kB
Cached:         364860 kB
SwapCached:       6048 kB
Active:         218032 kB
Inactive:       220664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547424 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          20980 kB
Slab:            55160 kB
Committed_AS:  3940568 kB
PageTables:       1816 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= 66548 MiB
End job on node65 at 2008-07-03 21:05:46