Trace number 2072028

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+minisatUNSAT 952.757 962.663

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-17_ext.xml
MD5SUMf19d798b5851629cc9628724006dcf08
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.11153
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints32
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:46:38 2009
0.00/0.07	c 0	PID 16313
0.00/0.07	c 0	HOST node77.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2072028-1247355998.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072028-1247355998.xml' 'HOME/temp.csp'
0.06/0.39	c 0	1 domains, 255 variables, 0 predicates, 2 relations, 32 constraints
0.06/0.44	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.37/0.51	c 1	Parsing HOME/temp.csp
0.37/0.73	c 1	parsed 290 expressions
0.37/0.75	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.75	c 1	Converting to clausal form CSP
0.37/0.77	c 1	converted 29 (10%) expressions
0.37/0.78	c 1	converted 58 (20%) expressions
0.37/0.78	c 1	converted 87 (30%) expressions
0.37/0.78	c 1	converted 116 (40%) expressions
0.37/0.78	c 1	converted 145 (50%) expressions
0.37/0.78	c 1	converted 174 (60%) expressions
0.37/0.78	c 1	converted 203 (70%) expressions
0.37/0.78	c 1	converted 232 (80%) expressions
1.10/1.20	c 1	converted 261 (90%) expressions
3.69/3.84	c 4	converted 290 (100%) expressions
3.69/3.84	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.69/3.84	c 4	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.84	c 4	Propagation in CSP
3.69/3.84	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.69/3.84	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.69/3.84	c 4	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.85	c 4	Simplifing CSP by introducing new Boolean variables
3.69/3.85	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.69/3.85	c 4	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.19/4.39	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.30/4.41	c 4	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.30/4.41	c 4	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
4.30/4.42	c 4	77 (30%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
4.30/4.42	c 4	102 (40%) CSP integer variables are encoded (2448 clauses, 29761 bytes)
4.30/4.42	c 4	128 (50%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
4.30/4.42	c 4	153 (60%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
4.30/4.42	c 4	179 (70%) CSP integer variables are encoded (4296 clauses, 53785 bytes)
4.30/4.42	c 4	204 (80%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
4.30/4.42	c 4	230 (90%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
4.30/4.42	c 4	255 (100%) CSP integer variables are encoded (6120 clauses, 77497 bytes)
146.36/147.21	c 147	4 (10%) CSP clauses are encoded (397344 clauses, 37758048 bytes)
259.67/261.18	c 261	7 (20%) CSP clauses are encoded (690762 clauses, 66839978 bytes)
371.80/373.86	c 374	10 (30%) CSP clauses are encoded (984180 clauses, 96294845 bytes)
483.91/486.56	c 487	13 (40%) CSP clauses are encoded (1277598 clauses, 125749712 bytes)
596.24/599.43	c 599	16 (50%) CSP clauses are encoded (1571016 clauses, 155204579 bytes)
650.65/654.17	c 654	20 (60%) CSP clauses are encoded (1775544 clauses, 174845916 bytes)
667.65/671.24	c 671	23 (70%) CSP clauses are encoded (1882266 clauses, 186779259 bytes)
683.87/687.51	c 688	26 (80%) CSP clauses are encoded (1988988 clauses, 198712602 bytes)
700.48/709.10	c 709	29 (90%) CSP clauses are encoded (2095710 clauses, 210645945 bytes)
716.89/725.60	c 726	32 (100%) CSP clauses are encoded (2202432 clauses, 222579288 bytes)
716.89/725.60	c 726	32 CSP clauses encoded
716.89/725.61	c 726	Writing map file : HOME/temp.map
716.89/725.61	c 726	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
716.89/725.61	c 726	SAT : 6375 SAT variables, 2202432 SAT clauses, 222579288 bytes
716.89/725.61	c 726	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
716.89/725.67	c 726	SOLVING HOME/temp.cnf
716.89/725.67	c 726	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
716.89/725.67	c 726	This is MiniSat 2.0 beta
716.89/725.67	c 726	WARNING: for repeatability, setting FPU to use double precision
716.89/725.67	c 726	============================[ Problem Statistics ]=============================
716.89/725.67	c 726	|                                                                             |
716.89/725.68	c 726	|  Number of variables:  6375                                                 |
716.89/725.68	c 726	|  Number of clauses:    2202432                                              |
721.14/729.97	c 730	|  Parsing time:         3.82         s                                       |
721.43/730.28	c 730	============================[ Search Statistics ]==============================
721.43/730.28	c 730	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
721.43/730.28	c 730	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
721.43/730.28	c 730	===============================================================================
721.43/730.28	c 730	|         0 |    6360  2199254 41323516 |   733084        0    nan |  0.000 % |
721.53/730.32	c 730	|       100 |    6359  2199254 41323516 |   806393       99      5 |  0.251 % |
721.72/730.55	c 731	|       251 |    6356  2199254 41323516 |   887032      247      5 |  0.298 % |
721.93/730.70	c 731	|       476 |    6356  2199254 41323516 |   975735      472      6 |  0.298 % |
722.03/730.80	c 731	|       814 |    6356  2199254 41323516 |  1073309      810      7 |  0.298 % |
722.23/731.07	c 731	|      1321 |    6356  2199254 41323516 |  1180640     1317      7 |  0.298 % |
722.53/731.39	c 731	|      2080 |    6354  2199254 41323516 |  1298704     2074      8 |  0.329 % |
723.02/731.82	c 732	|      3219 |    6354  2199254 41323516 |  1428574     3213      8 |  0.329 % |
723.62/732.45	c 732	|      4927 |    6354  2199254 41323516 |  1571432     4921      8 |  0.329 % |
724.51/733.33	c 733	|      7489 |    6354  2199254 41323516 |  1728575     7483      9 |  0.329 % |
725.11/733.98	c 734	|     11334 |    6354  2199254 41323516 |  1901432    11328     10 |  0.329 % |
726.60/735.40	c 735	|     17100 |    6353  2199254 41323516 |  2091576    17093     10 |  0.345 % |
730.39/739.27	c 739	|     25752 |    6353  2199254 41323516 |  2300733    25745     10 |  0.345 % |
775.86/784.91	c 785	|     38726 |    6349  2199254 41323516 |  2530807    38718     11 |  0.424 % |
847.12/856.52	c 857	|     58188 |    6344  2199254 41323516 |  2783887    58179     12 |  0.518 % |
952.38/962.34	c 962	===============================================================================
952.38/962.34	c 962	restarts              : 15
952.38/962.34	c 962	conflicts             : 86625          (369 /sec)
952.38/962.34	c 962	decisions             : 121660         (1.86 % random) (518 /sec)
952.38/962.34	c 962	propagations          : 7712245        (32824 /sec)
952.38/962.34	c 962	conflict literals     : 1024029        (24.86 % deleted)
952.38/962.34	c 962	Memory used           : 259.62 MB
952.38/962.34	c 962	CPU time              : 234.955 s
952.38/962.34	c 962	
952.38/962.34	c 962	UNSATISFIABLE
952.38/962.38	c 962	DECODING HOME/temp.out WITH HOME/temp.map
952.38/962.38	c 962	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'
952.49/962.47	c 962	Decoding HOME/temp.out
952.58/962.52	s UNSATISFIABLE
952.58/962.52	c 963	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
952.58/962.56	c 963	CPU 952.63 (0.05 0.01 950.02 2.55)
952.58/962.56	c 963	END Sun Jul 12 02:02:41 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2072028-1247355998/watcher-2072028-1247355998 -o /tmp/evaluation-result-2072028-1247355998/solver-2072028-1247355998 -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-2072028-1247355998.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: 1.92 1.98 2.19 4/75 16313
/proc/meminfo: memFree=1900480/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=12272 CPUtime=0
/proc/16313/stat : 16313 (sugar) R 16311 16313 15350 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22665013 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 1 0 0
/proc/16313/statm: 3068 327 246 3 0 168 0

[startup+0.015745 s]
/proc/loadavg: 1.92 1.98 2.19 4/75 16313
/proc/meminfo: memFree=1900480/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=12544 CPUtime=0
/proc/16313/stat : 16313 (sugar) R 16311 16313 15350 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 22665013 12845056 484 996147200 4194304 4206940 548682068608 18446744073709551615 228057915558 0 0 4224 0 0 0 0 17 1 0 0
/proc/16313/statm: 3136 485 313 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.10276 s]
/proc/loadavg: 1.92 1.98 2.19 4/75 16313
/proc/meminfo: memFree=1900480/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.06
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302799 s]
/proc/loadavg: 1.92 1.98 2.19 4/75 16313
/proc/meminfo: memFree=1900480/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.06
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702876 s]
/proc/loadavg: 1.92 1.98 2.19 4/75 16313
/proc/meminfo: memFree=1900480/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.37
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1309 6564 0 1 5 1 27 4 15 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 2.19 4/86 16335
/proc/meminfo: memFree=1882408/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.37
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1309 6564 0 1 5 1 27 4 16 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
[pid=16326] ppid=16313 vsize=5356 CPUtime=0
/proc/16326/stat : 16326 (sh) S 16313 16313 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16326/statm: 1339 233 193 169 0 50 0
[pid=16327] ppid=16326 vsize=864368 CPUtime=1.04
/proc/16327/stat : 16327 (java) S 16326 16313 15350 0 -1 0 11821 0 1 0 97 7 0 0 20 0 9 0 22665058 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16327/statm: 216092 10894 2566 9 0 210597 0
[pid=16327/tid=16328] ppid=16326 vsize=864368 CPUtime=0.47
/proc/16327/task/16328/stat : 16328 (java) R 16326 16313 15350 0 -1 64 2958 0 1 0 45 2 0 0 25 0 9 0 22665058 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16329] ppid=16326 vsize=864368 CPUtime=0.51
/proc/16327/task/16329/stat : 16329 (java) R 16326 16313 15350 0 -1 64 7852 0 0 0 47 4 0 0 17 0 9 0 22665060 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16330] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16326 16313 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665060 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16331] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16326 16313 15350 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22665060 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16332] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16332/stat : 16332 (java) S 16326 16313 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22665062 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16333] ppid=16326 vsize=864368 CPUtime=0.04
/proc/16327/task/16333/stat : 16333 (java) S 16326 16313 15350 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22665062 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16334] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22665062 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16335] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22665062 885112832 10894 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886592

[startup+3.10235 s]
/proc/loadavg: 1.92 1.98 2.19 3/86 16335
/proc/meminfo: memFree=1838760/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.37
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1309 6564 0 1 5 1 27 4 16 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
[pid=16326] ppid=16313 vsize=5356 CPUtime=0
/proc/16326/stat : 16326 (sh) S 16313 16313 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16326/statm: 1339 233 193 169 0 50 0
[pid=16327] ppid=16326 vsize=864368 CPUtime=2.63
/proc/16327/stat : 16327 (java) S 16326 16313 15350 0 -1 0 28072 0 1 0 248 15 0 0 20 0 9 0 22665058 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16327/statm: 216092 26999 2566 9 0 210597 0
[pid=16327/tid=16328] ppid=16326 vsize=864368 CPUtime=0.93
/proc/16327/task/16328/stat : 16328 (java) R 16326 16313 15350 0 -1 64 3714 0 1 0 91 2 0 0 25 0 9 0 22665058 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16329] ppid=16326 vsize=864368 CPUtime=1.64
/proc/16327/task/16329/stat : 16329 (java) R 16326 16313 15350 0 -1 64 23347 0 0 0 152 12 0 0 16 0 9 0 22665060 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 104516221 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16330] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16326 16313 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665060 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16331] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16326 16313 15350 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22665060 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16332] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16332/stat : 16332 (java) S 16326 16313 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22665062 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16333] ppid=16326 vsize=864368 CPUtime=0.04
/proc/16327/task/16333/stat : 16333 (java) S 16326 16313 15350 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22665062 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16334] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22665062 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16335] ppid=16326 vsize=864368 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22665062 885112832 26999 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886592

[startup+6.30198 s]
/proc/loadavg: 1.93 1.98 2.19 3/86 16335
/proc/meminfo: memFree=1769896/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.37
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1310 6564 0 1 5 1 27 4 15 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
[pid=16326] ppid=16313 vsize=5356 CPUtime=0
/proc/16326/stat : 16326 (sh) S 16313 16313 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16326/statm: 1339 233 193 169 0 50 0
[pid=16327] ppid=16326 vsize=864480 CPUtime=5.81
/proc/16327/stat : 16327 (java) S 16326 16313 15350 0 -1 0 35473 0 1 0 563 18 0 0 20 0 9 0 22665058 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16327/statm: 216120 34242 2590 9 0 210597 0
[pid=16327/tid=16328] ppid=16326 vsize=864480 CPUtime=2.91
/proc/16327/task/16328/stat : 16328 (java) R 16326 16313 15350 0 -1 64 4592 0 1 0 289 2 0 0 25 0 9 0 22665058 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4126595370 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16329] ppid=16326 vsize=864480 CPUtime=2.8
/proc/16327/task/16329/stat : 16329 (java) S 16326 16313 15350 0 -1 64 29848 0 0 0 265 15 0 0 16 0 9 0 22665060 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16330] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16326 16313 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665060 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16331] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16326 16313 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22665060 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16332] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16332/stat : 16332 (java) S 16326 16313 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22665062 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16333] ppid=16326 vsize=864480 CPUtime=0.07
/proc/16327/task/16333/stat : 16333 (java) S 16326 16313 15350 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22665062 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16334] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22665062 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16335] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22665062 885227520 34242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886704

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 2.19 3/86 16335
/proc/meminfo: memFree=1766952/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.37
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1310 6564 0 1 5 1 27 4 15 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
[pid=16326] ppid=16313 vsize=5356 CPUtime=0
/proc/16326/stat : 16326 (sh) S 16313 16313 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16326/statm: 1339 233 193 169 0 50 0
[pid=16327] ppid=16326 vsize=864480 CPUtime=12.18
/proc/16327/stat : 16327 (java) S 16326 16313 15350 0 -1 0 36054 0 1 0 1199 19 0 0 20 0 9 0 22665058 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16327/statm: 216120 34818 2590 9 0 210597 0
[pid=16327/tid=16328] ppid=16326 vsize=864480 CPUtime=9.25
/proc/16327/task/16328/stat : 16328 (java) R 16326 16313 15350 0 -1 64 4597 0 1 0 923 2 0 0 25 0 9 0 22665058 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16329] ppid=16326 vsize=864480 CPUtime=2.82
/proc/16327/task/16329/stat : 16329 (java) S 16326 16313 15350 0 -1 64 30424 0 0 0 267 15 0 0 16 0 9 0 22665060 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16330] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16326 16313 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665060 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16331] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16326 16313 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22665060 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16332] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16332/stat : 16332 (java) S 16326 16313 15350 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22665062 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16333] ppid=16326 vsize=864480 CPUtime=0.07
/proc/16327/task/16333/stat : 16333 (java) S 16326 16313 15350 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22665062 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16334] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16334/stat : 16334 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22665062 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16335] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16335/stat : 16335 (java) S 16326 16313 15350 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22665062 885227520 34818 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886704

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 2.18 3/86 16335
/proc/meminfo: memFree=1759912/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=0.37
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1310 6564 0 1 5 1 27 4 15 0 1 0 22665013 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16313/statm: 4217 1111 409 3 0 796 0
[pid=16326] ppid=16313 vsize=5356 CPUtime=0
/proc/16326/stat : 16326 (sh) S 16313 16313 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22665057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16326/statm: 1339 233 193 169 0 50 0
[pid=16327] ppid=16326 vsize=864480 CPUtime=24.91
/proc/16327/stat : 16327 (java) S 16326 16313 15350 0 -1 0 38094 0 1 0 2472 19 0 0 20 0 9 0 22665058 885227520 36840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16327/statm: 216120 36840 2590 9 0 210597 0
[pid=16327/tid=16328] ppid=16326 vsize=864480 CPUtime=21.88
/proc/16327/task/16328/stat : 16328 (java) R 16326 16313 15350 0 -1 64 4615 0 1 0 2186 2 0 0 25 0 9 0 22665058 885227520 36840 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16329] ppid=16326 vsize=864480 CPUtime=2.93
/proc/16327/task/16329/stat : 16329 (java) S 16326 16313 15350 0 -1 64 32446 0 0 0 277 16 0 0 16 0 9 0 22665060 885227520 36840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16330] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16330/stat : 16330 (java) S 16326 16313 15350 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22665060 885227520 36840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16331] ppid=16326 vsize=864480 CPUtime=0
/proc/16327/task/16331/stat : 16331 (java) S 16326 16313 15350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22665060 885227520 36840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16327/tid=16332] ppid=16326 vsize=864480 CPUtime=0

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

/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=255308 CPUtime=36.42
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 63036 0 0 0 3592 50 0 0 25 0 1 0 22737581 261435392 63022 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 63827 63022 76 150 0 63674 0
Current children cumulated CPU time (s) 753.36
Current children cumulated vsize (KiB) 277532

[startup+822.303 s]
/proc/loadavg: 2.43 2.59 2.41 3/76 16409
/proc/meminfo: memFree=1441080/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=260680 CPUtime=96.14
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 64256 0 0 0 9563 51 0 0 25 0 1 0 22737581 266936320 64242 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 65170 64242 76 150 0 65017 0
Current children cumulated CPU time (s) 813.08
Current children cumulated vsize (KiB) 282904

[startup+882.302 s]
/proc/loadavg: 2.16 2.48 2.38 3/76 16415
/proc/meminfo: memFree=1438512/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=263304 CPUtime=155.83
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 64866 0 0 0 15531 52 0 0 25 0 1 0 22737581 269623296 64852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 65826 64852 76 150 0 65673 0
Current children cumulated CPU time (s) 872.77
Current children cumulated vsize (KiB) 285528

[startup+942.302 s]
/proc/loadavg: 2.06 2.39 2.36 3/76 16415
/proc/meminfo: memFree=1436208/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265404 CPUtime=215.53
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65405 0 0 0 21500 53 0 0 25 0 1 0 22737581 271773696 65391 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66351 65391 76 150 0 66198 0
Current children cumulated CPU time (s) 932.47
Current children cumulated vsize (KiB) 287628

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

[startup+947.107 s]
/proc/loadavg: 2.05 2.38 2.35 3/76 16415
/proc/meminfo: memFree=1436080/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265552 CPUtime=220.32
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65441 0 0 0 21979 53 0 0 25 0 1 0 22737581 271925248 65427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66388 65427 76 150 0 66235 0
Current children cumulated CPU time (s) 937.26
Current children cumulated vsize (KiB) 287776

[startup+953.502 s]
/proc/loadavg: 2.05 2.37 2.35 3/76 16415
/proc/meminfo: memFree=1436080/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265684 CPUtime=226.69
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65462 0 0 0 22616 53 0 0 25 0 1 0 22737581 272060416 65448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66421 65448 76 150 0 66268 0
Current children cumulated CPU time (s) 943.63
Current children cumulated vsize (KiB) 287908

[startup+956.701 s]
/proc/loadavg: 2.04 2.37 2.35 3/76 16415
/proc/meminfo: memFree=1435952/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265852 CPUtime=229.87
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65487 0 0 0 22934 53 0 0 25 0 1 0 22737581 272232448 65473 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66463 65473 76 150 0 66310 0
Current children cumulated CPU time (s) 946.81
Current children cumulated vsize (KiB) 288076

[startup+959.902 s]
/proc/loadavg: 2.04 2.37 2.35 3/76 16415
/proc/meminfo: memFree=1435952/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265852 CPUtime=233.05
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65502 0 0 0 23252 53 0 0 25 0 1 0 22737581 272232448 65488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66463 65488 76 150 0 66310 0
Current children cumulated CPU time (s) 949.99
Current children cumulated vsize (KiB) 288076

[startup+961.501 s]
/proc/loadavg: 2.04 2.36 2.35 3/76 16415
/proc/meminfo: memFree=1435824/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265852 CPUtime=234.64
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65516 0 0 0 23411 53 0 0 25 0 1 0 22737581 272232448 65502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66463 65502 76 150 0 66310 0
Current children cumulated CPU time (s) 951.58
Current children cumulated vsize (KiB) 288076

[startup+962.302 s]
/proc/loadavg: 2.04 2.36 2.35 3/76 16415
/proc/meminfo: memFree=1435824/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=716.94
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1376 110254 0 2 5 1 71495 193 16 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16408] ppid=16313 vsize=5356 CPUtime=0
/proc/16408/stat : 16408 (sh) S 16313 16313 15350 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22737580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16408/statm: 1339 232 193 169 0 50 0
[pid=16409] ppid=16408 vsize=265852 CPUtime=235.44
/proc/16409/stat : 16409 (minisat) R 16408 16313 15350 0 -1 4194304 65517 0 0 0 23491 53 0 0 25 0 1 0 22737581 272232448 65503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16409/statm: 66463 65503 76 150 0 66310 0
Current children cumulated CPU time (s) 952.38
Current children cumulated vsize (KiB) 288076

[startup+962.507 s]
/proc/loadavg: 2.04 2.36 2.35 3/76 16417
/proc/meminfo: memFree=1697136/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=952.49
/proc/16313/stat : 16313 (sugar) S 16311 16313 15350 0 -1 4194304 1448 176065 0 2 5 1 94991 252 15 0 1 0 22665013 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16313/statm: 4217 1113 409 3 0 796 0
[pid=16416] ppid=16313 vsize=5356 CPUtime=0
/proc/16416/stat : 16416 (sh) S 16313 16313 15350 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22761251 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16416/statm: 1339 233 193 169 0 50 0
[pid=16417] ppid=16416 vsize=862012 CPUtime=0.09
/proc/16417/stat : 16417 (java) S 16416 16313 15350 0 -1 0 2883 0 1 0 8 1 0 0 19 0 9 0 22761252 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16417/statm: 215503 2356 1248 9 0 210416 0
[pid=16417/tid=16418] ppid=16416 vsize=862012 CPUtime=0.08
/proc/16417/task/16418/stat : 16418 (java) R 16416 16313 15350 0 -1 64 1956 0 1 0 7 1 0 0 20 0 9 0 22761253 882700288 2356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 952.58
Current children cumulated vsize (KiB) 884236

[startup+962.602 s]
/proc/loadavg: 2.04 2.36 2.35 3/76 16417
/proc/meminfo: memFree=1697136/2055920 swapFree=4192812/4192956
[pid=16313] ppid=16311 vsize=16868 CPUtime=952.68
/proc/16313/stat : 16313 (sugar) R 16311 16313 15350 0 -1 4194304 1477 179863 0 3 5 6 95002 255 16 0 1 0 22665013 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16313/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 952.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 962.663
CPU time (s): 952.757
CPU user time (s): 950.078
CPU system time (s): 2.67959
CPU usage (%): 98.9709
Max. virtual memory (cumulated for all children) (KiB): 912568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 950.078
system time used= 2.67959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181400
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= 28130
involuntary context switches= 35960

runsolver used 1.25181 second user time and 3.11153 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 01:46:38
IDJOB=2072028
IDBENCH=55566
IDSOLVER=739
FILE ID=node77/2072028-1247355998
PBS_JOBID= 9506811
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= f19d798b5851629cc9628724006dcf08
RANDOM SEED=929771122

node77.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1900896 kB
Buffers:          8332 kB
Cached:          52256 kB
SwapCached:        136 kB
Active:          98492 kB
Inactive:         9732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          58204 kB
Slab:            32152 kB
Committed_AS:   248268 kB
PageTables:       1788 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= 66156 MiB
End job on node77 at 2009-07-12 02:02:41