Trace number 2063954

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 1765.38 1773.4

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.468
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6186
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5307
Global constraints used (with number of constraints)alldifferent(879)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 19:30:13 2009
0.04/0.08	c 0	PID 15935
0.04/0.08	c 0	HOST node40.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2063954-1247333412.xml TO HOME/temp.csp
0.04/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-2063954-1247333412.xml' 'HOME/temp.csp'
0.06/0.90	c 0	224 domains, 400 variables, 1 predicates, 0 relations, 6186 constraints
0.06/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 0	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.92/1.01	c 1	Parsing HOME/temp.csp
1.03/1.17	c 1	parsed 6811 expressions
1.03/1.18	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.18	c 1	Converting to clausal form CSP
1.22/1.31	c 1	converted 682 (10%) expressions
1.72/1.88	c 1	converted 1363 (20%) expressions
2.11/2.24	c 2	converted 2044 (30%) expressions
2.51/2.66	c 2	converted 2725 (40%) expressions
2.90/3.01	c 3	converted 3406 (50%) expressions
3.40/3.53	c 3	converted 4087 (60%) expressions
3.70/3.87	c 3	converted 4768 (70%) expressions
4.10/4.20	c 4	converted 5449 (80%) expressions
12.51/12.71	c 12	converted 6130 (90%) expressions
49.85/50.45	c 50	converted 6811 (100%) expressions
49.85/50.45	c 50	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
49.85/50.45	c 50	Heap : 410 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.85/50.45	c 50	Propagation in CSP
57.07/57.71	c 57	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
57.07/57.71	c 57	CSP : 400 integers, 0 booleans, 83530 clauses, largest domain size 35
57.07/57.71	c 57	Heap : 417 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
57.07/57.79	c 57	Simplifing CSP by introducing new Boolean variables
57.86/58.54	c 58	CSP : 400 integers, 172863 booleans, 256393 clauses, largest domain size 35
57.86/58.54	c 58	Heap : 448 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
60.24/60.92	c 60	Encoding CSP to SAT : HOME/temp.cnf
60.35/61.00	c 61	40 (10%) CSP integer variables are encoded (963 clauses, 10458 bytes)
60.35/61.01	c 61	80 (20%) CSP integer variables are encoded (1924 clauses, 22951 bytes)
60.35/61.01	c 61	120 (30%) CSP integer variables are encoded (2865 clauses, 35184 bytes)
60.35/61.02	c 61	160 (40%) CSP integer variables are encoded (3797 clauses, 47300 bytes)
60.35/61.02	c 61	200 (50%) CSP integer variables are encoded (4734 clauses, 59481 bytes)
60.35/61.02	c 61	240 (60%) CSP integer variables are encoded (4799 clauses, 60326 bytes)
60.35/61.02	c 61	280 (70%) CSP integer variables are encoded (4853 clauses, 61028 bytes)
60.35/61.02	c 61	320 (80%) CSP integer variables are encoded (4922 clauses, 61925 bytes)
60.35/61.02	c 61	360 (90%) CSP integer variables are encoded (5011 clauses, 63082 bytes)
60.35/61.02	c 61	400 (100%) CSP integer variables are encoded (5062 clauses, 63745 bytes)
61.73/62.40	c 62	25640 (10%) CSP clauses are encoded (295674 clauses, 5535796 bytes)
63.41/64.16	c 64	51279 (20%) CSP clauses are encoded (708257 clauses, 13420405 bytes)
65.10/65.88	c 65	76918 (30%) CSP clauses are encoded (1118393 clauses, 21232257 bytes)
66.88/67.62	c 67	102558 (40%) CSP clauses are encoded (1530381 clauses, 29123684 bytes)
68.54/69.38	c 69	128197 (50%) CSP clauses are encoded (1941531 clauses, 36883469 bytes)
70.23/71.09	c 71	153836 (60%) CSP clauses are encoded (2340794 clauses, 44722856 bytes)
72.00/72.87	c 72	179476 (70%) CSP clauses are encoded (2747383 clauses, 52919902 bytes)
73.79/74.64	c 74	205115 (80%) CSP clauses are encoded (3156572 clauses, 61174931 bytes)
75.47/76.39	c 76	230754 (90%) CSP clauses are encoded (3563996 clauses, 69320812 bytes)
77.24/78.15	c 78	256393 (100%) CSP clauses are encoded (3966661 clauses, 77474420 bytes)
77.24/78.15	c 78	256393 CSP clauses encoded
77.24/78.15	c 78	Writing map file : HOME/temp.map
77.24/78.18	c 78	Heap : 445 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
77.24/78.18	c 78	SAT : 178268 SAT variables, 3966661 SAT clauses, 77474420 bytes
77.24/78.18	c 78	Heap : 445 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
77.39/78.31	c 78	SOLVING HOME/temp.cnf
77.39/78.31	c 78	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
77.39/78.32	c 78	This is MiniSat 2.0 beta
77.39/78.32	c 78	WARNING: for repeatability, setting FPU to use double precision
77.39/78.32	c 78	============================[ Problem Statistics ]=============================
77.39/78.32	c 78	|                                                                             |
77.39/78.32	c 78	|  Number of variables:  178268                                               |
77.39/78.32	c 78	|  Number of clauses:    3966661                                              |
79.48/80.43	c 80	|  Parsing time:         1.82         s                                       |
79.57/80.54	c 80	============================[ Search Statistics ]==============================
79.57/80.54	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
79.57/80.54	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
79.57/80.54	c 80	===============================================================================
79.57/80.54	c 80	|         0 |  178268  3966661 11549162 |  1322220        0    nan |  0.000 % |
82.05/83.08	c 83	|       101 |  178268  3966661 11549162 |  1454442      101     49 |  0.000 % |
84.54/85.52	c 85	|       253 |  178268  3966661 11549162 |  1599886      253     47 |  0.000 % |
86.12/87.14	c 87	|       479 |  178268  3966661 11549162 |  1759875      479     36 |  0.000 % |
87.60/88.70	c 88	|       817 |  178268  3966661 11549162 |  1935862      817     28 |  0.000 % |
89.38/90.48	c 90	|      1324 |  178268  3966661 11549162 |  2129449     1324     22 |  0.000 % |
100.38/101.52	c 101	|      2083 |  178268  3966661 11549162 |  2342393     2083     35 |  0.000 % |
108.20/109.42	c 109	|      3222 |  178268  3966661 11549162 |  2576633     3222     28 |  0.000 % |
125.84/127.20	c 127	|      4932 |  178268  3966661 11549162 |  2834296     4932     34 |  0.000 % |
152.19/153.80	c 153	|      7494 |  178268  3966661 11549162 |  3117726     7494     37 |  0.000 % |
178.29/180.21	c 180	|     11338 |  178268  3966661 11549162 |  3429499    11338     35 |  0.000 % |
198.79/200.95	c 200	|     17104 |  178268  3966661 11549162 |  3772448    17104     31 |  0.000 % |
262.19/264.99	c 265	|     25753 |  178268  3966661 11549162 |  4149693    25753     31 |  0.000 % |
340.30/343.70	c 343	|     38727 |  178268  3966661 11549162 |  4564663    38727     33 |  0.000 % |
428.75/433.02	c 433	|     58189 |  178268  3966661 11549162 |  5021129    58189     29 |  0.000 % |
567.52/573.14	c 573	|     87382 |  178268  3966661 11549162 |  5523242    87382     30 |  0.000 % |
702.63/709.59	c 709	|    131172 |  178268  3966661 11549162 |  6075566   131172     27 |  0.000 % |
1388.62/1396.56	c 1396	|    196856 |  178268  3966661 11549162 |  6683123   196856     38 |  0.000 % |
1764.77/1772.81	c 1772	===============================================================================
1764.77/1772.82	c 1772	restarts              : 18
1764.77/1772.82	c 1772	conflicts             : 226381         (134 /sec)
1764.77/1772.82	c 1772	decisions             : 267666         (1.26 % random) (159 /sec)
1764.77/1772.82	c 1772	propagations          : 1128785119     (669144 /sec)
1764.77/1772.82	c 1772	conflict literals     : 9306473        (6.50 % deleted)
1764.77/1772.82	c 1772	Memory used           : 226.82 MB
1764.77/1772.82	c 1772	CPU time              : 1686.91 s
1764.77/1772.82	c 1772	
1764.77/1772.89	c 1772	SATISFIABLE
1764.87/1772.93	c 1772	DECODING HOME/temp.out WITH HOME/temp.map
1764.87/1772.93	c 1772	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'
1764.93/1773.01	c 1773	Decoding HOME/temp.out
1765.27/1773.31	s SATISFIABLE
1765.27/1773.33	v 21 0 40 8 13 29 25 13 13 28 26 4 14 23 6 12 15 32 37 8 32 27 0 16 36 1 25 1 19 24 19 3 10 38 2 15 11 31 22 9 22 42 10 3 25 4 28 38 29 44 7 3 19 5 22 19 11 34 26 40 8 29 27 20 30 30 35 17 36 37 20 17 35 21 7 9 44 14 24 41 8 36 26 29 26 4 2 15 6 9 27 7 43 27 43 0 2 40 28 24 1 9 9 32 32 26 7 3 39 12 0 15 33 38 33 4 31 16 6 10 28 10 36 12 1 17 33 6 42 18 9 44 18 44 5 39 14 17 14 31 22 24 43 11 18 31 19 32 13 35 0 29 23 35 35 42 38 11 14 34 5 1 22 25 23 44 17 25 11 7 30 12 21 33 39 14 9 38 22 41 37 30 16 31 35 18 32 10 31 42 25 0 37 2 3 20 26 41 1 28 1 7 0 6 8 4 0 1 9 4 8 2 1 8 6 9 0 4 1 5 9 5 4 1 5 7 8 4 9 6 1 0 9 9 2 5 5 5 9 5 2 9 1 7 5 4 8 2 6 4 9 8 3 9 1 0 9 9 0 8 9 9 4 9 4 0 6 8 4 9 6 2 4 8 6 7 7 9 4 2 4 8 4 2 7 5 9 9 8 1 8 0 9 7 7 0 1 9 7 7 8 6 9 1 2 1 7 6 4 0 8 4 8 1 2 8 2 2 1 2 6 6 9 8 9 7 1 4 2 1 8 6 0 8 6 8 8 0 4 8 7 9 8 0 5 4 2 8 6 7 9 8 7 9 2 3 8 2 2 0 8 2 0 6 0 2 9 2 8 8 2 4 9 3 9 6 2 7 3 5 6 1 6 6 1 9 0 4 9 1 9 6 8 8 9 8 9 9 6 1
1765.27/1773.34	c 1773	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1765.27/1773.36	c 1773	CPU 1765.32 (0.06 0.02 1763.43 1.81)
1765.27/1773.36	c 1773	END Sat Jul 11 19:59:46 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-2063954-1247333412/watcher-2063954-1247333412 -o /tmp/evaluation-result-2063954-1247333412/solver-2063954-1247333412 -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-2063954-1247333412.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.03 2.02 1.99 4/83 15935
/proc/meminfo: memFree=1196064/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=18576 CPUtime=0
/proc/15935/stat : 15935 (runsolver) R 15933 15935 12814 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20032535 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15935/statm: 4644 284 249 26 0 2626 0

[startup+0.0584529 s]
/proc/loadavg: 2.03 2.02 1.99 4/83 15935
/proc/meminfo: memFree=1196064/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=15948 CPUtime=0.04
/proc/15935/stat : 15935 (sugar) R 15933 15935 12814 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 20032535 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 264539329769 0 0 4224 0 0 0 0 17 1 0 0
/proc/15935/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10546 s]
/proc/loadavg: 2.03 2.02 1.99 4/83 15935
/proc/meminfo: memFree=1196064/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.06
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301483 s]
/proc/loadavg: 2.03 2.02 1.99 4/83 15935
/proc/meminfo: memFree=1196064/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.06
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701536 s]
/proc/loadavg: 2.03 2.02 1.99 4/83 15935
/proc/meminfo: memFree=1196064/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.06
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 2.03 2.02 1.99 4/94 15957
/proc/meminfo: memFree=1188552/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.87
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1309 8041 0 1 5 1 76 5 15 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
[pid=15948] ppid=15935 vsize=5356 CPUtime=0
/proc/15948/stat : 15948 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20032628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15948/statm: 1339 233 193 169 0 50 0
[pid=15949] ppid=15948 vsize=868508 CPUtime=0.55
/proc/15949/stat : 15949 (java) S 15948 15935 12814 0 -1 0 7085 0 1 0 52 3 0 0 18 0 9 0 20032628 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15949/statm: 217127 6334 2566 9 0 211632 0
[pid=15949/tid=15950] ppid=15948 vsize=868508 CPUtime=0.31
/proc/15949/task/15950/stat : 15950 (java) R 15948 15935 12814 0 -1 64 2658 0 1 0 30 1 0 0 21 0 9 0 20032629 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15951] ppid=15948 vsize=868508 CPUtime=0.07
/proc/15949/task/15951/stat : 15951 (java) R 15948 15935 12814 0 -1 64 2275 0 0 0 7 0 0 0 16 0 9 0 20032630 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 102759496 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15952] ppid=15948 vsize=868508 CPUtime=0
/proc/15949/task/15952/stat : 15952 (java) S 15948 15935 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20032630 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15953] ppid=15948 vsize=868508 CPUtime=0
/proc/15949/task/15953/stat : 15953 (java) S 15948 15935 12814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20032630 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15954] ppid=15948 vsize=868508 CPUtime=0
/proc/15949/task/15954/stat : 15954 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20032633 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15955] ppid=15948 vsize=868508 CPUtime=0.13
/proc/15949/task/15955/stat : 15955 (java) S 15948 15935 12814 0 -1 64 1453 0 0 0 13 0 0 0 16 0 9 0 20032633 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15956] ppid=15948 vsize=868508 CPUtime=0
/proc/15949/task/15956/stat : 15956 (java) S 15948 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20032633 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15957] ppid=15948 vsize=868508 CPUtime=0
/proc/15949/task/15957/stat : 15957 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20032633 889352192 6334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890732

[startup+3.10284 s]
/proc/loadavg: 2.02 2.02 1.99 4/94 15957
/proc/meminfo: memFree=1172040/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.87
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1309 8041 0 1 5 1 76 5 15 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
[pid=15948] ppid=15935 vsize=5356 CPUtime=0
/proc/15948/stat : 15948 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20032628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15948/statm: 1339 233 193 169 0 50 0
[pid=15949] ppid=15948 vsize=868592 CPUtime=2.14
/proc/15949/stat : 15949 (java) S 15948 15935 12814 0 -1 0 11102 0 1 0 208 6 0 0 18 0 9 0 20032628 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15949/statm: 217148 10296 2566 9 0 211653 0
[pid=15949/tid=15950] ppid=15948 vsize=868592 CPUtime=1.58
/proc/15949/task/15950/stat : 15950 (java) R 15948 15935 12814 0 -1 64 2824 0 1 0 157 1 0 0 25 0 9 0 20032629 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4126426204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15951] ppid=15948 vsize=868592 CPUtime=0.37
/proc/15949/task/15951/stat : 15951 (java) S 15948 15935 12814 0 -1 64 6100 0 0 0 35 2 0 0 16 0 9 0 20032630 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15952] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15952/stat : 15952 (java) S 15948 15935 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15953] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15953/stat : 15953 (java) S 15948 15935 12814 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20032630 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15954] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15954/stat : 15954 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20032633 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15955] ppid=15948 vsize=868592 CPUtime=0.16
/proc/15949/task/15955/stat : 15955 (java) S 15948 15935 12814 0 -1 64 1479 0 0 0 15 1 0 0 16 0 9 0 20032633 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15956] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15956/stat : 15956 (java) S 15948 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20032633 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15957] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15957/stat : 15957 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20032633 889438208 10296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890816

[startup+6.30126 s]
/proc/loadavg: 2.02 2.02 1.99 3/94 15957
/proc/meminfo: memFree=1140552/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.88
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1309 8041 0 1 5 2 76 5 15 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
[pid=15948] ppid=15935 vsize=5356 CPUtime=0
/proc/15948/stat : 15948 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20032628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15948/statm: 1339 233 193 169 0 50 0
[pid=15949] ppid=15948 vsize=868592 CPUtime=5.29
/proc/15949/stat : 15949 (java) S 15948 15935 12814 0 -1 0 18168 0 1 0 520 9 0 0 18 0 9 0 20032628 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15949/statm: 217148 17299 2566 9 0 211653 0
[pid=15949/tid=15950] ppid=15948 vsize=868592 CPUtime=4.05
/proc/15949/task/15950/stat : 15950 (java) R 15948 15935 12814 0 -1 64 3290 0 1 0 403 2 0 0 25 0 9 0 20032629 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4126509835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15951] ppid=15948 vsize=868592 CPUtime=1.06
/proc/15949/task/15951/stat : 15951 (java) S 15948 15935 12814 0 -1 64 12679 0 0 0 100 6 0 0 16 0 9 0 20032630 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15952] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15952/stat : 15952 (java) S 15948 15935 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15953] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15953/stat : 15953 (java) S 15948 15935 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15954] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15954/stat : 15954 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20032633 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15955] ppid=15948 vsize=868592 CPUtime=0.17
/proc/15949/task/15955/stat : 15955 (java) S 15948 15935 12814 0 -1 64 1500 0 0 0 16 1 0 0 16 0 9 0 20032633 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15956] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15956/stat : 15956 (java) S 15948 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20032633 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15957] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15957/stat : 15957 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20032633 889438208 17299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890816

[startup+12.7011 s]
/proc/loadavg: 2.02 2.02 1.99 3/94 15957
/proc/meminfo: memFree=1083464/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.88
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1309 8041 0 1 5 2 76 5 15 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
[pid=15948] ppid=15935 vsize=5356 CPUtime=0
/proc/15948/stat : 15948 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20032628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15948/statm: 1339 233 193 169 0 50 0
[pid=15949] ppid=15948 vsize=868592 CPUtime=11.63
/proc/15949/stat : 15949 (java) S 15948 15935 12814 0 -1 0 35580 0 1 0 1145 18 0 0 18 0 9 0 20032628 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15949/statm: 217148 31130 2567 9 0 211653 0
[pid=15949/tid=15950] ppid=15948 vsize=868592 CPUtime=9.25
/proc/15949/task/15950/stat : 15950 (java) R 15948 15935 12814 0 -1 64 3779 0 1 0 923 2 0 0 25 0 9 0 20032629 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4126509600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15951] ppid=15948 vsize=868592 CPUtime=2.17
/proc/15949/task/15951/stat : 15951 (java) S 15948 15935 12814 0 -1 64 29602 0 0 0 204 13 0 0 16 0 9 0 20032630 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15952] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15952/stat : 15952 (java) S 15948 15935 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15953] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15953/stat : 15953 (java) S 15948 15935 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15954] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15954/stat : 15954 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20032633 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15955] ppid=15948 vsize=868592 CPUtime=0.17
/proc/15949/task/15955/stat : 15955 (java) S 15948 15935 12814 0 -1 64 1500 0 0 0 16 1 0 0 16 0 9 0 20032633 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15956] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15956/stat : 15956 (java) S 15948 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20032633 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15957] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15957/stat : 15957 (java) S 15948 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20032633 889438208 31130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890816

[startup+25.5028 s]
/proc/loadavg: 2.17 2.05 2.00 3/94 15957
/proc/meminfo: memFree=972168/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=0.88
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1309 8041 0 1 5 2 76 5 16 0 1 0 20032535 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15935/statm: 4217 1111 409 3 0 796 0
[pid=15948] ppid=15935 vsize=5356 CPUtime=0
/proc/15948/stat : 15948 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20032628 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15948/statm: 1339 233 193 169 0 50 0
[pid=15949] ppid=15948 vsize=868592 CPUtime=24.3
/proc/15949/stat : 15949 (java) S 15948 15935 12814 0 -1 0 69680 0 1 0 2398 32 0 0 18 0 9 0 20032628 889438208 57494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15949/statm: 217148 57494 2567 9 0 211653 0
[pid=15949/tid=15950] ppid=15948 vsize=868592 CPUtime=18.63
/proc/15949/task/15950/stat : 15950 (java) R 15948 15935 12814 0 -1 64 5682 0 1 0 1860 3 0 0 25 0 9 0 20032629 889438208 57494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15951] ppid=15948 vsize=868592 CPUtime=5.47
/proc/15949/task/15951/stat : 15951 (java) R 15948 15935 12814 0 -1 64 61799 0 0 0 521 26 0 0 16 0 9 0 20032630 889438208 57494 996147200 134512640 134550932 4294955936 18446744073709551615 102546866 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15952] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15952/stat : 15952 (java) S 15948 15935 12814 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 57494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15953] ppid=15948 vsize=868592 CPUtime=0
/proc/15949/task/15953/stat : 15953 (java) S 15948 15935 12814 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20032630 889438208 57494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15949/tid=15954] ppid=15948 vsize=868592 CPUtime=0

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

Current children cumulated vsize (KiB) 251620

[startup+1722.3 s]
/proc/loadavg: 2.12 2.10 2.03 3/87 16077
/proc/meminfo: memFree=459512/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=230732 CPUtime=1636.86
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55631 0 0 0 163641 45 0 0 25 0 1 0 20040368 236269568 55617 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57683 55617 76 150 0 57530 0
Current children cumulated CPU time (s) 1714.29
Current children cumulated vsize (KiB) 252956

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

[startup+1740.7 s]
/proc/loadavg: 2.08 2.10 2.03 3/87 16077
/proc/meminfo: memFree=459128/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=231144 CPUtime=1655.26
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55725 0 0 0 165480 46 0 0 25 0 1 0 20040368 236691456 55711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57786 55711 76 150 0 57633 0
Current children cumulated CPU time (s) 1732.69
Current children cumulated vsize (KiB) 253368

[startup+1753.5 s]
/proc/loadavg: 2.06 2.09 2.02 3/87 16077
/proc/meminfo: memFree=458872/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=231408 CPUtime=1668.05
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55786 0 0 0 166759 46 0 0 25 0 1 0 20040368 236961792 55772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57852 55772 76 150 0 57699 0
Current children cumulated CPU time (s) 1745.48
Current children cumulated vsize (KiB) 253632

[startup+1766.3 s]
/proc/loadavg: 2.05 2.09 2.02 4/87 16077
/proc/meminfo: memFree=458488/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=231688 CPUtime=1680.84
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55847 0 0 0 168038 46 0 0 25 0 1 0 20040368 237248512 55833 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57922 55833 76 150 0 57769 0
Current children cumulated CPU time (s) 1758.27
Current children cumulated vsize (KiB) 253912

[startup+1769.5 s]
/proc/loadavg: 2.05 2.08 2.02 3/87 16077
/proc/meminfo: memFree=458424/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=231688 CPUtime=1684.04
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55859 0 0 0 168358 46 0 0 25 0 1 0 20040368 237248512 55845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57922 55845 76 150 0 57769 0
Current children cumulated CPU time (s) 1761.47
Current children cumulated vsize (KiB) 253912

[startup+1771.1 s]
/proc/loadavg: 2.05 2.08 2.02 3/87 16077
/proc/meminfo: memFree=458424/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=231688 CPUtime=1685.64
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55869 0 0 0 168518 46 0 0 25 0 1 0 20040368 237248512 55855 996147200 134512640 135127466 4294956256 18446744073709551615 134530607 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57922 55855 76 150 0 57769 0
Current children cumulated CPU time (s) 1763.07
Current children cumulated vsize (KiB) 253912

[startup+1772.7 s]
/proc/loadavg: 2.05 2.08 2.02 3/87 16077
/proc/meminfo: memFree=458360/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=77.43
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1376 156284 0 2 5 2 7609 127 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=15958] ppid=15935 vsize=5356 CPUtime=0
/proc/15958/stat : 15958 (sh) S 15935 15935 12814 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20040367 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15958/statm: 1339 232 193 169 0 50 0
[pid=15959] ppid=15958 vsize=231688 CPUtime=1687.24
/proc/15959/stat : 15959 (minisat) R 15958 15935 12814 0 -1 4194304 55892 0 0 0 168678 46 0 0 25 0 1 0 20040368 237248512 55878 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/15959/statm: 57922 55878 76 150 0 57769 0
Current children cumulated CPU time (s) 1764.67
Current children cumulated vsize (KiB) 253912

[startup+1773.1 s]
/proc/loadavg: 2.05 2.08 2.02 4/95 16087
/proc/meminfo: memFree=675888/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=1764.93
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1448 212573 0 2 6 2 176307 178 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=16078] ppid=15935 vsize=5356 CPUtime=0
/proc/16078/stat : 16078 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20209829 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16078/statm: 1339 233 193 169 0 50 0
[pid=16079] ppid=16078 vsize=862008 CPUtime=0.15
/proc/16079/stat : 16079 (java) S 16078 15935 12814 0 -1 0 2934 0 1 0 13 2 0 0 19 0 9 0 20209830 882696192 2402 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16079/statm: 215502 2403 1256 9 0 210415 0
[pid=16079/tid=16080] ppid=16078 vsize=862008 CPUtime=0.13
/proc/16079/task/16080/stat : 16080 (java) R 16078 15935 12814 0 -1 64 2008 0 1 0 12 1 0 0 25 0 9 0 20209831 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16081] ppid=16078 vsize=862008 CPUtime=0
/proc/16079/task/16081/stat : 16081 (java) S 16078 15935 12814 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 20209832 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16082] ppid=16078 vsize=862008 CPUtime=0
/proc/16079/task/16082/stat : 16082 (java) S 16078 15935 12814 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 20209832 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16083] ppid=16078 vsize=862008 CPUtime=0
/proc/16079/task/16083/stat : 16083 (java) S 16078 15935 12814 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20209832 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16084] ppid=16078 vsize=862008 CPUtime=0
/proc/16079/task/16084/stat : 16084 (java) S 16078 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20209834 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16085] ppid=16078 vsize=862008 CPUtime=0.01
/proc/16079/task/16085/stat : 16085 (java) R 16078 15935 12814 0 -1 64 232 0 0 0 1 0 0 0 22 0 9 0 20209834 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16086] ppid=16078 vsize=862008 CPUtime=0
/proc/16079/task/16086/stat : 16086 (java) S 16078 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20209834 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16087] ppid=16078 vsize=862008 CPUtime=0
/proc/16079/task/16087/stat : 16087 (java) S 16078 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20209834 882696192 2403 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.08
Current children cumulated vsize (KiB) 884232

[startup+1773.3 s]
/proc/loadavg: 2.05 2.08 2.02 4/95 16087
/proc/meminfo: memFree=675888/2055920 swapFree=4192812/4192956
[pid=15935] ppid=15933 vsize=16868 CPUtime=1764.93
/proc/15935/stat : 15935 (sugar) S 15933 15935 12814 0 -1 4194304 1448 212573 0 2 6 2 176307 178 16 0 1 0 20032535 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15935/statm: 4217 1113 409 3 0 796 0
[pid=16078] ppid=15935 vsize=5356 CPUtime=0
/proc/16078/stat : 16078 (sh) S 15935 15935 12814 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20209829 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16078/statm: 1339 233 193 169 0 50 0
[pid=16079] ppid=16078 vsize=862284 CPUtime=0.34
/proc/16079/stat : 16079 (java) S 16078 15935 12814 0 -1 0 3169 0 1 0 32 2 0 0 19 0 9 0 20209830 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16079/statm: 215571 2634 1289 9 0 210484 0
[pid=16079/tid=16080] ppid=16078 vsize=862284 CPUtime=0.28
/proc/16079/task/16080/stat : 16080 (java) R 16078 15935 12814 0 -1 64 2062 0 1 0 27 1 0 0 25 0 9 0 20209831 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16081] ppid=16078 vsize=862284 CPUtime=0
/proc/16079/task/16081/stat : 16081 (java) S 16078 15935 12814 0 -1 64 98 0 0 0 0 0 0 0 16 0 9 0 20209832 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16082] ppid=16078 vsize=862284 CPUtime=0
/proc/16079/task/16082/stat : 16082 (java) S 16078 15935 12814 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 20209832 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16083] ppid=16078 vsize=862284 CPUtime=0
/proc/16079/task/16083/stat : 16083 (java) S 16078 15935 12814 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 20209832 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16084] ppid=16078 vsize=862284 CPUtime=0
/proc/16079/task/16084/stat : 16084 (java) S 16078 15935 12814 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20209834 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16085] ppid=16078 vsize=862284 CPUtime=0.04
/proc/16079/task/16085/stat : 16085 (java) S 16078 15935 12814 0 -1 64 316 0 0 0 4 0 0 0 17 0 9 0 20209834 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16086] ppid=16078 vsize=862284 CPUtime=0
/proc/16079/task/16086/stat : 16086 (java) S 16078 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20209834 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16079/tid=16087] ppid=16078 vsize=862284 CPUtime=0
/proc/16079/task/16087/stat : 16087 (java) S 16078 15935 12814 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20209834 882978816 2634 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.27
Current children cumulated vsize (KiB) 884508

Child status: 0
Real time (s): 1773.4
CPU time (s): 1765.38
CPU user time (s): 1763.5
CPU system time (s): 1.87971
CPU usage (%): 99.5476
Max. virtual memory (cumulated for all children) (KiB): 901064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1763.5
system time used= 1.87971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218087
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= 7747
involuntary context switches= 32090

runsolver used 2.51862 second user time and 6.22505 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 19:30:13
IDJOB=2063954
IDBENCH=54109
IDSOLVER=739
FILE ID=node40/2063954-1247333412
PBS_JOBID= 9506547
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-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-2063954-1247333412/watcher-2063954-1247333412 -o /tmp/evaluation-result-2063954-1247333412/solver-2063954-1247333412 -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-2063954-1247333412.xml

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

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=1942934131

node40.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.213
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.213
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:       1196608 kB
Buffers:         49200 kB
Cached:         707096 kB
SwapCached:          0 kB
Active:         123244 kB
Inactive:       665368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          52940 kB
Slab:            55640 kB
Committed_AS:   200120 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node40 at 2009-07-11 19:59:46