Trace number 2064064

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+minisatSAT 965.11 974.477

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-4.xml
MD5SUM9d111ad847d28c529e11463744b5c0db
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.6201
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints35311
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35011
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:37:12 2009
0.00/0.08	c 0	PID 14721
0.06/0.08	c 0	HOST node52.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2064064-1247333832.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-2064064-1247333832.xml' 'HOME/temp.csp'
2.16/2.28	c 2	37 domains, 800 variables, 1 predicates, 0 relations, 35311 constraints
2.23/2.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.23/2.34	c 2	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.24/2.42	c 3	Parsing HOME/temp.csp
2.24/2.59	c 3	parsed 10000 expressions
2.24/2.73	c 3	parsed 20000 expressions
2.24/2.90	c 3	parsed 30000 expressions
2.24/3.04	c 3	parsed 36149 expressions
2.24/3.05	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.24/3.05	c 3	Converting to clausal form CSP
3.37/3.51	c 4	converted 3615 (10%) expressions
3.57/3.76	c 4	converted 7230 (20%) expressions
3.97/4.17	c 4	converted 10845 (30%) expressions
4.27/4.45	c 5	converted 14460 (40%) expressions
4.55/4.71	c 5	converted 18075 (50%) expressions
5.05/5.24	c 5	converted 21690 (60%) expressions
5.26/5.49	c 6	converted 25305 (70%) expressions
5.55/5.76	c 6	converted 28920 (80%) expressions
5.84/6.02	c 6	converted 32535 (90%) expressions
7.81/8.01	c 8	converted 36149 (100%) expressions
7.81/8.01	c 8	CSP : 800 integers, 0 booleans, 78724 clauses, largest domain size 45
7.81/8.01	c 8	Heap : 88 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.81/8.01	c 8	Propagation in CSP
8.02/8.28	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.02/8.28	c 8	CSP : 800 integers, 0 booleans, 78724 clauses, largest domain size 45
8.02/8.28	c 8	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.12/8.32	c 8	Simplifing CSP by introducing new Boolean variables
10.09/10.38	c 11	CSP : 800 integers, 215477 booleans, 294201 clauses, largest domain size 45
10.09/10.38	c 11	Heap : 151 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.08/11.33	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.08/11.38	c 12	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
11.08/11.39	c 12	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
11.08/11.39	c 12	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
11.08/11.40	c 12	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
11.18/11.40	c 12	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
11.18/11.41	c 12	480 (60%) CSP integer variables are encoded (17255 clauses, 237183 bytes)
11.18/11.41	c 12	560 (70%) CSP integer variables are encoded (17337 clauses, 238413 bytes)
11.18/11.41	c 12	640 (80%) CSP integer variables are encoded (17398 clauses, 239328 bytes)
11.18/11.42	c 12	720 (90%) CSP integer variables are encoded (17457 clauses, 240213 bytes)
11.18/11.42	c 12	800 (100%) CSP integer variables are encoded (17503 clauses, 240903 bytes)
12.47/12.71	c 13	29421 (10%) CSP clauses are encoded (609837 clauses, 11766296 bytes)
13.65/13.92	c 14	58841 (20%) CSP clauses are encoded (1202287 clauses, 23727555 bytes)
14.84/15.13	c 15	88261 (30%) CSP clauses are encoded (1792986 clauses, 35698764 bytes)
16.03/16.36	c 16	117681 (40%) CSP clauses are encoded (2381796 clauses, 47981172 bytes)
17.32/17.63	c 18	147101 (50%) CSP clauses are encoded (2971574 clauses, 60946564 bytes)
18.78/19.14	c 19	176521 (60%) CSP clauses are encoded (3684828 clauses, 76585584 bytes)
20.46/20.86	c 21	205941 (70%) CSP clauses are encoded (4572864 clauses, 95513722 bytes)
22.14/22.59	c 23	235361 (80%) CSP clauses are encoded (5461296 clauses, 114624630 bytes)
23.90/24.35	c 24	264781 (90%) CSP clauses are encoded (6349948 clauses, 133717244 bytes)
25.59/26.09	c 26	294201 (100%) CSP clauses are encoded (7238820 clauses, 152892339 bytes)
25.59/26.09	c 26	294201 CSP clauses encoded
25.59/26.09	c 26	Writing map file : HOME/temp.map
25.68/26.12	c 26	Heap : 117 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.68/26.12	c 26	SAT : 233656 SAT variables, 7238820 SAT clauses, 152892339 bytes
25.68/26.12	c 26	Heap : 117 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.68/26.16	c 26	SOLVING HOME/temp.cnf
25.68/26.16	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.68/26.16	c 26	This is MiniSat 2.0 beta
25.68/26.16	c 26	WARNING: for repeatability, setting FPU to use double precision
25.68/26.16	c 26	============================[ Problem Statistics ]=============================
25.68/26.16	c 26	|                                                                             |
25.68/26.16	c 26	|  Number of variables:  233656                                               |
25.68/26.16	c 26	|  Number of clauses:    7238820                                              |
29.62/30.13	c 30	|  Parsing time:         3.40         s                                       |
29.83/30.31	c 30	============================[ Search Statistics ]==============================
29.83/30.31	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.83/30.31	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.83/30.31	c 30	===============================================================================
29.83/30.31	c 30	|         0 |  233656  7238820 21302522 |  2412940        0    nan |  0.000 % |
32.31/32.83	c 33	|       100 |  233656  7238820 21302522 |  2654234      100      7 |  0.000 % |
33.88/34.43	c 35	|       250 |  233656  7238820 21302522 |  2919657      250      7 |  0.000 % |
34.68/35.29	c 35	|       476 |  233656  7238820 21302522 |  3211623      476     11 |  0.000 % |
38.24/38.89	c 39	|       813 |  233656  7238820 21302522 |  3532785      813     10 |  0.000 % |
41.51/42.18	c 42	|      1320 |  233656  7238820 21302522 |  3886063     1320     17 |  0.000 % |
46.37/47.01	c 47	|      2079 |  233656  7238820 21302522 |  4274670     2079     24 |  0.000 % |
48.94/49.61	c 50	|      3218 |  233656  7238820 21302522 |  4702137     3218     20 |  0.000 % |
58.06/58.86	c 59	|      4926 |  233656  7238820 21302522 |  5172351     4926     20 |  0.000 % |
68.06/68.91	c 69	|      7489 |  233656  7238820 21302522 |  5689586     7489     26 |  0.000 % |
89.95/91.07	c 91	|     11334 |  233656  7238820 21302522 |  6258544    11334     30 |  0.000 % |
127.69/129.18	c 129	|     17100 |  233656  7238820 21302522 |  6884399    17100     25 |  0.000 % |
154.93/156.67	c 157	|     25750 |  233656  7238820 21302522 |  7572839    25750     26 |  0.000 % |
179.40/181.40	c 182	|     38724 |  233656  7238820 21302522 |  8330123    38724     25 |  0.000 % |
292.55/295.67	c 296	|     58186 |  233656  7238820 21302522 |  9163135    58186     24 |  0.000 % |
386.56/390.56	c 391	|     87378 |  233656  7238820 21302522 | 10079449    87378     26 |  0.000 % |
535.95/541.30	c 541	|    131167 |  233656  7238820 21302522 | 11087394   131167     28 |  0.000 % |
777.29/784.96	c 785	|    196851 |  233656  7238820 21302522 | 12196133   196851     29 |  0.000 % |
964.33/973.71	c 974	===============================================================================
964.33/973.74	c 974	restarts              : 18
964.33/973.74	c 974	conflicts             : 249493         (266 /sec)
964.33/973.74	c 974	decisions             : 4971406        (1.32 % random) (5300 /sec)
964.33/973.74	c 974	propagations          : 440153343      (469284 /sec)
964.33/973.74	c 974	conflict literals     : 7709164        (2.68 % deleted)
964.33/973.74	c 974	Memory used           : 363.25 MB
964.33/973.74	c 974	CPU time              : 937.924 s
964.33/973.74	c 974	
964.43/973.84	c 974	SATISFIABLE
964.52/973.90	c 974	DECODING HOME/temp.out WITH HOME/temp.map
964.52/973.90	c 974	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'
964.52/973.99	c 974	Decoding HOME/temp.out
964.55/974.33	s SATISFIABLE
964.55/974.36	v 10 22 3 36 29 5 30 34 16 19 33 21 33 39 34 35 18 36 4 8 19 1 42 13 44 36 35 12 7 2 23 39 3 24 43 21 30 44 43 10 44 0 7 27 37 18 2 21 37 16 39 20 11 32 32 32 22 39 26 20 10 5 29 14 38 24 34 31 12 1 31 41 44 9 35 8 41 2 14 25 43 27 35 30 10 38 20 38 23 6 37 7 40 35 17 39 22 15 0 12 16 23 26 12 33 32 14 14 15 17 11 17 3 43 7 1 18 29 13 36 44 8 41 7 1 2 4 24 9 41 25 6 25 32 8 36 15 22 17 13 42 42 11 3 0 40 44 23 4 35 36 4 9 22 31 33 38 34 17 19 35 43 38 18 38 35 44 19 10 21 14 28 17 8 2 31 19 20 3 39 20 10 18 7 36 32 37 5 18 37 30 19 40 40 11 8 23 30 12 0 39 11 1 27 3 34 21 23 40 22 27 4 27 31 29 25 13 24 1 37 19 41 13 23 31 39 0 16 22 28 5 4 0 9 34 11 28 29 27 23 34 8 27 42 6 33 37 41 25 30 22 20 20 26 4 1 7 15 39 25 5 37 33 16 18 30 41 32 36 6 33 43 30 44 1 26 11 19 31 28 6 44 21 5 20 43 9 13 0 8 17 26 13 18 0 21 19 30 26 16 32 25 38 9 8 41 12 28 42 32 33 21 29 17 38 33 14 38 35 14 4 25 43 35 39 42 41 30 10 36 8 42 18 3 6 31 24 28 40 6 14 3 16 9 36 22 42 11 28 5 6 24 2 0 41 26 44 10 34 2 42 43 10 40 24 24 23 15 43 40 34 3 26 13 26 42 23 12 28 29 31 40 2 9 29 9 11 25 26 28 40 37 15 20 34 31 27 24 7 21 9 5 7 1 1 7 4 7 4 8 3 6 7 0 2 4 6 7 5 6 4 7 1 9 3 3 9 4 3 1 2 9 2 7 4 8 5 0 1 2 1 4 1 7 5 5 7 4 4 1 2 3 4 7 9 4 7 6 0 6 3 1 2 3 7 5 3 1 9 6 6 1 2 0 3 5 5 3 2 7 5 2 2 9 4 9 4 4 7 7 8 2 5 1 6 5 8 1 1 1 9 1 1 6 8 8 6 8 9 2 1 4 8 0 0 2 3 3 5 6 9 9 0 9 1 8 9 9 5 6 8 8 4 1 1 2 4 2 9 8 6 0 5 0 8 6 7 9 7 8 0 1 3 4 3 1 0 1 5 6 7 7 3 7 1 0 6 1 5 1 5 9 1 3 9 0 5 7 3 1 1 7 0 4 5 3 1 2 4 2 2 9 7 4 2 8 5 7 5 3 8 9 4 4 9 0 3 0 9 1 9 3 3 4 4 5 4 3 0 3 3 8 1 8 2 3 7 2 3 7 9 2 2 6 4 8 8 9 1 3 5 4 0 8 1 6 6 9 3 8 6 9 5 9 8 3 7 3 7 1 4 7 2 8 8 3 2 6 4 2 9 3 6 5 9 4 0 2 9 2 4 4 5 3 2 6 1 7 9 2 3 7 6 9 6 9 7 0 5 3 2 9 8 7 7 4 3 3 4 5 4 7 7 8 2 5 1 5 5 9 6 2 2 6 4 2 7 1 6 9 0 5 1 4 3 7 6 6 1 9 4 1 6 4 8 9 7 3 5 8 6 2 6 0 3 2 8 8 9 4 3 9 1 2 4 1 6 2 8 3 6 6 3 3 6 9 4 8 4 6 5 8 5 8 8 9 6 6 8 1 0 9 8 8 8 8 8 8 8 0
964.55/974.37	c 974	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
964.55/974.40	c 975	CPU 965.01 (0.07 0.02 962.68 2.24)
964.55/974.40	c 975	END Sat Jul 11 19:53:27 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-2064064-1247333832/watcher-2064064-1247333832 -o /tmp/evaluation-result-2064064-1247333832/solver-2064064-1247333832 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2064064-1247333832.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.02 2.06 2.00 4/73 14721
/proc/meminfo: memFree=1888024/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=18576 CPUtime=0
/proc/14721/stat : 14721 (runsolver) R 14719 14721 12540 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20446676 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14721/statm: 4644 284 249 26 0 2626 0

[startup+0.0869421 s]
/proc/loadavg: 2.02 2.06 2.00 4/73 14721
/proc/meminfo: memFree=1888024/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16740 CPUtime=0.06
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20446676 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10154 s]
/proc/loadavg: 2.02 2.06 2.00 4/73 14721
/proc/meminfo: memFree=1888024/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=0.07
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30155 s]
/proc/loadavg: 2.02 2.06 2.00 4/73 14721
/proc/meminfo: memFree=1888024/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=0.07
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701581 s]
/proc/loadavg: 2.02 2.06 2.00 4/73 14721
/proc/meminfo: memFree=1888024/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=0.07
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.02 2.06 2.00 4/84 14733
/proc/meminfo: memFree=1852288/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=0.07
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
[pid=14724] ppid=14721 vsize=5356 CPUtime=0
/proc/14724/stat : 14724 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20446685 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14724/statm: 1339 233 193 169 0 50 0
[pid=14725] ppid=14724 vsize=866780 CPUtime=1.39
/proc/14725/stat : 14725 (java) S 14724 14721 12540 0 -1 0 18055 0 1 0 128 11 0 0 18 0 9 0 20446685 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14725/statm: 216695 15622 2556 9 0 211207 0
[pid=14725/tid=14726] ppid=14724 vsize=866780 CPUtime=0.67
/proc/14725/task/14726/stat : 14726 (java) R 14724 14721 12540 0 -1 64 3057 0 1 0 64 3 0 0 25 0 9 0 20446686 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14727] ppid=14724 vsize=866780 CPUtime=0.58
/proc/14725/task/14727/stat : 14727 (java) R 14724 14721 12540 0 -1 64 13783 0 0 0 52 6 0 0 16 0 9 0 20446687 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14728] ppid=14724 vsize=866780 CPUtime=0
/proc/14725/task/14728/stat : 14728 (java) S 14724 14721 12540 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20446687 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14729] ppid=14724 vsize=866780 CPUtime=0
/proc/14725/task/14729/stat : 14729 (java) S 14724 14721 12540 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20446687 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14730] ppid=14724 vsize=866780 CPUtime=0
/proc/14725/task/14730/stat : 14730 (java) S 14724 14721 12540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20446689 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14731] ppid=14724 vsize=866780 CPUtime=0.11
/proc/14725/task/14731/stat : 14731 (java) S 14724 14721 12540 0 -1 64 509 0 0 0 11 0 0 0 16 0 9 0 20446689 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14732] ppid=14724 vsize=866780 CPUtime=0
/proc/14725/task/14732/stat : 14732 (java) S 14724 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20446689 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14725/tid=14733] ppid=14724 vsize=866780 CPUtime=0
/proc/14725/task/14733/stat : 14733 (java) S 14724 14721 12540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20446689 887582720 15622 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 889004

[startup+3.10174 s]
/proc/loadavg: 2.02 2.06 2.00 3/84 14733
/proc/meminfo: memFree=1826944/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=2.24
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1309 20085 0 1 6 1 204 13 16 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30195 s]
/proc/loadavg: 2.02 2.06 2.00 3/84 14743
/proc/meminfo: memFree=1824896/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=2.24
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1309 20085 0 1 6 1 204 13 16 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
[pid=14734] ppid=14721 vsize=5356 CPUtime=0
/proc/14734/stat : 14734 (sh) S 14721 14721 12540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20446910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14734/statm: 1339 233 193 169 0 50 0
[pid=14735] ppid=14734 vsize=868608 CPUtime=3.89
/proc/14735/stat : 14735 (java) S 14734 14721 12540 0 -1 0 22559 0 1 0 376 13 0 0 18 0 9 0 20446911 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14735/statm: 217152 20968 2566 9 0 211657 0
[pid=14735/tid=14736] ppid=14734 vsize=868608 CPUtime=2.39
/proc/14735/task/14736/stat : 14736 (java) R 14734 14721 12540 0 -1 64 3238 0 1 0 236 3 0 0 25 0 9 0 20446912 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4126549903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14737] ppid=14734 vsize=868608 CPUtime=1.3
/proc/14735/task/14737/stat : 14737 (java) S 14734 14721 12540 0 -1 64 17132 0 0 0 122 8 0 0 16 0 9 0 20446913 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14738] ppid=14734 vsize=868608 CPUtime=0
/proc/14735/task/14738/stat : 14738 (java) S 14734 14721 12540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20446913 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14739] ppid=14734 vsize=868608 CPUtime=0
/proc/14735/task/14739/stat : 14739 (java) S 14734 14721 12540 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20446913 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14740] ppid=14734 vsize=868608 CPUtime=0
/proc/14735/task/14740/stat : 14740 (java) S 14734 14721 12540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20446915 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14741] ppid=14734 vsize=868608 CPUtime=0.17
/proc/14735/task/14741/stat : 14741 (java) S 14734 14721 12540 0 -1 64 1487 0 0 0 17 0 0 0 16 0 9 0 20446915 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14742] ppid=14734 vsize=868608 CPUtime=0
/proc/14735/task/14742/stat : 14742 (java) S 14734 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20446915 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14743] ppid=14734 vsize=868608 CPUtime=0
/proc/14735/task/14743/stat : 14743 (java) S 14734 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20446915 889454592 20968 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890832

[startup+12.7024 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 14743
/proc/meminfo: memFree=1698048/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=2.24
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1310 20085 0 1 6 1 204 13 15 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
[pid=14734] ppid=14721 vsize=5356 CPUtime=0
/proc/14734/stat : 14734 (sh) S 14721 14721 12540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20446910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14734/statm: 1339 233 193 169 0 50 0
[pid=14735] ppid=14734 vsize=868720 CPUtime=10.23
/proc/14735/stat : 14735 (java) S 14734 14721 12540 0 -1 0 63295 0 1 0 983 40 0 0 18 0 9 0 20446911 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14735/statm: 217180 47483 2593 9 0 211657 0
[pid=14735/tid=14736] ppid=14734 vsize=868720 CPUtime=5.1
/proc/14735/task/14736/stat : 14736 (java) R 14734 14721 12540 0 -1 64 4650 0 1 0 498 12 0 0 25 0 9 0 20446912 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4126922656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14737] ppid=14734 vsize=868720 CPUtime=4.83
/proc/14735/task/14737/stat : 14737 (java) S 14734 14721 12540 0 -1 64 56404 0 0 0 457 26 0 0 16 0 9 0 20446913 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14738] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14738/stat : 14738 (java) S 14734 14721 12540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20446913 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14739] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14739/stat : 14739 (java) S 14734 14721 12540 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20446913 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14740] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14740/stat : 14740 (java) S 14734 14721 12540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20446915 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14741] ppid=14734 vsize=868720 CPUtime=0.27
/proc/14735/task/14741/stat : 14741 (java) S 14734 14721 12540 0 -1 64 1539 0 0 0 26 1 0 0 16 0 9 0 20446915 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14742] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14742/stat : 14742 (java) S 14734 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20446915 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14743] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14743/stat : 14743 (java) S 14734 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20446915 889569280 47483 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890944

[startup+25.5013 s]
/proc/loadavg: 2.07 2.07 2.00 3/84 14743
/proc/meminfo: memFree=1561600/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=2.24
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1310 20085 0 1 6 1 204 13 16 0 1 0 20446676 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1111 409 3 0 796 0
[pid=14734] ppid=14721 vsize=5356 CPUtime=0
/proc/14734/stat : 14734 (sh) S 14721 14721 12540 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20446910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14734/statm: 1339 233 193 169 0 50 0
[pid=14735] ppid=14734 vsize=868720 CPUtime=22.85
/proc/14735/stat : 14735 (java) S 14734 14721 12540 0 -1 0 63567 0 1 0 2161 124 0 0 18 0 9 0 20446911 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14735/statm: 217180 47484 2593 9 0 211657 0
[pid=14735/tid=14736] ppid=14734 vsize=868720 CPUtime=17.49
/proc/14735/task/14736/stat : 14736 (java) R 14734 14721 12540 0 -1 64 4921 0 1 0 1656 93 0 0 25 0 9 0 20446912 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4126990364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14737] ppid=14734 vsize=868720 CPUtime=5.05
/proc/14735/task/14737/stat : 14737 (java) S 14734 14721 12540 0 -1 64 56404 0 0 0 477 28 0 0 16 0 9 0 20446913 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14738] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14738/stat : 14738 (java) S 14734 14721 12540 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20446913 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14739] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14739/stat : 14739 (java) S 14734 14721 12540 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20446913 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14740] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14740/stat : 14740 (java) S 14734 14721 12540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20446915 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14741] ppid=14734 vsize=868720 CPUtime=0.27
/proc/14735/task/14741/stat : 14741 (java) S 14734 14721 12540 0 -1 64 1540 0 0 0 26 1 0 0 16 0 9 0 20446915 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14742] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14742/stat : 14742 (java) S 14734 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20446915 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14735/tid=14743] ppid=14734 vsize=868720 CPUtime=0
/proc/14735/task/14743/stat : 14743 (java) S 14734 14721 12540 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20446915 889569280 47484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 890944

[startup+51.102 s]
/proc/loadavg: 2.11 2.08 2.01 3/76 14745
/proc/meminfo: memFree=1404800/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=335520 CPUtime=24.67
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 81847 0 0 0 2409 58 0 0 25 0 1 0 20449292 343572480 81833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

################
# More data... #
################


[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14748
/proc/meminfo: memFree=1376496/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=362964 CPUtime=788.58
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 88695 0 0 0 78792 66 0 0 25 0 1 0 20449292 371675136 88681 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 90741 88681 76 150 0 90588 0
Current children cumulated CPU time (s) 814.34
Current children cumulated vsize (KiB) 385188

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14748
/proc/meminfo: memFree=1370680/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=369044 CPUtime=848.02
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90132 0 0 0 84734 68 0 0 25 0 1 0 20449292 377901056 90118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92261 90118 76 150 0 92108 0
Current children cumulated CPU time (s) 873.78
Current children cumulated vsize (KiB) 391268

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1369072/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=370500 CPUtime=907.46
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90532 0 0 0 90677 69 0 0 25 0 1 0 20449292 379392000 90518 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92625 90518 76 150 0 92472 0
Current children cumulated CPU time (s) 933.22
Current children cumulated vsize (KiB) 392724

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1369008/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=370632 CPUtime=912.22
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90557 0 0 0 91153 69 0 0 25 0 1 0 20449292 379527168 90543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92658 90543 76 150 0 92505 0
Current children cumulated CPU time (s) 937.98
Current children cumulated vsize (KiB) 392856

[startup+959.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368752/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=370764 CPUtime=924.9
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90606 0 0 0 92421 69 0 0 25 0 1 0 20449292 379662336 90592 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92691 90592 76 150 0 92538 0
Current children cumulated CPU time (s) 950.66
Current children cumulated vsize (KiB) 392988

[startup+966.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368624/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=370896 CPUtime=931.24
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90649 0 0 0 93055 69 0 0 25 0 1 0 20449292 379797504 90635 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92724 90635 76 150 0 92571 0
Current children cumulated CPU time (s) 957
Current children cumulated vsize (KiB) 393120

[startup+969.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368560/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=371028 CPUtime=934.41
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90661 0 0 0 93372 69 0 0 25 0 1 0 20449292 379932672 90647 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92757 90647 76 150 0 92604 0
Current children cumulated CPU time (s) 960.17
Current children cumulated vsize (KiB) 393252

[startup+972.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368496/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=371028 CPUtime=937.58
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90691 0 0 0 93689 69 0 0 25 0 1 0 20449292 379932672 90677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92757 90677 76 150 0 92604 0
Current children cumulated CPU time (s) 963.34
Current children cumulated vsize (KiB) 393252

[startup+973.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=371160 CPUtime=938.38
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194304 90723 0 0 0 93769 69 0 0 25 0 1 0 20449292 380067840 90709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 92790 90709 76 150 0 92637 0
Current children cumulated CPU time (s) 964.14
Current children cumulated vsize (KiB) 393384

[startup+973.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=25.76
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1376 83975 0 2 7 1 2424 144 15 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
[pid=14744] ppid=14721 vsize=5356 CPUtime=0
/proc/14744/stat : 14744 (sh) S 14721 14721 12540 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20449292 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14744/statm: 1339 232 193 169 0 50 0
[pid=14745] ppid=14744 vsize=0 CPUtime=938.76
/proc/14745/stat : 14745 (minisat) R 14744 14721 12540 0 -1 4194308 90865 0 0 0 93801 75 0 0 25 0 1 0 20449292 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14745/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 964.52
Current children cumulated vsize (KiB) 22224

[startup+974.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=964.55
/proc/14721/stat : 14721 (sugar) S 14719 14721 12540 0 -1 4194304 1448 175125 0 2 7 1 96226 221 16 0 1 0 20446676 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14721/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 964.55
Current children cumulated vsize (KiB) 16868

[startup+974.403 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14749
/proc/meminfo: memFree=1368304/2055920 swapFree=4192812/4192956
[pid=14721] ppid=14719 vsize=16868 CPUtime=965.02
/proc/14721/stat : 14721 (sugar) R 14719 14721 12540 0 -1 4194304 1478 179074 0 3 7 3 96268 224 16 0 1 0 20446676 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14721/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 965.02
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 974.477
CPU time (s): 965.11
CPU user time (s): 962.765
CPU system time (s): 2.34564
CPU usage (%): 99.0388
Max. virtual memory (cumulated for all children) (KiB): 911320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 962.765
system time used= 2.34564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180612
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= 8317
involuntary context switches= 29139

runsolver used 1.16082 second user time and 3.2995 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-11 19:37:12
IDJOB=2064064
IDBENCH=54119
IDSOLVER=739
FILE ID=node52/2064064-1247333832
PBS_JOBID= 9506526
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064064-1247333832/watcher-2064064-1247333832 -o /tmp/evaluation-result-2064064-1247333832/solver-2064064-1247333832 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2064064-1247333832.xml

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

MD5SUM BENCH= 9d111ad847d28c529e11463744b5c0db
RANDOM SEED=1319115884

node52.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.236
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.236
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:       1888504 kB
Buffers:         13844 kB
Cached:          70264 kB
SwapCached:        144 kB
Active:          92680 kB
Inactive:        22356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6404 kB
Writeback:           0 kB
Mapped:          41468 kB
Slab:            37588 kB
Committed_AS:   223876 kB
PageTables:       1896 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= 66136 MiB
End job on node52 at 2009-07-11 19:53:27