Trace number 1042140

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 43.7623 44.3052

General information on the benchmark

Namecsp/allsquares/
normalized-squares-24-24.xml
MD5SUM085224582c2533376c40a66e21614d4f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.7293
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of constraints1383
Maximum constraint arity24
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1105
Global constraints used (with number of constraints)cumulative(2),weightedsum(276)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 14:43:59 2008
0.00/0.05	c 0	PID 7694
0.03/0.05	c 0	HOST node32.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1042140-1215002638.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042140-1215002638.xml' 'HOME/temp.csp'
0.04/0.81	c 0	25 domains, 1152 variables, 2 predicates, 0 relations, 1383 constraints
0.04/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 0	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.79/0.92	c 0	Parsing HOME/temp.csp
1.03/1.14	c 1	parsed 2562 expressions
1.03/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.15	c 1	Converting to clausal form CSP
1.03/1.17	c 1	converted 257 (10%) expressions
1.03/1.18	c 1	converted 513 (20%) expressions
1.03/1.18	c 1	converted 769 (30%) expressions
1.03/1.18	c 1	converted 1025 (40%) expressions
1.22/1.32	c 1	converted 1281 (50%) expressions
1.22/1.38	c 1	converted 1538 (60%) expressions
1.32/1.41	c 1	converted 1794 (70%) expressions
1.32/1.44	c 1	converted 2050 (80%) expressions
1.32/1.46	c 1	converted 2306 (90%) expressions
2.21/2.33	c 2	converted 2562 (100%) expressions
2.21/2.34	c 2	CSP : 7684 integers, 2162 booleans, 19965 clauses, largest domain size 161
2.21/2.34	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.34	c 2	Propagation in CSP
2.31/2.48	c 2	18917 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.31/2.48	c 2	CSP : 7684 integers, 2162 booleans, 19965 clauses, largest domain size 72
2.31/2.48	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.50	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.51	c 2	CSP : 7684 integers, 2162 booleans, 19965 clauses, largest domain size 72
2.41/2.51	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.64	c 2	769 (10%) CSP integer variables are encoded (2712 clauses, 33141 bytes)
2.50/2.65	c 2	1537 (20%) CSP integer variables are encoded (7820 clauses, 99545 bytes)
2.50/2.67	c 2	2306 (30%) CSP integer variables are encoded (17883 clauses, 249294 bytes)
2.50/2.68	c 2	3074 (40%) CSP integer variables are encoded (27897 clauses, 399504 bytes)
2.50/2.69	c 2	3842 (50%) CSP integer variables are encoded (37529 clauses, 543984 bytes)
2.60/2.72	c 2	4611 (60%) CSP integer variables are encoded (47591 clauses, 694914 bytes)
2.60/2.73	c 2	5379 (70%) CSP integer variables are encoded (57691 clauses, 846414 bytes)
2.60/2.75	c 2	6148 (80%) CSP integer variables are encoded (67328 clauses, 990969 bytes)
2.60/2.76	c 2	6916 (90%) CSP integer variables are encoded (77332 clauses, 1141029 bytes)
2.60/2.77	c 2	7684 (100%) CSP integer variables are encoded (87362 clauses, 1291479 bytes)
2.89/3.01	c 3	1997 (10%) CSP clauses are encoded (182261 clauses, 2954187 bytes)
3.29/3.40	c 3	3993 (20%) CSP clauses are encoded (376895 clauses, 6658359 bytes)
3.59/3.77	c 3	5990 (30%) CSP clauses are encoded (562773 clauses, 10552232 bytes)
3.98/4.15	c 4	7986 (40%) CSP clauses are encoded (751859 clauses, 14515751 bytes)
4.38/4.53	c 4	9983 (50%) CSP clauses are encoded (943242 clauses, 18526378 bytes)
4.88/5.01	c 5	11979 (60%) CSP clauses are encoded (1185888 clauses, 23596175 bytes)
5.27/5.43	c 5	13976 (70%) CSP clauses are encoded (1396470 clauses, 28010597 bytes)
5.56/5.80	c 5	15972 (80%) CSP clauses are encoded (1574962 clauses, 31751527 bytes)
5.95/6.18	c 6	17969 (90%) CSP clauses are encoded (1765197 clauses, 35739688 bytes)
6.46/6.64	c 6	19965 (100%) CSP clauses are encoded (1994649 clauses, 40534749 bytes)
6.46/6.64	c 6	19965 CSP clauses encoded
6.46/6.64	c 6	Writing map file : HOME/temp.map
6.46/6.67	c 6	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.46/6.67	c 6	SAT : 97158 SAT variables, 1994649 SAT clauses, 40534749 bytes
6.46/6.67	c 6	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.54/6.70	c 6	SOLVING HOME/temp.cnf
6.54/6.70	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.54/6.70	c 6	This is MiniSat 2.0 beta
6.54/6.70	c 6	WARNING: for repeatability, setting FPU to use double precision
6.54/6.70	c 6	============================[ Problem Statistics ]=============================
6.54/6.70	c 6	|                                                                             |
6.54/6.70	c 6	|  Number of variables:  97158                                                |
6.54/6.70	c 6	|  Number of clauses:    1994649                                              |
7.52/7.74	c 7	|  Parsing time:         0.89         s                                       |
7.52/7.79	c 7	============================[ Search Statistics ]==============================
7.52/7.79	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.52/7.79	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.52/7.79	c 7	===============================================================================
7.52/7.79	c 7	|         0 |   97158  1994649  5744231 |   664883        0    nan |  0.000 % |
8.98/9.22	c 9	|       100 |   97158  1994649  5744231 |   731371      100     34 |  0.000 % |
10.57/10.82	c 10	|       250 |   97158  1994649  5744231 |   804508      250     34 |  0.000 % |
12.35/12.69	c 12	|       476 |   97158  1994649  5744231 |   884959      476     41 |  0.000 % |
15.82/16.17	c 16	|       814 |   97158  1994649  5744231 |   973455      814     42 |  0.000 % |
21.07/21.47	c 21	|      1323 |   97158  1994649  5744231 |  1070800     1323     48 |  0.000 % |
28.70/29.19	c 29	|      2083 |   97158  1994649  5744231 |  1177880     2083     44 |  0.000 % |
38.01/38.57	c 38	|      3222 |   97158  1994649  5744231 |  1295668     3222     47 |  0.000 % |
43.26/43.84	c 43	===============================================================================
43.26/43.84	c 43	restarts              : 8
43.26/43.84	c 43	conflicts             : 3749           (102 /sec)
43.26/43.84	c 43	decisions             : 5538           (1.37 % random) (151 /sec)
43.26/43.84	c 43	propagations          : 27095314       (739674 /sec)
43.26/43.84	c 43	conflict literals     : 174394         (31.66 % deleted)
43.26/43.84	c 43	Memory used           : 93.61 MB
43.26/43.84	c 43	CPU time              : 36.6314 s
43.26/43.84	c 43	
43.26/43.88	c 43	SATISFIABLE
43.36/43.91	c 43	DECODING HOME/temp.out WITH HOME/temp.map
43.36/43.91	c 43	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.36/43.99	c 44	Decoding HOME/temp.out
43.38/44.19	s SATISFIABLE
43.38/44.25	v 19 24 45 16 26 26 19 16 17 44 15 20 44 57 0 0 54 53 0 0 32 49 26 20 38 64 22 11 0 5 47 63 54 25 0 11 35 35 0 54 18 0 35 15 1 49 48 23 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1
43.38/44.25	c 44	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.38/44.29	c 44	CPU 43.09 (0.04 0.01 43.05 0.61)
43.38/44.29	c 44	END Wed Jul  2 14:44:43 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-1042140-1215002638/watcher-1042140-1215002638 -o /tmp/evaluation-result-1042140-1215002638/solver-1042140-1215002638 -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-1042140-1215002638.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.00 2.00 1.93 4/73 7694
/proc/meminfo: memFree=1784920/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=18572 CPUtime=0
/proc/7694/stat : 7694 (runsolver) R 7692 7694 5317 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1529936037 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7694/statm: 4643 292 257 25 0 2626 0

[startup+0.050865 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 7694
/proc/meminfo: memFree=1784920/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.03
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 845 0 0 0 3 0 0 0 19 0 1 0 1529936037 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102105 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 7694
/proc/meminfo: memFree=1784920/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.04
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1529936037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301885 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 7694
/proc/meminfo: memFree=1784920/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.04
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1529936037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701935 s]
/proc/loadavg: 2.00 2.00 1.93 4/73 7694
/proc/meminfo: memFree=1784920/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.04
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1529936037 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50103 s]
/proc/loadavg: 2.00 2.00 1.93 4/84 7716
/proc/meminfo: memFree=1777344/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.79
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 974 5151 0 1 3 1 70 5 15 0 1 0 1529936037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 797 370 3 0 500 0
[pid=7707] ppid=7694 vsize=5356 CPUtime=0
/proc/7707/stat : 7707 (sh) S 7694 7694 5317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529936122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7707/statm: 1339 233 193 169 0 50 0
[pid=7708] ppid=7707 vsize=868356 CPUtime=0.62
/proc/7708/stat : 7708 (java) S 7707 7694 5317 0 -1 0 5516 0 1 0 59 3 0 0 18 0 9 0 1529936122 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7708/statm: 217089 4937 1734 9 0 211664 0
[pid=7708/tid=7709] ppid=7707 vsize=868356 CPUtime=0.37
/proc/7708/task/7709/stat : 7709 (java) R 7707 7694 5317 0 -1 64 2652 0 1 0 36 1 0 0 19 0 9 0 1529936123 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 9715429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7710] ppid=7707 vsize=868356 CPUtime=0.04
/proc/7708/task/7710/stat : 7710 (java) S 7707 7694 5317 0 -1 64 725 0 0 0 4 0 0 0 16 0 9 0 1529936124 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7711] ppid=7707 vsize=868356 CPUtime=0
/proc/7708/task/7711/stat : 7711 (java) S 7707 7694 5317 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1529936124 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7712] ppid=7707 vsize=868356 CPUtime=0
/proc/7708/task/7712/stat : 7712 (java) S 7707 7694 5317 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529936124 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7713] ppid=7707 vsize=868356 CPUtime=0
/proc/7708/task/7713/stat : 7713 (java) S 7707 7694 5317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529936126 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7714] ppid=7707 vsize=868356 CPUtime=0.19
/proc/7708/task/7714/stat : 7714 (java) S 7707 7694 5317 0 -1 64 1448 0 0 0 18 1 0 0 16 0 9 0 1529936126 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7715] ppid=7707 vsize=868356 CPUtime=0
/proc/7708/task/7715/stat : 7715 (java) S 7707 7694 5317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529936126 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7716] ppid=7707 vsize=868356 CPUtime=0
/proc/7708/task/7716/stat : 7716 (java) S 7707 7694 5317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529936126 889196544 4937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887312

[startup+3.10221 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 7716
/proc/meminfo: memFree=1761152/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.79
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 974 5151 0 1 3 1 70 5 15 0 1 0 1529936037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 797 370 3 0 500 0
[pid=7707] ppid=7694 vsize=5356 CPUtime=0
/proc/7707/stat : 7707 (sh) S 7694 7694 5317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529936122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7707/statm: 1339 233 193 169 0 50 0
[pid=7708] ppid=7707 vsize=868468 CPUtime=2.21
/proc/7708/stat : 7708 (java) S 7707 7694 5317 0 -1 0 9908 0 1 0 212 9 0 0 18 0 9 0 1529936122 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7708/statm: 217117 8884 2565 9 0 211664 0
[pid=7708/tid=7709] ppid=7707 vsize=868468 CPUtime=1.38
/proc/7708/task/7709/stat : 7709 (java) R 7707 7694 5317 0 -1 64 2935 0 1 0 135 3 0 0 21 0 9 0 1529936123 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4127088557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7710] ppid=7707 vsize=868468 CPUtime=0.49
/proc/7708/task/7710/stat : 7710 (java) S 7707 7694 5317 0 -1 64 4760 0 0 0 46 3 0 0 16 0 9 0 1529936124 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7711] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7711/stat : 7711 (java) S 7707 7694 5317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529936124 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7712] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7712/stat : 7712 (java) S 7707 7694 5317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529936124 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7713] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7713/stat : 7713 (java) S 7707 7694 5317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529936126 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7714] ppid=7707 vsize=868468 CPUtime=0.31
/proc/7708/task/7714/stat : 7714 (java) S 7707 7694 5317 0 -1 64 1521 0 0 0 30 1 0 0 16 0 9 0 1529936126 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7715] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7715/stat : 7715 (java) S 7707 7694 5317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529936126 889311232 8884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7716] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7716/stat : 7716 (java) S 7707 7694 5317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529936126 889311232 8884 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) 887424

[startup+6.30263 s]
/proc/loadavg: 2.00 2.00 1.93 3/84 7716
/proc/meminfo: memFree=1729216/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=0.79
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 974 5151 0 1 3 1 70 5 15 0 1 0 1529936037 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 797 370 3 0 500 0
[pid=7707] ppid=7694 vsize=5356 CPUtime=0
/proc/7707/stat : 7707 (sh) S 7694 7694 5317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529936122 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7707/statm: 1339 233 193 169 0 50 0
[pid=7708] ppid=7707 vsize=868468 CPUtime=5.36
/proc/7708/stat : 7708 (java) S 7707 7694 5317 0 -1 0 10511 0 1 0 503 33 0 0 18 0 9 0 1529936122 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7708/statm: 217117 8889 2565 9 0 211664 0
[pid=7708/tid=7709] ppid=7707 vsize=868468 CPUtime=4.33
/proc/7708/task/7709/stat : 7709 (java) R 7707 7694 5317 0 -1 64 3533 0 1 0 410 23 0 0 25 0 9 0 1529936123 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7710] ppid=7707 vsize=868468 CPUtime=0.68
/proc/7708/task/7710/stat : 7710 (java) S 7707 7694 5317 0 -1 64 4760 0 0 0 61 7 0 0 15 0 9 0 1529936124 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7711] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7711/stat : 7711 (java) S 7707 7694 5317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529936124 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7712] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7712/stat : 7712 (java) S 7707 7694 5317 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529936124 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7713] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7713/stat : 7713 (java) S 7707 7694 5317 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529936126 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7714] ppid=7707 vsize=868468 CPUtime=0.32
/proc/7708/task/7714/stat : 7714 (java) S 7707 7694 5317 0 -1 64 1526 0 0 0 31 1 0 0 16 0 9 0 1529936126 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7715] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7715/stat : 7715 (java) S 7707 7694 5317 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529936126 889311232 8889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7708/tid=7716] ppid=7707 vsize=868468 CPUtime=0
/proc/7708/task/7716/stat : 7716 (java) S 7707 7694 5317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529936126 889311232 8889 996147200 134512640 134550740 4294955952 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) 887424

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1653376/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=92476 CPUtime=5.91
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194304 22345 0 0 0 578 13 0 0 25 0 1 0 1529936708 94695424 22331 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 23119 22331 76 150 0 22966 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 111432

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1651008/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=94840 CPUtime=18.59
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194304 22965 0 0 0 1845 14 0 0 25 0 1 0 1529936708 97116160 22951 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 23710 22951 76 150 0 23557 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 113796

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

[startup+31.9065 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1650880/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=94972 CPUtime=24.93
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194304 23003 0 0 0 2479 14 0 0 25 0 1 0 1529936708 97251328 22989 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 23743 22989 76 150 0 23590 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (KiB) 113928

[startup+38.3012 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1650688/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=95236 CPUtime=31.27
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194304 23066 0 0 0 3113 14 0 0 25 0 1 0 1529936708 97521664 23052 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 23809 23052 76 150 0 23656 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 114192

[startup+41.5026 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1650496/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=95500 CPUtime=34.44
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194304 23106 0 0 0 3430 14 0 0 25 0 1 0 1529936708 97792000 23092 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 23875 23092 76 150 0 23722 0
Current children cumulated CPU time (s) 40.98
Current children cumulated vsize (KiB) 114456

[startup+43.1017 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1650432/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=95500 CPUtime=36.02
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194304 23119 0 0 0 3588 14 0 0 25 0 1 0 1529936708 97792000 23105 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 23875 23105 76 150 0 23722 0
Current children cumulated CPU time (s) 42.56
Current children cumulated vsize (KiB) 114456

[startup+43.902 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1722624/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=6.54
/proc/7694/stat : 7694 (sugar) S 7692 7694 5317 0 -1 4194304 1033 16030 0 2 3 1 609 41 16 0 1 0 1529936037 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7694/statm: 3400 799 370 3 0 500 0
[pid=7717] ppid=7694 vsize=5356 CPUtime=0
/proc/7717/stat : 7717 (sh) S 7694 7694 5317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529936708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7717/statm: 1339 232 193 169 0 50 0
[pid=7718] ppid=7717 vsize=0 CPUtime=36.82
/proc/7718/stat : 7718 (minisat) R 7717 7694 5317 0 -1 4194308 23163 0 0 0 3666 16 0 0 25 0 1 0 1529936708 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/7718/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.36
Current children cumulated vsize (KiB) 18956

[startup+44.3037 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 7718
/proc/meminfo: memFree=1722624/2055920 swapFree=4096824/4192956
[pid=7694] ppid=7692 vsize=13600 CPUtime=43.74
/proc/7694/stat : 7694 (sugar) R 7692 7694 5317 0 -1 4194304 1119 43404 0 3 4 4 4305 61 16 0 1 0 1529936037 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7694/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 43.74
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 44.3052
CPU time (s): 43.7623
CPU user time (s): 43.1004
CPU system time (s): 0.661899
CPU usage (%): 98.7747
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.1004
system time used= 0.661899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44553
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= 9410
involuntary context switches= 10181

runsolver used 0.050992 second user time and 0.167974 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-02 14:43:59
IDJOB=1042140
IDBENCH=53876
IDSOLVER=346
FILE ID=node32/1042140-1215002638
PBS_JOBID= 7870858
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-24-24.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-1042140-1215002638/watcher-1042140-1215002638 -o /tmp/evaluation-result-1042140-1215002638/solver-1042140-1215002638 -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-1042140-1215002638.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085224582c2533376c40a66e21614d4f
RANDOM SEED=1594494987

node32.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.218
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.218
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:       1785400 kB
Buffers:          8552 kB
Cached:          60040 kB
SwapCached:      89372 kB
Active:         197848 kB
Inactive:        14904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785400 kB
SwapTotal:     4192956 kB
SwapFree:      4096824 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:         151404 kB
Slab:            42528 kB
Committed_AS:  3160244 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node32 at 2008-07-02 14:44:43