Trace number 2078584

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 1544.84 1547.81

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-19_ext.xml
MD5SUM32cbde82f4466942d0b977ad95fd0a6f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.5846
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:53:29 2009
0.00/0.08	c 0	PID 23293
0.00/0.08	c 0	HOST node21.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078584-1247367209.xml TO HOME/temp.csp
0.00/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-2078584-1247367209.xml' 'HOME/temp.csp'
0.06/0.96	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.06	c 1	Parsing HOME/temp.csp
1.92/2.07	c 2	parsed 137 expressions
1.92/2.08	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.08	c 2	Converting to clausal form CSP
2.02/2.11	c 2	converted 14 (10%) expressions
2.02/2.12	c 2	converted 28 (20%) expressions
2.02/2.13	c 2	converted 42 (30%) expressions
2.12/2.29	c 2	converted 55 (40%) expressions
2.12/2.29	c 2	converted 69 (50%) expressions
2.21/2.35	c 2	converted 83 (60%) expressions
2.31/2.45	c 3	converted 96 (70%) expressions
2.42/2.57	c 3	converted 110 (80%) expressions
2.52/2.68	c 3	converted 124 (90%) expressions
2.81/2.95	c 3	converted 137 (100%) expressions
2.81/2.95	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.95	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.95	c 3	Propagation in CSP
2.81/2.95	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.95	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.95	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.95	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.96	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.08	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.90/3.09	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.90/3.09	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.90/3.09	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.90/3.09	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.90/3.09	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.90/3.09	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.90/3.10	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.90/3.10	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.90/3.10	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.10/3.30	c 3	6 (10%) CSP clauses are encoded (11071 clauses, 250204 bytes)
3.29/3.43	c 4	12 (20%) CSP clauses are encoded (21885 clauses, 512937 bytes)
3.39/3.57	c 4	18 (30%) CSP clauses are encoded (32752 clauses, 775157 bytes)
3.59/3.70	c 4	24 (40%) CSP clauses are encoded (43562 clauses, 1033309 bytes)
3.69/3.82	c 4	29 (50%) CSP clauses are encoded (52604 clauses, 1258498 bytes)
3.78/3.95	c 4	35 (60%) CSP clauses are encoded (63421 clauses, 1526967 bytes)
3.89/4.09	c 4	41 (70%) CSP clauses are encoded (74217 clauses, 1803599 bytes)
4.09/4.22	c 4	47 (80%) CSP clauses are encoded (85084 clauses, 2093508 bytes)
4.19/4.36	c 4	53 (90%) CSP clauses are encoded (95852 clauses, 2381689 bytes)
4.29/4.46	c 5	58 (100%) CSP clauses are encoded (103688 clauses, 2588977 bytes)
4.29/4.46	c 5	58 CSP clauses encoded
4.29/4.46	c 5	Writing map file : HOME/temp.map
4.29/4.46	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.46	c 5	SAT : 380 SAT variables, 103688 SAT clauses, 2588977 bytes
4.29/4.46	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.49	c 5	SOLVING HOME/temp.cnf
4.29/4.49	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.29/4.49	c 5	This is MiniSat 2.0 beta
4.29/4.49	c 5	WARNING: for repeatability, setting FPU to use double precision
4.29/4.49	c 5	============================[ Problem Statistics ]=============================
4.29/4.49	c 5	|                                                                             |
4.29/4.49	c 5	|  Number of variables:  380                                                  |
4.29/4.49	c 5	|  Number of clauses:    103688                                               |
4.38/4.56	c 5	|  Parsing time:         0.06         s                                       |
4.38/4.56	c 5	============================[ Search Statistics ]==============================
4.38/4.56	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.38/4.56	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.38/4.56	c 5	===============================================================================
4.38/4.56	c 5	|         0 |     380   103688   568680 |    34562        0    nan |  0.000 % |
4.38/4.63	c 5	|       100 |     380   103688   568680 |    38018      100     12 |  0.001 % |
4.38/4.69	c 5	|       251 |     380   103688   568680 |    41820      251     11 |  0.012 % |
4.38/4.79	c 5	|       477 |     380   103688   568680 |    46002      477     12 |  0.014 % |
4.38/4.96	c 5	|       814 |     380   103688   568680 |    50603      814     11 |  0.013 % |
4.38/5.16	c 5	|      1320 |     380   103688   568680 |    55663     1320     11 |  0.013 % |
5.27/5.44	c 6	|      2080 |     380   103688   568680 |    61229     2080     12 |  0.013 % |
5.76/5.94	c 6	|      3219 |     380   103688   568680 |    67352     3219     13 |  0.012 % |
6.46/6.63	c 7	|      4927 |     380   103688   568680 |    74088     4927     13 |  0.012 % |
7.55/7.75	c 8	|      7489 |     380   103688   568680 |    81496     7489     13 |  0.013 % |
9.23/9.42	c 10	|     11333 |     380   103688   568680 |    89646    11333     13 |  0.014 % |
12.20/12.46	c 13	|     17099 |     380   103688   568680 |    98611    17099     13 |  0.015 % |
17.25/17.52	c 18	|     25748 |     380   103688   568680 |   108472    25748     13 |  0.017 % |
25.38/25.78	c 26	|     38722 |     380   103688   568680 |   119319    38722     13 |  0.019 % |
39.84/40.39	c 40	|     58183 |     380   103688   568680 |   131251    58183     14 |  0.021 % |
64.51/65.26	c 65	|     87375 |     380   103688   568680 |   144376    87375     15 |  0.001 % |
109.37/110.58	c 111	|    131164 |     380   103688   568680 |   158814   131164     16 |  0.010 % |
179.12/180.98	c 181	|    196849 |     380   103688   568680 |   174695    55595     16 |  0.014 % |
261.01/263.42	c 264	|    295376 |     378   101824   559333 |   192165    74582     17 |  0.527 % |
435.34/437.82	c 438	|    443165 |     378   101824   559333 |   211382    49089     17 |  0.531 % |
689.50/692.14	c 692	|    664848 |     378   101824   559333 |   232520    79659     18 |  0.534 % |
1140.91/1143.79	c 1144	|    997374 |     378   101824   559333 |   255772   197233     19 |  0.530 % |
1544.64/1547.63	c 1548	===============================================================================
1544.64/1547.63	c 1548	restarts              : 22
1544.64/1547.63	c 1548	conflicts             : 1265226        (822 /sec)
1544.64/1547.63	c 1548	decisions             : 1496759        (1.51 % random) (972 /sec)
1544.64/1547.63	c 1548	propagations          : 64834302       (42098 /sec)
1544.64/1547.63	c 1548	conflict literals     : 22153187       (31.83 % deleted)
1544.64/1547.63	c 1548	Memory used           : 40.64 MB
1544.64/1547.63	c 1548	CPU time              : 1540.08 s
1544.64/1547.63	c 1548	
1544.64/1547.63	c 1548	SATISFIABLE
1544.64/1547.64	c 1548	DECODING HOME/temp.out WITH HOME/temp.map
1544.64/1547.64	c 1548	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'
1544.70/1547.72	c 1548	Decoding HOME/temp.out
1544.70/1547.74	s SATISFIABLE
1544.70/1547.74	v 5 4 16 4 14 11 10 13 10 2 0 4 11 12 14 10 10 17 12 18
1544.70/1547.76	c 1548	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1544.70/1547.81	c 1548	CPU 1544.82 (0.06 0.01 1544.32 0.43)
1544.70/1547.81	c 1548	END Sun Jul 12 05:19:17 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-2078584-1247367209/watcher-2078584-1247367209 -o /tmp/evaluation-result-2078584-1247367209/solver-2078584-1247367209 -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-2078584-1247367209.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.05 2.14 4/74 23293
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=12268 CPUtime=0
/proc/23293/stat : 23293 (sugar) R 23291 23293 16475 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23787381 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 0 4224 0 0 0 0 17 1 0 0
/proc/23293/statm: 3067 316 241 3 0 167 0

[startup+0.094454 s]
/proc/loadavg: 2.02 2.05 2.14 4/74 23293
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=0.06
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23787381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101415 s]
/proc/loadavg: 2.02 2.05 2.14 4/74 23293
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=0.06
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23787381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301434 s]
/proc/loadavg: 2.02 2.05 2.14 4/74 23293
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=0.06
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23787381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701483 s]
/proc/loadavg: 2.02 2.05 2.14 4/74 23293
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=0.06
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23787381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 2.02 2.05 2.14 3/79 23309
/proc/meminfo: memFree=1306744/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=0.92
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1309 6968 0 1 5 1 81 5 16 0 1 0 23787381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1111 409 3 0 796 0
[pid=23306] ppid=23293 vsize=5356 CPUtime=0
/proc/23306/stat : 23306 (sh) S 23293 23293 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23787479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23306/statm: 1339 233 193 169 0 50 0
[pid=23307] ppid=23306 vsize=862284 CPUtime=0.5
/proc/23307/stat : 23307 (java) S 23306 23293 16475 0 -1 0 6084 0 1 0 47 3 0 0 18 0 9 0 23787479 882978816 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23307/statm: 215571 5370 2158 9 0 210484 0
[pid=23307/tid=23308] ppid=23306 vsize=862284 CPUtime=0.31
/proc/23307/task/23308/stat : 23308 (java) R 23306 23293 16475 0 -1 64 2019 0 1 0 30 1 0 0 21 0 9 0 23787480 882978816 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23309] ppid=23306 vsize=862284 CPUtime=0.14
/proc/23307/task/23309/stat : 23309 (java) R 23306 23293 16475 0 -1 64 3056 0 0 0 13 1 0 0 16 0 9 0 23787481 882978816 5370 996147200 134512640 134550932 4294955936 18446744073709551615 102768238 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.10274 s]
/proc/loadavg: 2.02 2.05 2.14 3/85 23315
/proc/meminfo: memFree=1282888/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=0.92
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1310 6968 0 1 5 1 81 5 15 0 1 0 23787381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1111 409 3 0 796 0
[pid=23306] ppid=23293 vsize=5356 CPUtime=0
/proc/23306/stat : 23306 (sh) S 23293 23293 16475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23787479 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23306/statm: 1339 233 193 169 0 50 0
[pid=23307] ppid=23306 vsize=864488 CPUtime=2.08
/proc/23307/stat : 23307 (java) S 23306 23293 16475 0 -1 0 14424 0 1 0 201 7 0 0 18 0 9 0 23787479 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23307/statm: 216122 13650 2590 9 0 210599 0
[pid=23307/tid=23308] ppid=23306 vsize=864488 CPUtime=1.04
/proc/23307/task/23308/stat : 23308 (java) R 23306 23293 16475 0 -1 64 2982 0 1 0 102 2 0 0 18 0 9 0 23787480 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4125950889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23309] ppid=23306 vsize=864488 CPUtime=0.97
/proc/23307/task/23309/stat : 23309 (java) S 23306 23293 16475 0 -1 64 10423 0 0 0 93 4 0 0 18 0 9 0 23787481 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23310] ppid=23306 vsize=864488 CPUtime=0
/proc/23307/task/23310/stat : 23310 (java) S 23306 23293 16475 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23787482 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23311] ppid=23306 vsize=864488 CPUtime=0
/proc/23307/task/23311/stat : 23311 (java) S 23306 23293 16475 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23787482 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23312] ppid=23306 vsize=864488 CPUtime=0
/proc/23307/task/23312/stat : 23312 (java) S 23306 23293 16475 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23787484 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23313] ppid=23306 vsize=864488 CPUtime=0.05
/proc/23307/task/23313/stat : 23313 (java) S 23306 23293 16475 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 23787484 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23314] ppid=23306 vsize=864488 CPUtime=0
/proc/23307/task/23314/stat : 23314 (java) S 23306 23293 16475 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23787484 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23307/tid=23315] ppid=23306 vsize=864488 CPUtime=0
/proc/23307/task/23315/stat : 23315 (java) S 23306 23293 16475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23787484 885235712 13650 996147200 134512640 134550932 4294955936 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) 886712

[startup+6.30109 s]
/proc/loadavg: 2.02 2.05 2.14 3/77 23317
/proc/meminfo: memFree=1298376/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 15 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=8304 CPUtime=1.78
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 1957 0 0 0 176 2 0 0 25 0 1 0 23787830 8503296 1943 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/23317/statm: 2076 1943 75 150 0 1923 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 30528

[startup+12.7018 s]
/proc/loadavg: 2.02 2.05 2.14 3/77 23317
/proc/meminfo: memFree=1297160/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=9508 CPUtime=8.11
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 2260 0 0 0 809 2 0 0 25 0 1 0 23787830 9736192 2246 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23317/statm: 2377 2246 75 150 0 2224 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 31732

[startup+25.5012 s]
/proc/loadavg: 2.01 2.05 2.14 3/77 23317
/proc/meminfo: memFree=1295560/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=11216 CPUtime=20.8
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 2689 0 0 0 2077 3 0 0 25 0 1 0 23787830 11485184 2675 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23317/statm: 2804 2675 75 150 0 2651 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 33440

[startup+51.1019 s]
/proc/loadavg: 2.01 2.04 2.13 3/77 23317
/proc/meminfo: memFree=1292424/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=14516 CPUtime=46.15
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 3487 0 0 0 4610 5 0 0 25 0 1 0 23787830 14864384 3473 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23317/statm: 3629 3473 75 150 0 3476 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 36740

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 2.12 3/77 23317
/proc/meminfo: memFree=1285896/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=19692 CPUtime=96.88
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 4772 0 0 0 9682 6 0 0 25 0 1 0 23787830 20164608 4758 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23317/statm: 4923 4758 75 150 0 4770 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 41916

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.11 3/77 23317
/proc/meminfo: memFree=1282312/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=23300 CPUtime=156.31
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 5640 0 0 0 15624 7 0 0 25 0 1 0 23787830 23859200 5626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23317/statm: 5825 5626 75 150 0 5672 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 45524

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.10 3/77 23317
/proc/meminfo: memFree=1281864/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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


[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1560280/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=37780 CPUtime=1175.11
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 9103 0 0 0 117490 21 0 0 25 0 1 0 23787830 38686720 9089 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 9445 9089 75 150 0 9292 0
Current children cumulated CPU time (s) 1179.49
Current children cumulated vsize (KiB) 60004

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1559896/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=37924 CPUtime=1235.09
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 9131 0 0 0 123488 21 0 0 25 0 1 0 23787830 38834176 9117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 9481 9117 75 150 0 9328 0
Current children cumulated CPU time (s) 1239.47
Current children cumulated vsize (KiB) 60148

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1559000/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=38756 CPUtime=1295.07
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 9339 0 0 0 129486 21 0 0 25 0 1 0 23787830 39686144 9325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 9689 9325 75 150 0 9536 0
Current children cumulated CPU time (s) 1299.45
Current children cumulated vsize (KiB) 60980

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1556824/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=40688 CPUtime=1355.04
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 9820 0 0 0 135482 22 0 0 25 0 1 0 23787830 41664512 9806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10172 9806 75 150 0 10019 0
Current children cumulated CPU time (s) 1359.42
Current children cumulated vsize (KiB) 62912

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1556760/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=40688 CPUtime=1415.02
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 9827 0 0 0 141480 22 0 0 25 0 1 0 23787830 41664512 9813 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10172 9813 75 150 0 10019 0
Current children cumulated CPU time (s) 1419.4
Current children cumulated vsize (KiB) 62912

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1556376/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=41128 CPUtime=1474.99
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 9923 0 0 0 147477 22 0 0 25 0 1 0 23787830 42115072 9909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10282 9909 75 150 0 10129 0
Current children cumulated CPU time (s) 1479.37
Current children cumulated vsize (KiB) 63352

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1555352/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=41616 CPUtime=1534.96
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 10032 0 0 0 153474 22 0 0 25 0 1 0 23787830 42614784 10018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10404 10018 75 150 0 10251 0
Current children cumulated CPU time (s) 1539.34
Current children cumulated vsize (KiB) 63840

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

[startup+1545.51 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1555288/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=41616 CPUtime=1538.16
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 10042 0 0 0 153794 22 0 0 25 0 1 0 23787830 42614784 10028 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10404 10028 75 150 0 10251 0
Current children cumulated CPU time (s) 1542.54
Current children cumulated vsize (KiB) 63840

[startup+1547.1 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1555288/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=41616 CPUtime=1539.76
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 10043 0 0 0 153954 22 0 0 25 0 1 0 23787830 42614784 10029 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10404 10029 75 150 0 10251 0
Current children cumulated CPU time (s) 1544.14
Current children cumulated vsize (KiB) 63840

[startup+1547.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1555288/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=4.38
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1374 22122 0 2 6 1 415 16 16 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
[pid=23316] ppid=23293 vsize=5356 CPUtime=0
/proc/23316/stat : 23316 (sh) S 23293 23293 16475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23787830 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23316/statm: 1339 232 193 169 0 50 0
[pid=23317] ppid=23316 vsize=41616 CPUtime=1540.16
/proc/23317/stat : 23317 (minisat) R 23316 23293 16475 0 -1 4194304 10043 0 0 0 153994 22 0 0 25 0 1 0 23787830 42614784 10029 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23317/statm: 10404 10029 75 150 0 10251 0
Current children cumulated CPU time (s) 1544.54
Current children cumulated vsize (KiB) 63840

[startup+1547.71 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1555288/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=1544.7
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1427 32460 0 2 6 1 154423 40 17 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1544.7
Current children cumulated vsize (KiB) 16868

[startup+1547.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 23690
/proc/meminfo: memFree=1555288/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=16868 CPUtime=1544.7
/proc/23293/stat : 23293 (sugar) S 23291 23293 16475 0 -1 4194304 1447 32460 0 2 6 1 154423 40 15 0 1 0 23787381 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1544.7
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1547.81
CPU time (s): 1544.84
CPU user time (s): 1544.39
CPU system time (s): 0.45393
CPU usage (%): 99.8082
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1544.39
system time used= 0.45393
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37728
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= 2750
involuntary context switches= 12860

runsolver used 1.82172 second user time and 5.2342 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 04:53:29
IDJOB=2078584
IDBENCH=56779
IDSOLVER=739
FILE ID=node21/2078584-1247367209
PBS_JOBID= 9506973
Free space on /tmp= 66268 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-19_ext.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-2078584-1247367209/watcher-2078584-1247367209 -o /tmp/evaluation-result-2078584-1247367209/solver-2078584-1247367209 -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-2078584-1247367209.xml

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

MD5SUM BENCH= 32cbde82f4466942d0b977ad95fd0a6f
RANDOM SEED=975774316

node21.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.240
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.240
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:       1314048 kB
Buffers:         39636 kB
Cached:         424532 kB
SwapCached:          0 kB
Active:         463320 kB
Inactive:       200192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:         210420 kB
Slab:            63300 kB
Committed_AS:   334076 kB
PageTables:       2180 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= 66396 MiB
End job on node21 at 2009-07-12 05:19:17