Trace number 1078874

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.13+minisatSAT 113.241 113.891

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle21.xml
MD5SUM4d42284b8f5f2eedeb4dbff726646a06
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.161975
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints672
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension64
Number of constraints which are defined in intension608
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:54:13 2008
0.00/0.04	c 0	PID 21423
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1078874-1215208453.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078874-1215208453.xml' 'HOME/temp.csp'
0.03/0.69	c 1	1 domains, 128 variables, 5 predicates, 4 relations, 672 constraints
0.03/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.78	c 1	Parsing HOME/temp.csp
1.04/1.17	c 2	parsed 810 expressions
1.04/1.17	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.17	c 2	Converting to clausal form CSP
1.04/1.19	c 2	converted 81 (10%) expressions
1.24/1.33	c 2	converted 162 (20%) expressions
2.04/2.15	c 3	converted 243 (30%) expressions
2.53/2.62	c 3	converted 324 (40%) expressions
2.63/2.79	c 3	converted 405 (50%) expressions
2.93/3.01	c 3	converted 486 (60%) expressions
3.14/3.22	c 4	converted 567 (70%) expressions
3.14/3.23	c 4	converted 648 (80%) expressions
3.14/3.24	c 4	converted 729 (90%) expressions
3.14/3.26	c 4	converted 810 (100%) expressions
3.14/3.26	c 4	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
3.14/3.26	c 4	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.14/3.26	c 4	Propagation in CSP
3.14/3.27	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.14/3.27	c 4	CSP : 128 integers, 0 booleans, 672 clauses, largest domain size 26
3.14/3.27	c 4	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.14/3.27	c 4	Simplifing CSP by introducing new Boolean variables
3.14/3.30	c 4	CSP : 128 integers, 4368 booleans, 5040 clauses, largest domain size 26
3.14/3.30	c 4	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.42/3.59	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.53/3.60	c 4	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
3.53/3.61	c 4	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.53/3.61	c 4	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.53/3.61	c 4	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
3.53/3.61	c 4	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.53/3.61	c 4	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.53/3.61	c 4	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.53/3.61	c 4	103 (80%) CSP integer variables are encoded (2472 clauses, 30073 bytes)
3.53/3.61	c 4	116 (90%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.53/3.62	c 4	128 (100%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
25.62/25.83	c 26	504 (10%) CSP clauses are encoded (348420 clauses, 13317467 bytes)
55.36/55.75	c 56	1008 (20%) CSP clauses are encoded (529884 clauses, 21515603 bytes)
55.36/55.77	c 56	1512 (30%) CSP clauses are encoded (541188 clauses, 21726563 bytes)
75.16/75.60	c 76	2016 (40%) CSP clauses are encoded (665957 clauses, 27898780 bytes)
95.15/95.76	c 96	2520 (50%) CSP clauses are encoded (790951 clauses, 34060339 bytes)
95.15/95.78	c 96	3024 (60%) CSP clauses are encoded (802655 clauses, 34262467 bytes)
95.24/95.80	c 96	3528 (70%) CSP clauses are encoded (814359 clauses, 34470003 bytes)
95.24/95.82	c 96	4032 (80%) CSP clauses are encoded (826063 clauses, 34678914 bytes)
95.24/95.84	c 96	4536 (90%) CSP clauses are encoded (837842 clauses, 34895681 bytes)
95.24/95.86	c 96	5040 (100%) CSP clauses are encoded (849896 clauses, 35116775 bytes)
95.24/95.87	c 96	5040 CSP clauses encoded
95.24/95.87	c 96	Writing map file : HOME/temp.map
95.24/95.87	c 96	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
95.24/95.87	c 96	SAT : 7568 SAT variables, 849896 SAT clauses, 35116775 bytes
95.24/95.87	c 96	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
95.31/95.93	c 96	SOLVING HOME/temp.cnf
95.31/95.93	c 96	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
95.31/95.94	c 96	This is MiniSat 2.0 beta
95.31/95.94	c 96	WARNING: for repeatability, setting FPU to use double precision
95.31/95.94	c 96	============================[ Problem Statistics ]=============================
95.31/95.94	c 96	|                                                                             |
95.31/95.94	c 96	|  Number of variables:  7568                                                 |
95.31/95.94	c 96	|  Number of clauses:    849896                                               |
95.34/96.65	c 97	|  Parsing time:         0.63         s                                       |
96.08/96.70	c 97	============================[ Search Statistics ]==============================
96.08/96.70	c 97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
96.08/96.70	c 97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
96.08/96.70	c 97	===============================================================================
96.08/96.71	c 97	|         0 |    7568   849896  6443864 |   283298        0    nan |  0.000 % |
96.19/96.81	c 97	|       100 |    7568   849896  6443864 |   311628      100      8 |  0.000 % |
96.19/96.89	c 97	|       250 |    7568   849896  6443864 |   342791      250      7 |  0.000 % |
96.29/96.98	c 97	|       477 |    7568   849896  6443864 |   377070      477      7 |  0.000 % |
96.39/97.05	c 97	|       814 |    7568   849896  6443864 |   414777      814      7 |  0.000 % |
96.59/97.22	c 98	|      1321 |    7568   849896  6443864 |   456255     1321      8 |  0.000 % |
96.70/97.32	c 98	|      2081 |    7568   849896  6443864 |   501880     2081      9 |  0.000 % |
96.90/97.50	c 98	|      3221 |    7568   849896  6443864 |   552068     3221      9 |  0.000 % |
97.10/97.79	c 98	|      4931 |    7568   849896  6443864 |   607275     4931     10 |  0.000 % |
97.49/98.15	c 99	|      7494 |    7568   849896  6443864 |   668003     7494     10 |  0.000 % |
98.39/99.08	c 99	|     11339 |    7568   849896  6443864 |   734803    11339     10 |  0.000 % |
99.58/100.28	c 101	|     17105 |    7568   849896  6443864 |   808284    17105     10 |  0.000 % |
101.17/101.85	c 102	|     25755 |    7568   849896  6443864 |   889112    25755     10 |  0.000 % |
103.77/104.44	c 105	|     38730 |    7568   849896  6443864 |   978023    38730     11 |  0.000 % |
109.04/109.70	c 110	|     58192 |    7568   849896  6443864 |  1075826    58192     11 |  0.000 % |
112.93/113.70	c 114	===============================================================================
112.93/113.70	c 114	restarts              : 15
112.93/113.70	c 114	conflicts             : 73822          (4200 /sec)
112.93/113.70	c 114	decisions             : 116871         (1.60 % random) (6649 /sec)
112.93/113.70	c 114	propagations          : 2545408        (144812 /sec)
112.93/113.70	c 114	conflict literals     : 822435         (21.28 % deleted)
112.93/113.70	c 114	Memory used           : 65.50 MB
112.93/113.70	c 114	CPU time              : 17.5773 s
112.93/113.70	c 114	
113.03/113.70	c 114	SATISFIABLE
113.03/113.71	c 114	DECODING HOME/temp.out WITH HOME/temp.map
113.03/113.71	c 114	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
113.03/113.79	c 114	Decoding HOME/temp.out
113.05/113.85	s SATISFIABLE
113.05/113.86	v 12 24 4 18 14 17 11 0 19 19 14 8 14 19 0 21 0 11 15 17 14 18 17 24 0 11 0 3 14 15 14 19 18 21 14 20 11 20 19 24 14 20 24 14 20 4 19 4 3 17 24 19 20 18 18 4 18 4 23 19 14 15 11 21 12 8 23 4 12 15 11 8 21 20 11 6 14 24 20 4 25 20 19 19 17 20 18 19 0 14 18 8 14 13 18 4 24 17 0 13 4 25 11 8 0 19 17 4 6 8 4 2 14 4 13 25 14 0 18 4 18 18 20 18 18 19 4 15
113.05/113.87	c 114	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
113.05/113.88	c 114	CPU 112.55 (0.04 0.01 112.51 0.64)
113.05/113.88	c 114	END Fri Jul  4 23:56:07 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078874-1215208453/watcher-1078874-1215208453 -o /tmp/evaluation-result-1078874-1215208453/solver-1078874-1215208453 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1078874-1215208453.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.18 2.07 4/82 21423
/proc/meminfo: memFree=1626576/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=12272 CPUtime=0
/proc/21423/stat : 21423 (sugar) R 21421 21423 19192 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 676572956 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 249088241345 0 0 4224 0 0 0 0 17 0 0 0
/proc/21423/statm: 3068 327 246 3 0 168 0

[startup+0.0627081 s]
/proc/loadavg: 2.22 2.18 2.07 4/82 21423
/proc/meminfo: memFree=1626576/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.03
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 676572956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101708 s]
/proc/loadavg: 2.22 2.18 2.07 4/82 21423
/proc/meminfo: memFree=1626576/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.03
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 676572956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301726 s]
/proc/loadavg: 2.22 2.18 2.07 4/82 21423
/proc/meminfo: memFree=1626576/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.03
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 676572956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701763 s]
/proc/loadavg: 2.22 2.18 2.07 4/82 21423
/proc/meminfo: memFree=1626576/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.03
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 676572956 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.28 2.19 2.08 3/93 21445
/proc/meminfo: memFree=1615792/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.67
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 973 7466 0 1 3 0 59 5 15 0 1 0 676572956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 797 370 3 0 500 0
[pid=21436] ppid=21423 vsize=5356 CPUtime=0
/proc/21436/stat : 21436 (sh) S 21423 21423 19192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676573027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21436/statm: 1339 233 193 169 0 50 0
[pid=21437] ppid=21436 vsize=864604 CPUtime=0.77
/proc/21437/stat : 21437 (java) S 21436 21423 19192 0 -1 0 8336 0 1 0 73 4 0 0 20 0 9 0 676573028 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 216151 7454 2540 9 0 210726 0
[pid=21437/tid=21438] ppid=21436 vsize=864604 CPUtime=0.42
/proc/21437/task/21438/stat : 21438 (java) R 21436 21423 19192 0 -1 64 2576 0 1 0 41 1 0 0 25 0 9 0 676573028 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21439] ppid=21436 vsize=864604 CPUtime=0.26
/proc/21437/task/21439/stat : 21439 (java) R 21436 21423 19192 0 -1 64 4723 0 0 0 24 2 0 0 16 0 9 0 676573030 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 103765729 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21436 vsize=864604 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21436 21423 19192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676573030 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21436 vsize=864604 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21436 21423 19192 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 676573030 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21436 vsize=864604 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21436 vsize=864604 CPUtime=0.07
/proc/21437/task/21443/stat : 21443 (java) S 21436 21423 19192 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 676573032 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21436 vsize=864604 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21436 vsize=864604 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676573032 885354496 7454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883560

[startup+3.103 s]
/proc/loadavg: 2.28 2.19 2.08 3/93 21445
/proc/meminfo: memFree=1587312/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.67
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 973 7466 0 1 3 0 59 5 15 0 1 0 676572956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 797 370 3 0 500 0
[pid=21436] ppid=21423 vsize=5356 CPUtime=0
/proc/21436/stat : 21436 (sh) S 21423 21423 19192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676573027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21436/statm: 1339 233 193 169 0 50 0
[pid=21437] ppid=21436 vsize=868392 CPUtime=2.36
/proc/21437/stat : 21437 (java) S 21436 21423 19192 0 -1 0 19441 0 1 0 226 10 0 0 20 0 9 0 676573028 889233408 18295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 217098 18296 2541 9 0 211673 0
[pid=21437/tid=21438] ppid=21436 vsize=868392 CPUtime=1.08
/proc/21437/task/21438/stat : 21438 (java) R 21436 21423 19192 0 -1 64 3171 0 1 0 106 2 0 0 25 0 9 0 676573028 889233408 18297 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21439] ppid=21436 vsize=868392 CPUtime=1.1
/proc/21437/task/21439/stat : 21439 (java) R 21436 21423 19192 0 -1 64 14159 0 0 0 103 7 0 0 16 0 9 0 676573030 889233408 18298 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21436 vsize=868392 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21436 21423 19192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676573030 889233408 18299 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21436 vsize=868392 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21436 21423 19192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676573030 889233408 18300 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21436 vsize=868392 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889233408 18301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21436 vsize=868392 CPUtime=0.16
/proc/21437/task/21443/stat : 21443 (java) S 21436 21423 19192 0 -1 64 1417 0 0 0 16 0 0 0 16 0 9 0 676573032 889233408 18302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21436 vsize=868392 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889233408 18302 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21436 vsize=868392 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676573032 889233408 18303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887348

[startup+6.30131 s]
/proc/loadavg: 2.28 2.19 2.08 3/93 21445
/proc/meminfo: memFree=1551216/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.68
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 974 7466 0 1 3 1 59 5 15 0 1 0 676572956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 797 370 3 0 500 0
[pid=21436] ppid=21423 vsize=5356 CPUtime=0
/proc/21436/stat : 21436 (sh) S 21423 21423 19192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676573027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21436/statm: 1339 233 193 169 0 50 0
[pid=21437] ppid=21436 vsize=868504 CPUtime=5.54
/proc/21437/stat : 21437 (java) S 21436 21423 19192 0 -1 0 21195 0 1 0 540 14 0 0 20 0 9 0 676573028 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 217126 19887 2565 9 0 211673 0
[pid=21437/tid=21438] ppid=21436 vsize=868504 CPUtime=3.76
/proc/21437/task/21438/stat : 21438 (java) R 21436 21423 19192 0 -1 64 3401 0 1 0 372 4 0 0 25 0 9 0 676573028 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4126957240 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21439] ppid=21436 vsize=868504 CPUtime=1.55
/proc/21437/task/21439/stat : 21439 (java) S 21436 21423 19192 0 -1 64 15648 0 0 0 147 8 0 0 16 0 9 0 676573030 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21436 21423 19192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21436 21423 19192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21436 vsize=868504 CPUtime=0.21
/proc/21437/task/21443/stat : 21443 (java) S 21436 21423 19192 0 -1 64 1449 0 0 0 20 1 0 0 15 0 9 0 676573032 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676573032 889348096 19887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887460

[startup+12.7019 s]
/proc/loadavg: 2.39 2.22 2.09 3/93 21445
/proc/meminfo: memFree=1542848/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.68
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 974 7466 0 1 3 1 59 5 15 0 1 0 676572956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 797 370 3 0 500 0
[pid=21436] ppid=21423 vsize=5356 CPUtime=0
/proc/21436/stat : 21436 (sh) S 21423 21423 19192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676573027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21436/statm: 1339 233 193 169 0 50 0
[pid=21437] ppid=21436 vsize=868504 CPUtime=11.9
/proc/21437/stat : 21437 (java) S 21436 21423 19192 0 -1 0 22386 0 1 0 1173 17 0 0 20 0 9 0 676573028 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 217126 21020 2565 9 0 211673 0
[pid=21437/tid=21438] ppid=21436 vsize=868504 CPUtime=9.96
/proc/21437/task/21438/stat : 21438 (java) R 21436 21423 19192 0 -1 64 3459 0 1 0 990 6 0 0 25 0 9 0 676573028 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4126944181 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21439] ppid=21436 vsize=868504 CPUtime=1.7
/proc/21437/task/21439/stat : 21439 (java) S 21436 21423 19192 0 -1 64 16778 0 0 0 161 9 0 0 16 0 9 0 676573030 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21436 21423 19192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21436 21423 19192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21436 vsize=868504 CPUtime=0.22
/proc/21437/task/21443/stat : 21443 (java) S 21436 21423 19192 0 -1 64 1452 0 0 0 21 1 0 0 16 0 9 0 676573032 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676573032 889348096 21020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887460

[startup+25.5022 s]
/proc/loadavg: 2.33 2.21 2.09 3/93 21445
/proc/meminfo: memFree=1525440/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.68
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 974 7466 0 1 3 1 59 5 15 0 1 0 676572956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 797 370 3 0 500 0
[pid=21436] ppid=21423 vsize=5356 CPUtime=0
/proc/21436/stat : 21436 (sh) S 21423 21423 19192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676573027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21436/statm: 1339 233 193 169 0 50 0
[pid=21437] ppid=21436 vsize=868504 CPUtime=24.64
/proc/21437/stat : 21437 (java) S 21436 21423 19192 0 -1 0 25753 0 1 0 2444 20 0 0 20 0 9 0 676573028 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 217126 24329 2565 9 0 211673 0
[pid=21437/tid=21438] ppid=21436 vsize=868504 CPUtime=22.5
/proc/21437/task/21438/stat : 21438 (java) R 21436 21423 19192 0 -1 64 3517 0 1 0 2243 7 0 0 25 0 9 0 676573028 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4126629573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21439] ppid=21436 vsize=868504 CPUtime=1.88
/proc/21437/task/21439/stat : 21439 (java) S 21436 21423 19192 0 -1 64 20085 0 0 0 178 10 0 0 16 0 9 0 676573030 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21436 21423 19192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21436 21423 19192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21436 vsize=868504 CPUtime=0.22
/proc/21437/task/21443/stat : 21443 (java) S 21436 21423 19192 0 -1 64 1454 0 0 0 21 1 0 0 17 0 9 0 676573032 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676573032 889348096 24329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 887460

[startup+51.1027 s]
/proc/loadavg: 2.43 2.24 2.10 3/93 21445
/proc/meminfo: memFree=1506816/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=0.68
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 974 7466 0 1 3 1 59 5 16 0 1 0 676572956 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 797 370 3 0 500 0
[pid=21436] ppid=21423 vsize=5356 CPUtime=0
/proc/21436/stat : 21436 (sh) S 21423 21423 19192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 676573027 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21436/statm: 1339 233 193 169 0 50 0
[pid=21437] ppid=21436 vsize=868504 CPUtime=50.1
/proc/21437/stat : 21437 (java) S 21436 21423 19192 0 -1 0 32101 0 1 0 4982 28 0 0 20 0 9 0 676573028 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21437/statm: 217126 27035 2565 9 0 211673 0
[pid=21437/tid=21438] ppid=21436 vsize=868504 CPUtime=47.34
/proc/21437/task/21438/stat : 21438 (java) R 21436 21423 19192 0 -1 64 3633 0 1 0 4722 12 0 0 25 0 9 0 676573028 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4126946628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21439] ppid=21436 vsize=868504 CPUtime=2.51
/proc/21437/task/21439/stat : 21439 (java) S 21436 21423 19192 0 -1 64 26313 0 0 0 237 14 0 0 16 0 9 0 676573030 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21440] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21440/stat : 21440 (java) S 21436 21423 19192 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21441] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21441/stat : 21441 (java) S 21436 21423 19192 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 676573030 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21442] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21442/stat : 21442 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21443] ppid=21436 vsize=868504 CPUtime=0.23
/proc/21437/task/21443/stat : 21443 (java) S 21436 21423 19192 0 -1 64 1458 0 0 0 22 1 0 0 17 0 9 0 676573032 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21444] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21444/stat : 21444 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 676573032 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21437/tid=21445] ppid=21436 vsize=868504 CPUtime=0
/proc/21437/task/21445/stat : 21445 (java) S 21436 21423 19192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 676573032 889348096 27035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 887460

[startup+102.307 s]
/proc/loadavg: 2.67 2.34 2.14 3/85 21447
/proc/meminfo: memFree=1528896/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=95.35
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1032 45571 0 2 4 1 9481 49 16 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
[pid=21446] ppid=21423 vsize=5356 CPUtime=0
/proc/21446/stat : 21446 (sh) S 21423 21423 19192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676582550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21446/statm: 1339 232 193 169 0 50 0
[pid=21447] ppid=21446 vsize=61844 CPUtime=6.32
/proc/21447/stat : 21447 (minisat) R 21446 21423 19192 0 -1 4194304 15113 0 0 0 624 8 0 0 25 0 1 0 676582551 63328256 15099 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/21447/statm: 15461 15099 76 150 0 15308 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 80800

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

[startup+108.701 s]
/proc/loadavg: 2.62 2.33 2.14 3/85 21447
/proc/meminfo: memFree=1525952/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=95.35
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1032 45571 0 2 4 1 9481 49 16 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
[pid=21446] ppid=21423 vsize=5356 CPUtime=0
/proc/21446/stat : 21446 (sh) S 21423 21423 19192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676582550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21446/statm: 1339 232 193 169 0 50 0
[pid=21447] ppid=21446 vsize=65196 CPUtime=12.7
/proc/21447/stat : 21447 (minisat) R 21446 21423 19192 0 -1 4194304 15928 0 0 0 1261 9 0 0 25 0 1 0 676582551 66760704 15914 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/21447/statm: 16299 15914 76 150 0 16146 0
Current children cumulated CPU time (s) 108.05
Current children cumulated vsize (KiB) 84152

[startup+111.902 s]
/proc/loadavg: 2.57 2.32 2.14 3/85 21447
/proc/meminfo: memFree=1524864/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=95.35
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1032 45571 0 2 4 1 9481 49 16 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
[pid=21446] ppid=21423 vsize=5356 CPUtime=0
/proc/21446/stat : 21446 (sh) S 21423 21423 19192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676582550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21446/statm: 1339 232 193 169 0 50 0
[pid=21447] ppid=21446 vsize=66392 CPUtime=15.89
/proc/21447/stat : 21447 (minisat) R 21446 21423 19192 0 -1 4194304 16208 0 0 0 1579 10 0 0 25 0 1 0 676582551 67985408 16194 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21447/statm: 16598 16194 76 150 0 16445 0
Current children cumulated CPU time (s) 111.24
Current children cumulated vsize (KiB) 85348

[startup+112.703 s]
/proc/loadavg: 2.57 2.32 2.14 3/85 21447
/proc/meminfo: memFree=1524416/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=95.35
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1032 45571 0 2 4 1 9481 49 16 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
[pid=21446] ppid=21423 vsize=5356 CPUtime=0
/proc/21446/stat : 21446 (sh) S 21423 21423 19192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676582550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21446/statm: 1339 232 193 169 0 50 0
[pid=21447] ppid=21446 vsize=66660 CPUtime=16.68
/proc/21447/stat : 21447 (minisat) R 21446 21423 19192 0 -1 4194304 16287 0 0 0 1658 10 0 0 25 0 1 0 676582551 68259840 16273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21447/statm: 16665 16273 76 150 0 16512 0
Current children cumulated CPU time (s) 112.03
Current children cumulated vsize (KiB) 85616

[startup+113.503 s]
/proc/loadavg: 2.57 2.32 2.14 3/85 21447
/proc/meminfo: memFree=1523904/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=95.35
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1032 45571 0 2 4 1 9481 49 16 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
[pid=21446] ppid=21423 vsize=5356 CPUtime=0
/proc/21446/stat : 21446 (sh) S 21423 21423 19192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676582550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21446/statm: 1339 232 193 169 0 50 0
[pid=21447] ppid=21446 vsize=67064 CPUtime=17.48
/proc/21447/stat : 21447 (minisat) R 21446 21423 19192 0 -1 4194304 16381 0 0 0 1738 10 0 0 25 0 1 0 676582551 68673536 16367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21447/statm: 16766 16367 76 150 0 16613 0
Current children cumulated CPU time (s) 112.83
Current children cumulated vsize (KiB) 86020

[startup+113.703 s]
/proc/loadavg: 2.57 2.32 2.14 3/85 21447
/proc/meminfo: memFree=1523904/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=95.35
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1032 45571 0 2 4 1 9481 49 16 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
[pid=21446] ppid=21423 vsize=5356 CPUtime=0
/proc/21446/stat : 21446 (sh) S 21423 21423 19192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 676582550 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21446/statm: 1339 232 193 169 0 50 0
[pid=21447] ppid=21446 vsize=67076 CPUtime=17.68
/proc/21447/stat : 21447 (minisat) R 21446 21423 19192 0 -1 4194304 16408 0 0 0 1758 10 0 0 25 0 1 0 676582551 68685824 16393 996147200 134512640 135127466 4294956256 18446744073709551615 134681772 0 0 4096 3 0 0 0 17 1 0 0
/proc/21447/statm: 16769 16393 82 150 0 16616 0
Current children cumulated CPU time (s) 113.03
Current children cumulated vsize (KiB) 86032

[startup+113.803 s]
/proc/loadavg: 2.57 2.32 2.14 3/85 21447
/proc/meminfo: memFree=1523904/2055920 swapFree=4179808/4192956
[pid=21423] ppid=21421 vsize=13600 CPUtime=113.05
/proc/21423/stat : 21423 (sugar) S 21421 21423 19192 0 -1 4194304 1087 62264 0 2 4 1 11239 61 15 0 1 0 676572956 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21423/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 113.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 113.891
CPU time (s): 113.241
CPU user time (s): 112.563
CPU system time (s): 0.677896
CPU usage (%): 99.4288
Max. virtual memory (cumulated for all children) (KiB): 897708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.563
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67141
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= 7901
involuntary context switches= 10679

runsolver used 0.139978 second user time and 0.369943 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 23:54:13
IDJOB=1078874
IDBENCH=56847
IDSOLVER=346
FILE ID=node89/1078874-1215208453
PBS_JOBID= 7881653
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle21.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078874-1215208453/watcher-1078874-1215208453 -o /tmp/evaluation-result-1078874-1215208453/solver-1078874-1215208453 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1078874-1215208453.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4d42284b8f5f2eedeb4dbff726646a06
RANDOM SEED=2093088851

node89.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1627056 kB
Buffers:         65640 kB
Cached:         211056 kB
SwapCached:       7136 kB
Active:         283792 kB
Inactive:        89608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627056 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:         107748 kB
Slab:            40480 kB
Committed_AS:  2668316 kB
PageTables:       1992 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= 66516 MiB
End job on node89 at 2008-07-04 23:56:07