Trace number 2071907

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 751.829 759.006

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg5-7_ext.xml
MD5SUM9f14e81a1bcfdb872b04812888513d78
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 benchmark1.20581
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
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 01:34:24 2009
0.00/0.08	c 0	PID 19399
0.00/0.08	c 0	HOST node33.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071907-1247355264.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-2071907-1247355264.xml' 'HOME/temp.csp'
0.06/0.54	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.51/0.64	c 1	Parsing HOME/temp.csp
0.92/1.01	c 1	parsed 50 expressions
0.92/1.02	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.02	c 1	Converting to clausal form CSP
0.92/1.04	c 1	converted 5 (10%) expressions
0.92/1.04	c 1	converted 10 (20%) expressions
0.92/1.04	c 1	converted 15 (30%) expressions
0.92/1.04	c 1	converted 20 (40%) expressions
0.92/1.04	c 1	converted 25 (50%) expressions
0.92/1.04	c 1	converted 30 (60%) expressions
0.92/1.04	c 1	converted 35 (70%) expressions
1.12/1.24	c 2	converted 40 (80%) expressions
1.42/1.55	c 2	converted 45 (90%) expressions
2.81/2.94	c 3	converted 50 (100%) expressions
2.81/2.94	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.81/2.95	c 3	Heap : 55 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 : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.81/2.95	c 3	Heap : 55 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.95	c 3	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
2.81/2.95	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.29	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.29	c 4	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.11/3.30	c 4	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.11/3.30	c 4	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.21/3.30	c 4	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
3.21/3.31	c 4	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.21/3.31	c 4	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.21/3.31	c 4	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
3.21/3.31	c 4	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
3.21/3.31	c 4	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.21/3.31	c 4	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
7.96/8.20	c 9	2 (10%) CSP clauses are encoded (57232 clauses, 2003615 bytes)
10.44/10.67	c 11	3 (20%) CSP clauses are encoded (85428 clauses, 3012097 bytes)
12.81/13.07	c 13	4 (30%) CSP clauses are encoded (113624 clauses, 4021240 bytes)
15.29/15.55	c 16	5 (40%) CSP clauses are encoded (141820 clauses, 5083453 bytes)
17.66/17.93	c 18	6 (50%) CSP clauses are encoded (170016 clauses, 6145666 bytes)
96.32/97.31	c 98	8 (60%) CSP clauses are encoded (351177 clauses, 13479885 bytes)
166.45/168.16	c 168	9 (70%) CSP clauses are encoded (504142 clauses, 21026376 bytes)
242.52/244.96	c 245	10 (80%) CSP clauses are encoded (657107 clauses, 28572867 bytes)
317.82/320.94	c 321	11 (90%) CSP clauses are encoded (810072 clauses, 36119358 bytes)
395.77/399.50	c 400	12 (100%) CSP clauses are encoded (963037 clauses, 43665849 bytes)
395.77/399.51	c 400	12 CSP clauses encoded
395.77/399.51	c 400	Writing map file : HOME/temp.map
395.77/399.51	c 400	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
395.77/399.51	c 400	SAT : 875 SAT variables, 963037 SAT clauses, 43665849 bytes
395.77/399.51	c 400	Heap : 64 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
395.77/399.57	c 400	SOLVING HOME/temp.cnf
395.77/399.57	c 400	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
395.77/399.58	c 400	This is MiniSat 2.0 beta
395.77/399.58	c 400	WARNING: for repeatability, setting FPU to use double precision
395.77/399.58	c 400	============================[ Problem Statistics ]=============================
395.77/399.58	c 400	|                                                                             |
395.77/399.58	c 400	|  Number of variables:  875                                                  |
395.77/399.58	c 400	|  Number of clauses:    963037                                               |
396.81/400.69	c 401	|  Parsing time:         0.96         s                                       |
396.90/400.76	c 401	============================[ Search Statistics ]==============================
396.90/400.76	c 401	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
396.90/400.76	c 401	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
396.90/400.76	c 401	===============================================================================
396.90/400.76	c 401	|         0 |     875   963037  9560498 |   321012        0    nan |  0.000 % |
397.00/400.88	c 401	|       100 |     875   963037  9560498 |   353113      100      6 |  0.000 % |
397.31/401.15	c 401	|       250 |     875   963037  9560498 |   388424      250      6 |  0.003 % |
397.71/401.54	c 402	|       476 |     875   963037  9560498 |   427267      476      7 |  0.002 % |
397.91/401.80	c 402	|       813 |     875   963037  9560498 |   469994      813      9 |  0.002 % |
398.71/402.60	c 403	|      1319 |     875   963037  9560498 |   516993     1319     12 |  0.004 % |
399.98/403.83	c 404	|      2079 |     875   963037  9560498 |   568692     2079     14 |  0.003 % |
401.87/405.77	c 406	|      3219 |     875   963037  9560498 |   625562     3219     16 |  0.002 % |
404.25/408.14	c 408	|      4927 |     875   963037  9560498 |   688118     4927     16 |  0.001 % |
409.10/413.05	c 413	|      7491 |     875   963037  9560498 |   756930     7491     16 |  0.002 % |
418.90/422.93	c 423	|     11335 |     875   963037  9560498 |   832623    11335     17 |  0.003 % |
431.78/435.92	c 436	|     17102 |     875   963037  9560498 |   915885    17102     17 |  0.004 % |
455.95/460.37	c 461	|     25751 |     875   963037  9560498 |  1007474    25751     18 |  0.002 % |
490.41/495.11	c 495	|     38725 |     875   963037  9560498 |  1108221    38725     19 |  0.002 % |
538.46/543.61	c 544	|     58186 |     875   963037  9560498 |  1219043    58186     20 |  0.002 % |
628.70/634.79	c 635	|     87378 |     875   963037  9560498 |  1340948    87378     21 |  0.001 % |
751.54/758.79	c 759	===============================================================================
751.54/758.79	c 759	restarts              : 16
751.54/758.79	c 759	conflicts             : 123233         (347 /sec)
751.54/758.79	c 759	decisions             : 164690         (1.18 % random) (463 /sec)
751.54/758.79	c 759	propagations          : 7911188        (22247 /sec)
751.54/758.79	c 759	conflict literals     : 2672422        (23.04 % deleted)
751.54/758.79	c 759	Memory used           : 91.43 MB
751.54/758.79	c 759	CPU time              : 355.605 s
751.54/758.79	c 759	
751.54/758.79	c 759	SATISFIABLE
751.64/758.80	c 759	DECODING HOME/temp.out WITH HOME/temp.map
751.64/758.80	c 759	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'
751.64/758.89	c 759	Decoding HOME/temp.out
751.73/758.92	s SATISFIABLE
751.73/758.92	v 18 19 20 18 7 8 4 22 0 13 19 4 17 18 20 11 19 8 12 0 18 13 0 8 21 4 19 4 6 17 4 4 18 4 18
751.73/758.93	c 759	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
751.73/758.99	c 759	CPU 751.79 (0.06 0.02 750.78 0.93)
751.73/758.99	c 759	END Sun Jul 12 01:47:03 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-2071907-1247355264/watcher-2071907-1247355264 -o /tmp/evaluation-result-2071907-1247355264/solver-2071907-1247355264 -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-2071907-1247355264.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.16 2.06 2.01 4/75 19399
/proc/meminfo: memFree=1922816/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=12132 CPUtime=0
/proc/19399/stat : 19399 (sugar) R 19397 19399 19243 0 -1 4194304 218 0 0 0 0 0 0 0 23 0 1 0 22592425 12423168 186 996147200 4194304 4206940 548682068608 18446744073709551615 210823975649 0 0 4224 0 0 0 0 17 1 0 0
/proc/19399/statm: 3033 186 142 3 0 133 0

[startup+0.086447 s]
/proc/loadavg: 2.16 2.06 2.01 4/75 19399
/proc/meminfo: memFree=1922816/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.06
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101944 s]
/proc/loadavg: 2.16 2.06 2.01 4/75 19399
/proc/meminfo: memFree=1922816/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.06
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301965 s]
/proc/loadavg: 2.16 2.06 2.01 4/75 19399
/proc/meminfo: memFree=1922816/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.06
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702012 s]
/proc/loadavg: 2.16 2.06 2.01 4/75 19399
/proc/meminfo: memFree=1922816/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.51
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1309 7936 0 1 5 1 40 5 16 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 2.16 2.06 2.01 3/86 19421
/proc/meminfo: memFree=1906408/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.51
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1310 7936 0 1 5 1 40 5 16 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
[pid=19412] ppid=19399 vsize=5356 CPUtime=0
/proc/19412/stat : 19412 (sh) S 19399 19399 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19412/statm: 1339 233 193 169 0 50 0
[pid=19413] ppid=19412 vsize=864352 CPUtime=0.91
/proc/19413/stat : 19413 (java) S 19412 19399 19243 0 -1 0 9896 0 1 0 87 4 0 0 18 0 9 0 22592482 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19413/statm: 216088 8927 2566 9 0 210593 0
[pid=19413/tid=19414] ppid=19412 vsize=864352 CPUtime=0.5
/proc/19413/task/19414/stat : 19414 (java) R 19412 19399 19243 0 -1 64 2696 0 1 0 50 0 0 0 19 0 9 0 22592483 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19415] ppid=19412 vsize=864352 CPUtime=0.34
/proc/19413/task/19415/stat : 19415 (java) R 19412 19399 19243 0 -1 64 6181 0 0 0 32 2 0 0 16 0 9 0 22592485 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19416] ppid=19412 vsize=864352 CPUtime=0
/proc/19413/task/19416/stat : 19416 (java) S 19412 19399 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592485 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19417] ppid=19412 vsize=864352 CPUtime=0
/proc/19413/task/19417/stat : 19417 (java) S 19412 19399 19243 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22592485 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19418] ppid=19412 vsize=864352 CPUtime=0
/proc/19413/task/19418/stat : 19418 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592487 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19419] ppid=19412 vsize=864352 CPUtime=0.04
/proc/19413/task/19419/stat : 19419 (java) S 19412 19399 19243 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 22592487 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19420] ppid=19412 vsize=864352 CPUtime=0
/proc/19413/task/19420/stat : 19420 (java) S 19412 19399 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592487 885096448 8927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19421] ppid=19412 vsize=864352 CPUtime=0
/proc/19413/task/19421/stat : 19421 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22592487 885096448 8927 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) 886576

[startup+3.10131 s]
/proc/loadavg: 2.14 2.06 2.01 3/86 19421
/proc/meminfo: memFree=1875880/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.52
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1310 7936 0 1 5 2 40 5 16 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
[pid=19412] ppid=19399 vsize=5356 CPUtime=0
/proc/19412/stat : 19412 (sh) S 19399 19399 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19412/statm: 1339 233 193 169 0 50 0
[pid=19413] ppid=19412 vsize=864856 CPUtime=2.49
/proc/19413/stat : 19413 (java) S 19412 19399 19243 0 -1 0 20270 0 1 0 240 9 0 0 18 0 9 0 22592482 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19413/statm: 216214 18944 2566 9 0 210719 0
[pid=19413/tid=19414] ppid=19412 vsize=864856 CPUtime=1.07
/proc/19413/task/19414/stat : 19414 (java) R 19412 19399 19243 0 -1 64 3190 0 1 0 106 1 0 0 24 0 9 0 22592483 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19415] ppid=19412 vsize=864856 CPUtime=1.35
/proc/19413/task/19415/stat : 19415 (java) R 19412 19399 19243 0 -1 64 16061 0 0 0 128 7 0 0 17 0 9 0 22592485 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 104189905 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19416] ppid=19412 vsize=864856 CPUtime=0
/proc/19413/task/19416/stat : 19416 (java) S 19412 19399 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592485 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19417] ppid=19412 vsize=864856 CPUtime=0
/proc/19413/task/19417/stat : 19417 (java) S 19412 19399 19243 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22592485 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19418] ppid=19412 vsize=864856 CPUtime=0
/proc/19413/task/19418/stat : 19418 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592487 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19419] ppid=19412 vsize=864856 CPUtime=0.04
/proc/19413/task/19419/stat : 19419 (java) S 19412 19399 19243 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 22592487 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19420] ppid=19412 vsize=864856 CPUtime=0
/proc/19413/task/19420/stat : 19420 (java) S 19412 19399 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592487 885612544 18944 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19421] ppid=19412 vsize=864856 CPUtime=0
/proc/19413/task/19421/stat : 19421 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22592487 885612544 18944 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) 887080

[startup+6.30268 s]
/proc/loadavg: 2.14 2.06 2.01 3/86 19421
/proc/meminfo: memFree=1851752/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.52
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1310 7936 0 1 5 2 40 5 15 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
[pid=19412] ppid=19399 vsize=5356 CPUtime=0
/proc/19412/stat : 19412 (sh) S 19399 19399 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19412/statm: 1339 233 193 169 0 50 0
[pid=19413] ppid=19412 vsize=864464 CPUtime=5.66
/proc/19413/stat : 19413 (java) S 19412 19399 19243 0 -1 0 20731 0 1 0 555 11 0 0 18 0 9 0 22592482 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19413/statm: 216116 19241 2590 9 0 210593 0
[pid=19413/tid=19414] ppid=19412 vsize=864464 CPUtime=3.96
/proc/19413/task/19414/stat : 19414 (java) R 19412 19399 19243 0 -1 64 3334 0 1 0 394 2 0 0 25 0 9 0 22592483 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4126598880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19415] ppid=19412 vsize=864464 CPUtime=1.59
/proc/19413/task/19415/stat : 19415 (java) S 19412 19399 19243 0 -1 64 16353 0 0 0 152 7 0 0 16 0 9 0 22592485 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19416] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19416/stat : 19416 (java) S 19412 19399 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592485 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19417] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19417/stat : 19417 (java) S 19412 19399 19243 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22592485 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19418] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19418/stat : 19418 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592487 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19419] ppid=19412 vsize=864464 CPUtime=0.08
/proc/19413/task/19419/stat : 19419 (java) S 19412 19399 19243 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 22592487 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19420] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19420/stat : 19420 (java) S 19412 19399 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592487 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19421] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19421/stat : 19421 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22592487 885211136 19241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886688

[startup+12.7014 s]
/proc/loadavg: 2.12 2.06 2.01 3/86 19421
/proc/meminfo: memFree=1846056/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.52
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1310 7936 0 1 5 2 40 5 16 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
[pid=19412] ppid=19399 vsize=5356 CPUtime=0
/proc/19412/stat : 19412 (sh) S 19399 19399 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19412/statm: 1339 233 193 169 0 50 0
[pid=19413] ppid=19412 vsize=864464 CPUtime=12
/proc/19413/stat : 19413 (java) S 19412 19399 19243 0 -1 0 21568 0 1 0 1187 13 0 0 18 0 9 0 22592482 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19413/statm: 216116 20040 2590 9 0 210593 0
[pid=19413/tid=19414] ppid=19412 vsize=864464 CPUtime=10.17
/proc/19413/task/19414/stat : 19414 (java) R 19412 19399 19243 0 -1 64 3372 0 1 0 1014 3 0 0 25 0 9 0 22592483 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4126579762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19415] ppid=19412 vsize=864464 CPUtime=1.72
/proc/19413/task/19415/stat : 19415 (java) S 19412 19399 19243 0 -1 64 17151 0 0 0 164 8 0 0 16 0 9 0 22592485 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19416] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19416/stat : 19416 (java) S 19412 19399 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592485 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19417] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19417/stat : 19417 (java) S 19412 19399 19243 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22592485 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19418] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19418/stat : 19418 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22592487 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19419] ppid=19412 vsize=864464 CPUtime=0.08
/proc/19413/task/19419/stat : 19419 (java) S 19412 19399 19243 0 -1 64 342 0 0 0 8 0 0 0 17 0 9 0 22592487 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19420] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19420/stat : 19420 (java) S 19412 19399 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22592487 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19421] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19421/stat : 19421 (java) S 19412 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22592487 885211136 20040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886688

[startup+25.503 s]
/proc/loadavg: 2.10 2.06 2.01 3/86 19421
/proc/meminfo: memFree=1825384/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=0.52
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1310 7936 0 1 5 2 40 5 16 0 1 0 22592425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1111 409 3 0 796 0
[pid=19412] ppid=19399 vsize=5356 CPUtime=0
/proc/19412/stat : 19412 (sh) S 19399 19399 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22592482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19412/statm: 1339 233 193 169 0 50 0
[pid=19413] ppid=19412 vsize=864464 CPUtime=24.67
/proc/19413/stat : 19413 (java) S 19412 19399 19243 0 -1 0 25589 0 1 0 2448 19 0 0 18 0 9 0 22592482 885211136 23984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19413/statm: 216116 23984 2590 9 0 210593 0
[pid=19413/tid=19414] ppid=19412 vsize=864464 CPUtime=22.62
/proc/19413/task/19414/stat : 19414 (java) R 19412 19399 19243 0 -1 64 3450 0 1 0 2255 7 0 0 25 0 9 0 22592483 885211136 23984 996147200 134512640 134550932 4294955936 18446744073709551615 4126579170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19415] ppid=19412 vsize=864464 CPUtime=1.93
/proc/19413/task/19415/stat : 19415 (java) S 19412 19399 19243 0 -1 64 21092 0 0 0 183 10 0 0 16 0 9 0 22592485 885211136 23984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19416] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19416/stat : 19416 (java) S 19412 19399 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22592485 885211136 23984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19417] ppid=19412 vsize=864464 CPUtime=0
/proc/19413/task/19417/stat : 19417 (java) S 19412 19399 19243 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22592485 885211136 23984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19413/tid=19418] ppid=19412 vsize=864464 CPUtime=0

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

Current children cumulated CPU time (s) 576.8
Current children cumulated vsize (KiB) 109508

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 19473
/proc/meminfo: memFree=1455152/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=89520 CPUtime=240.41
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 21809 0 0 0 24022 19 0 0 25 0 1 0 22632384 91668480 21795 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 22380 21795 75 150 0 22227 0
Current children cumulated CPU time (s) 636.23
Current children cumulated vsize (KiB) 111744

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1446512/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=91620 CPUtime=299.85
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22300 0 0 0 29965 20 0 0 25 0 1 0 22632384 93818880 22286 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 22905 22286 75 150 0 22752 0
Current children cumulated CPU time (s) 695.67
Current children cumulated vsize (KiB) 113844

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

[startup+716.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1446064/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=92156 CPUtime=314.11
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22424 0 0 0 31391 20 0 0 25 0 1 0 22632384 94367744 22410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23039 22410 75 150 0 22886 0
Current children cumulated CPU time (s) 709.93
Current children cumulated vsize (KiB) 114380

[startup+742.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1445168/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=92956 CPUtime=339.47
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22630 0 0 0 33927 20 0 0 25 0 1 0 22632384 95186944 22616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23239 22616 75 150 0 23086 0
Current children cumulated CPU time (s) 735.29
Current children cumulated vsize (KiB) 115180

[startup+748.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1444848/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=93220 CPUtime=345.81
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22699 0 0 0 34560 21 0 0 25 0 1 0 22632384 95457280 22685 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23305 22685 75 150 0 23152 0
Current children cumulated CPU time (s) 741.63
Current children cumulated vsize (KiB) 115444

[startup+755.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1444592/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=93484 CPUtime=352.15
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22766 0 0 0 35194 21 0 0 25 0 1 0 22632384 95727616 22752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23371 22752 75 150 0 23218 0
Current children cumulated CPU time (s) 747.97
Current children cumulated vsize (KiB) 115708

[startup+756.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1444528/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=93616 CPUtime=353.74
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22782 0 0 0 35353 21 0 0 25 0 1 0 22632384 95862784 22768 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23404 22768 75 150 0 23251 0
Current children cumulated CPU time (s) 749.56
Current children cumulated vsize (KiB) 115840

[startup+758.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1444464/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=93616 CPUtime=355.32
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22800 0 0 0 35511 21 0 0 25 0 1 0 22632384 95862784 22786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23404 22786 75 150 0 23251 0
Current children cumulated CPU time (s) 751.14
Current children cumulated vsize (KiB) 115840

[startup+758.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19473
/proc/meminfo: memFree=1444464/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=395.82
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1374 56456 0 2 6 2 39507 67 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19472] ppid=19399 vsize=5356 CPUtime=0
/proc/19472/stat : 19472 (sh) S 19399 19399 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22632383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19472/statm: 1339 232 193 169 0 50 0
[pid=19473] ppid=19472 vsize=93616 CPUtime=355.72
/proc/19473/stat : 19473 (minisat) R 19472 19399 19243 0 -1 4194304 22804 0 0 0 35551 21 0 0 25 0 1 0 22632384 95862784 22790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19473/statm: 23404 22790 75 150 0 23251 0
Current children cumulated CPU time (s) 751.54
Current children cumulated vsize (KiB) 115840

[startup+758.902 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 19483
/proc/meminfo: memFree=1531056/2055920 swapFree=4192812/4192956
[pid=19399] ppid=19397 vsize=16868 CPUtime=751.66
/proc/19399/stat : 19399 (sugar) S 19397 19399 19243 0 -1 4194304 1445 79556 0 2 6 2 75068 90 16 0 1 0 22592425 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19399/statm: 4217 1112 409 3 0 796 0
[pid=19474] ppid=19399 vsize=5356 CPUtime=0
/proc/19474/stat : 19474 (sh) S 19399 19399 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22668306 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19474/statm: 1339 233 193 169 0 50 0
[pid=19475] ppid=19474 vsize=862012 CPUtime=0.07
/proc/19475/stat : 19475 (java) S 19474 19399 19243 0 -1 0 2785 0 1 0 5 2 0 0 18 0 9 0 22668307 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19475/statm: 215503 2258 1231 9 0 210416 0
[pid=19475/tid=19476] ppid=19474 vsize=862012 CPUtime=0.06
/proc/19475/task/19476/stat : 19476 (java) R 19474 19399 19243 0 -1 64 1881 0 1 0 5 1 0 0 18 0 9 0 22668308 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4159712896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19477] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19477/stat : 19477 (java) S 19474 19399 19243 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 22668309 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19478] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19478/stat : 19478 (java) S 19474 19399 19243 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22668309 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19479] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19479/stat : 19479 (java) S 19474 19399 19243 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22668309 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19480] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19480/stat : 19480 (java) S 19474 19399 19243 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22668312 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19481] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19481/stat : 19481 (java) R 19474 19399 19243 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 22668312 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19482] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19482/stat : 19482 (java) S 19474 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22668312 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19475/tid=19483] ppid=19474 vsize=862012 CPUtime=0
/proc/19475/task/19483/stat : 19483 (java) S 19474 19399 19243 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 22668312 882700288 2258 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 751.73
Current children cumulated vsize (KiB) 884236

Child status: 0
Real time (s): 759.006
CPU time (s): 751.829
CPU user time (s): 750.844
CPU system time (s): 0.98485
CPU usage (%): 99.0544
Max. virtual memory (cumulated for all children) (KiB): 897440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 750.844
system time used= 0.98485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84837
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= 15495
involuntary context switches= 38142

runsolver used 0.943856 second user time and 2.54061 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 01:34:24
IDJOB=2071907
IDBENCH=55550
IDSOLVER=739
FILE ID=node33/2071907-1247355264
PBS_JOBID= 9506974
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg5-7_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-2071907-1247355264/watcher-2071907-1247355264 -o /tmp/evaluation-result-2071907-1247355264/solver-2071907-1247355264 -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-2071907-1247355264.xml

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

MD5SUM BENCH= 9f14e81a1bcfdb872b04812888513d78
RANDOM SEED=2139537109

node33.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.229
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.229
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:       1923296 kB
Buffers:          8156 kB
Cached:          46244 kB
SwapCached:          0 kB
Active:          63768 kB
Inactive:        18852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          38920 kB
Slab:            35304 kB
Committed_AS:   260184 kB
PageTables:       1776 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= 66432 MiB
End job on node33 at 2009-07-12 01:47:03