Trace number 2071984

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 812.837 818.704

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-19_ext.xml
MD5SUM5b614ca3797813e4aab919808e9965e8
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 benchmark1.09883
Satisfiable
(Un)Satisfiability was proved
Number of variables285
Number of constraints34
Maximum constraint arity19
Maximum domain size26
Number of constraints which are defined in extension34
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:44:21 2009
0.00/0.07	c 0	PID 17705
0.00/0.07	c 0	HOST node91.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071984-1247355860.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-2071984-1247355860.xml' 'HOME/temp.csp'
0.06/0.38	c 0	1 domains, 285 variables, 0 predicates, 2 relations, 34 constraints
0.06/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.38	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.36/0.46	c 0	Parsing HOME/temp.csp
0.36/0.66	c 0	parsed 322 expressions
0.36/0.68	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.36/0.68	c 0	Converting to clausal form CSP
0.36/0.70	c 0	converted 33 (10%) expressions
0.36/0.70	c 0	converted 65 (20%) expressions
0.36/0.70	c 0	converted 97 (30%) expressions
0.36/0.70	c 0	converted 129 (40%) expressions
0.36/0.70	c 0	converted 161 (50%) expressions
0.36/0.70	c 0	converted 194 (60%) expressions
0.36/0.70	c 0	converted 226 (70%) expressions
0.36/0.70	c 0	converted 258 (80%) expressions
0.36/0.96	c 1	converted 290 (90%) expressions
3.03/3.16	c 3	converted 322 (100%) expressions
3.03/3.16	c 3	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
3.03/3.16	c 3	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.03/3.16	c 3	Propagation in CSP
3.03/3.16	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.03/3.16	c 3	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
3.03/3.16	c 3	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.03/3.17	c 3	Simplifing CSP by introducing new Boolean variables
3.03/3.17	c 3	CSP : 285 integers, 0 booleans, 34 clauses, largest domain size 26
3.03/3.17	c 3	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.42/3.57	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.42/3.58	c 3	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.42/3.59	c 3	57 (20%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
3.42/3.59	c 3	86 (30%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
3.42/3.59	c 3	114 (40%) CSP integer variables are encoded (2736 clauses, 33505 bytes)
3.42/3.59	c 3	143 (50%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
3.42/3.59	c 3	171 (60%) CSP integer variables are encoded (4104 clauses, 51289 bytes)
3.42/3.60	c 3	200 (70%) CSP integer variables are encoded (4800 clauses, 60337 bytes)
3.52/3.60	c 3	228 (80%) CSP integer variables are encoded (5472 clauses, 69073 bytes)
3.52/3.60	c 3	257 (90%) CSP integer variables are encoded (6168 clauses, 78121 bytes)
3.52/3.60	c 3	285 (100%) CSP integer variables are encoded (6840 clauses, 86857 bytes)
157.62/159.17	c 159	4 (10%) CSP clauses are encoded (398064 clauses, 38142763 bytes)
267.16/269.25	c 269	7 (20%) CSP clauses are encoded (691482 clauses, 67597630 bytes)
417.30/420.20	c 420	11 (30%) CSP clauses are encoded (1082706 clauses, 106870786 bytes)
527.14/530.55	c 530	14 (40%) CSP clauses are encoded (1376124 clauses, 136325653 bytes)
639.28/643.23	c 643	17 (50%) CSP clauses are encoded (1669542 clauses, 165780520 bytes)
713.10/717.43	c 717	21 (60%) CSP clauses are encoded (1896424 clauses, 188322014 bytes)
717.29/721.63	c 721	24 (70%) CSP clauses are encoded (1943329 clauses, 193806885 bytes)
723.04/728.50	c 728	28 (80%) CSP clauses are encoded (2005869 clauses, 201199833 bytes)
727.32/732.83	c 733	31 (90%) CSP clauses are encoded (2052774 clauses, 206744544 bytes)
731.50/737.07	c 737	34 (100%) CSP clauses are encoded (2099679 clauses, 212289255 bytes)
731.50/737.07	c 737	34 CSP clauses encoded
731.50/737.07	c 737	Writing map file : HOME/temp.map
731.50/737.08	c 737	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
731.50/737.08	c 737	SAT : 7125 SAT variables, 2099679 SAT clauses, 212289255 bytes
731.50/737.08	c 737	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
731.58/737.14	c 737	SOLVING HOME/temp.cnf
731.58/737.14	c 737	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
731.58/737.14	c 737	This is MiniSat 2.0 beta
731.58/737.14	c 737	WARNING: for repeatability, setting FPU to use double precision
731.58/737.14	c 737	============================[ Problem Statistics ]=============================
731.58/737.14	c 737	|                                                                             |
731.58/737.15	c 737	|  Number of variables:  7125                                                 |
731.58/737.15	c 737	|  Number of clauses:    2099679                                              |
735.55/741.19	c 741	|  Parsing time:         3.65         s                                       |
735.85/741.48	c 741	============================[ Search Statistics ]==============================
735.85/741.48	c 741	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
735.85/741.48	c 741	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
735.85/741.48	c 741	===============================================================================
735.85/741.48	c 741	|         0 |    7110  2096501 39270218 |   698833        0    nan |  0.000 % |
735.95/741.51	c 741	|       101 |    7107  2096501 39270218 |   768717       98      7 |  0.253 % |
736.64/742.26	c 742	|       252 |    7107  2096501 39270218 |   845588      249      7 |  0.253 % |
736.84/742.45	c 742	|       478 |    7106  2096501 39270218 |   930147      474      8 |  0.267 % |
737.94/743.55	c 743	|       815 |    7106  2096501 39270218 |  1023162      811      8 |  0.267 % |
741.12/746.70	c 746	|      1322 |    7106  2096501 39270218 |  1125478     1318      9 |  0.267 % |
745.51/751.20	c 751	|      2084 |    7106  2096501 39270218 |  1238026     2080      9 |  0.267 % |
750.98/756.61	c 756	|      3223 |    7106  2096501 39270218 |  1361829     3219     10 |  0.267 % |
758.65/764.32	c 764	|      4932 |    7106  2096501 39270218 |  1498012     4928     10 |  0.267 % |
770.30/776.04	c 776	|      7494 |    7102  2096501 39270218 |  1647813     7489     10 |  0.379 % |
788.62/794.46	c 794	|     11339 |    7100  2096501 39270218 |  1812594    11333     11 |  0.449 % |
812.42/818.39	c 818	===============================================================================
812.42/818.40	c 818	restarts              : 11
812.42/818.40	c 818	conflicts             : 16662          (207 /sec)
812.42/818.40	c 818	decisions             : 21838          (1.85 % random) (271 /sec)
812.42/818.40	c 818	propagations          : 2108950        (26206 /sec)
812.42/818.40	c 818	conflict literals     : 177105         (28.16 % deleted)
812.42/818.40	c 818	Memory used           : 237.55 MB
812.42/818.40	c 818	CPU time              : 80.4768 s
812.42/818.40	c 818	
812.42/818.40	c 818	UNSATISFIABLE
812.51/818.43	c 818	DECODING HOME/temp.out WITH HOME/temp.map
812.51/818.43	c 818	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'
812.56/818.51	c 818	Decoding HOME/temp.out
812.56/818.56	s UNSATISFIABLE
812.56/818.58	c 818	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
812.71/818.60	c 818	CPU 812.71 (0.05 0.01 810.31 2.34)
812.71/818.60	c 818	END Sun Jul 12 01:57:59 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-2071984-1247355860/watcher-2071984-1247355860 -o /tmp/evaluation-result-2071984-1247355860/solver-2071984-1247355860 -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-2071984-1247355860.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.93 1.98 2.07 4/82 17705
/proc/meminfo: memFree=1850856/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=12272 CPUtime=0
/proc/17705/stat : 17705 (sugar) R 17703 17705 17060 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22650687 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 0 4224 0 0 0 0 17 1 0 0
/proc/17705/statm: 3068 327 246 3 0 168 0

[startup+0.0996769 s]
/proc/loadavg: 1.93 1.98 2.07 4/82 17705
/proc/meminfo: memFree=1850856/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.06
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102672 s]
/proc/loadavg: 1.93 1.98 2.07 4/82 17705
/proc/meminfo: memFree=1850856/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.06
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301697 s]
/proc/loadavg: 1.93 1.98 2.07 4/82 17705
/proc/meminfo: memFree=1850856/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.06
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702738 s]
/proc/loadavg: 1.93 1.98 2.07 4/82 17705
/proc/meminfo: memFree=1850856/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1309 6626 0 1 5 1 26 4 15 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 1.93 1.98 2.07 4/93 17727
/proc/meminfo: memFree=1827408/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1309 6626 0 1 5 1 26 4 16 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
[pid=17718] ppid=17705 vsize=5356 CPUtime=0
/proc/17718/stat : 17718 (sh) S 17705 17705 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22650726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17718/statm: 1339 233 193 169 0 50 0
[pid=17719] ppid=17718 vsize=864364 CPUtime=1.09
/proc/17719/stat : 17719 (java) S 17718 17705 17060 0 -1 0 13422 0 1 0 102 7 0 0 20 0 9 0 22650726 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17719/statm: 216091 12492 2566 9 0 210596 0
[pid=17719/tid=17720] ppid=17718 vsize=864364 CPUtime=0.48
/proc/17719/task/17720/stat : 17720 (java) R 17718 17705 17060 0 -1 64 2945 0 1 0 47 1 0 0 25 0 9 0 22650727 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17721] ppid=17718 vsize=864364 CPUtime=0.53
/proc/17719/task/17721/stat : 17721 (java) R 17718 17705 17060 0 -1 64 9467 0 0 0 49 4 0 0 17 0 9 0 22650728 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17722] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17722/stat : 17722 (java) S 17718 17705 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22650728 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17723] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17723/stat : 17723 (java) S 17718 17705 17060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22650728 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17724] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17724/stat : 17724 (java) S 17718 17705 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22650730 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17725] ppid=17718 vsize=864364 CPUtime=0.04
/proc/17719/task/17725/stat : 17725 (java) S 17718 17705 17060 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22650730 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17726] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17726/stat : 17726 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22650730 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17727] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17727/stat : 17727 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22650730 885108736 12492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886588

[startup+3.10201 s]
/proc/loadavg: 2.01 2.00 2.07 3/93 17727
/proc/meminfo: memFree=1781840/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1309 6626 0 1 5 1 26 4 16 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
[pid=17718] ppid=17705 vsize=5356 CPUtime=0
/proc/17718/stat : 17718 (sh) S 17705 17705 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22650726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17718/statm: 1339 233 193 169 0 50 0
[pid=17719] ppid=17718 vsize=864364 CPUtime=2.67
/proc/17719/stat : 17719 (java) S 17718 17705 17060 0 -1 0 29924 0 1 0 253 14 0 0 20 0 9 0 22650726 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17719/statm: 216091 28849 2566 9 0 210596 0
[pid=17719/tid=17720] ppid=17718 vsize=864364 CPUtime=0.97
/proc/17719/task/17720/stat : 17720 (java) R 17718 17705 17060 0 -1 64 3668 0 1 0 95 2 0 0 25 0 9 0 22650727 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17721] ppid=17718 vsize=864364 CPUtime=1.63
/proc/17719/task/17721/stat : 17721 (java) R 17718 17705 17060 0 -1 64 25245 0 0 0 152 11 0 0 16 0 9 0 22650728 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17722] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17722/stat : 17722 (java) S 17718 17705 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22650728 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17723] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17723/stat : 17723 (java) S 17718 17705 17060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22650728 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17724] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17724/stat : 17724 (java) S 17718 17705 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22650730 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17725] ppid=17718 vsize=864364 CPUtime=0.05
/proc/17719/task/17725/stat : 17725 (java) S 17718 17705 17060 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22650730 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17726] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17726/stat : 17726 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22650730 885108736 28849 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17727] ppid=17718 vsize=864364 CPUtime=0
/proc/17719/task/17727/stat : 17727 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22650730 885108736 28849 996147200 134512640 134550932 4294955936 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) 886588

[startup+6.30237 s]
/proc/loadavg: 2.01 2.00 2.07 3/93 17727
/proc/meminfo: memFree=1723792/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1310 6626 0 1 5 1 26 4 15 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
[pid=17718] ppid=17705 vsize=5356 CPUtime=0
/proc/17718/stat : 17718 (sh) S 17705 17705 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22650726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17718/statm: 1339 233 193 169 0 50 0
[pid=17719] ppid=17718 vsize=864476 CPUtime=5.84
/proc/17719/stat : 17719 (java) S 17718 17705 17060 0 -1 0 34445 0 1 0 567 17 0 0 20 0 9 0 22650726 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17719/statm: 216119 33279 2590 9 0 210596 0
[pid=17719/tid=17720] ppid=17718 vsize=864476 CPUtime=3.52
/proc/17719/task/17720/stat : 17720 (java) R 17718 17705 17060 0 -1 64 4462 0 1 0 350 2 0 0 25 0 9 0 22650727 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4126595975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17721] ppid=17718 vsize=864476 CPUtime=2.21
/proc/17719/task/17721/stat : 17721 (java) S 17718 17705 17060 0 -1 64 28951 0 0 0 208 13 0 0 16 0 9 0 22650728 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17722] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17722/stat : 17722 (java) S 17718 17705 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17723] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17723/stat : 17723 (java) S 17718 17705 17060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17724] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17724/stat : 17724 (java) S 17718 17705 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17725] ppid=17718 vsize=864476 CPUtime=0.08
/proc/17719/task/17725/stat : 17725 (java) S 17718 17705 17060 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 22650730 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17726] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17726/stat : 17726 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17727] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17727/stat : 17727 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22650730 885223424 33279 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886700

[startup+12.7011 s]
/proc/loadavg: 2.01 2.00 2.07 3/93 17727
/proc/meminfo: memFree=1720792/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1310 6626 0 1 5 1 26 4 15 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
[pid=17718] ppid=17705 vsize=5356 CPUtime=0
/proc/17718/stat : 17718 (sh) S 17705 17705 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22650726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17718/statm: 1339 233 193 169 0 50 0
[pid=17719] ppid=17718 vsize=864476 CPUtime=12.17
/proc/17719/stat : 17719 (java) S 17718 17705 17060 0 -1 0 35083 0 1 0 1200 17 0 0 20 0 9 0 22650726 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17719/statm: 216119 33911 2590 9 0 210596 0
[pid=17719/tid=17720] ppid=17718 vsize=864476 CPUtime=9.83
/proc/17719/task/17720/stat : 17720 (java) R 17718 17705 17060 0 -1 64 4468 0 1 0 981 2 0 0 25 0 9 0 22650727 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4126541858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17721] ppid=17718 vsize=864476 CPUtime=2.23
/proc/17719/task/17721/stat : 17721 (java) S 17718 17705 17060 0 -1 64 29583 0 0 0 210 13 0 0 16 0 9 0 22650728 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17722] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17722/stat : 17722 (java) S 17718 17705 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17723] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17723/stat : 17723 (java) S 17718 17705 17060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17724] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17724/stat : 17724 (java) S 17718 17705 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17725] ppid=17718 vsize=864476 CPUtime=0.08
/proc/17719/task/17725/stat : 17725 (java) S 17718 17705 17060 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 22650730 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17726] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17726/stat : 17726 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17727] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17727/stat : 17727 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22650730 885223424 33911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886700

[startup+25.5025 s]
/proc/loadavg: 2.01 2.00 2.07 3/93 17727
/proc/meminfo: memFree=1714328/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1310 6626 0 1 5 1 26 4 15 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
[pid=17718] ppid=17705 vsize=5356 CPUtime=0
/proc/17718/stat : 17718 (sh) S 17705 17705 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22650726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17718/statm: 1339 233 193 169 0 50 0
[pid=17719] ppid=17718 vsize=864476 CPUtime=24.85
/proc/17719/stat : 17719 (java) S 17718 17705 17060 0 -1 0 36710 0 1 0 2466 19 0 0 20 0 9 0 22650726 885223424 35523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17719/statm: 216119 35523 2590 9 0 210596 0
[pid=17719/tid=17720] ppid=17718 vsize=864476 CPUtime=22.43
/proc/17719/task/17720/stat : 17720 (java) R 17718 17705 17060 0 -1 64 4483 0 1 0 2240 3 0 0 25 0 9 0 22650727 885223424 35523 996147200 134512640 134550932 4294955936 18446744073709551615 4126601428 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17721] ppid=17718 vsize=864476 CPUtime=2.31
/proc/17719/task/17721/stat : 17721 (java) S 17718 17705 17060 0 -1 64 31195 0 0 0 217 14 0 0 16 0 9 0 22650728 885223424 35523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17722] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17722/stat : 17722 (java) S 17718 17705 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 35523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17723] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17723/stat : 17723 (java) S 17718 17705 17060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 35523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17724] ppid=17718 vsize=864476 CPUtime=0

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

[pid=17719/tid=17725] ppid=17718 vsize=864476 CPUtime=0.09
/proc/17719/task/17725/stat : 17725 (java) S 17718 17705 17060 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17726] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17726/stat : 17726 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17727] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17727/stat : 17727 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.39
Current children cumulated vsize (KiB) 886700

[startup+702.303 s]
/proc/loadavg: 2.18 2.17 2.10 3/92 17950
/proc/meminfo: memFree=1430880/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=0.36
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1310 6626 0 1 5 1 26 4 16 0 1 0 22650687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17705/statm: 4217 1111 409 3 0 796 0
[pid=17718] ppid=17705 vsize=5356 CPUtime=0
/proc/17718/stat : 17718 (sh) S 17705 17705 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22650726 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17718/statm: 1339 233 193 169 0 50 0
[pid=17719] ppid=17718 vsize=864476 CPUtime=697.72
/proc/17719/stat : 17719 (java) S 17718 17705 17060 0 -1 0 100495 0 1 0 69617 155 0 0 20 0 9 0 22650726 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17719/statm: 216119 56305 2590 9 0 210596 0
[pid=17719/tid=17720] ppid=17718 vsize=864476 CPUtime=688.15
/proc/17719/task/17720/stat : 17720 (java) R 17718 17705 17060 0 -1 64 5609 0 1 0 68712 103 0 0 25 0 9 0 22650727 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4126595904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17721] ppid=17718 vsize=864476 CPUtime=9.44
/proc/17719/task/17721/stat : 17721 (java) S 17718 17705 17060 0 -1 64 93845 0 0 0 894 50 0 0 16 0 9 0 22650728 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17722] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17722/stat : 17722 (java) S 17718 17705 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17719/tid=17723] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17723/stat : 17723 (java) S 17718 17705 17060 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22650728 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17724] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17724/stat : 17724 (java) S 17718 17705 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17725] ppid=17718 vsize=864476 CPUtime=0.09
/proc/17719/task/17725/stat : 17725 (java) S 17718 17705 17060 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17726] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17726/stat : 17726 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17719/tid=17727] ppid=17718 vsize=864476 CPUtime=0
/proc/17719/task/17727/stat : 17727 (java) S 17718 17705 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22650730 885223424 56305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.08
Current children cumulated vsize (KiB) 886700

[startup+762.306 s]
/proc/loadavg: 2.39 2.24 2.13 3/84 17952
/proc/meminfo: memFree=1374432/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=239032 CPUtime=25.04
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 58818 0 0 0 2463 41 0 0 25 0 1 0 22724402 244768768 58804 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 59758 58804 75 150 0 59605 0
Current children cumulated CPU time (s) 756.66
Current children cumulated vsize (KiB) 261256

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

[startup+767.901 s]
/proc/loadavg: 2.36 2.23 2.13 3/84 17952
/proc/meminfo: memFree=1373728/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=239884 CPUtime=30.61
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59008 0 0 0 3020 41 0 0 25 0 1 0 22724402 245641216 58994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 59971 58994 75 150 0 59818 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 262108

[startup+793.501 s]
/proc/loadavg: 2.23 2.21 2.12 3/84 17952
/proc/meminfo: memFree=1371680/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=241936 CPUtime=56.11
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59519 0 0 0 5569 42 0 0 25 0 1 0 22724402 247742464 59505 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 60484 59505 75 150 0 60331 0
Current children cumulated CPU time (s) 787.73
Current children cumulated vsize (KiB) 264160

[startup+806.307 s]
/proc/loadavg: 2.20 2.21 2.12 3/84 17952
/proc/meminfo: memFree=1371104/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=242632 CPUtime=68.86
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59668 0 0 0 6844 42 0 0 25 0 1 0 22724402 248455168 59654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 60658 59654 75 150 0 60505 0
Current children cumulated CPU time (s) 800.48
Current children cumulated vsize (KiB) 264856

[startup+812.702 s]
/proc/loadavg: 2.17 2.20 2.12 3/84 17952
/proc/meminfo: memFree=1370848/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=242780 CPUtime=75.23
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59726 0 0 0 7481 42 0 0 25 0 1 0 22724402 248606720 59712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 60695 59712 75 150 0 60542 0
Current children cumulated CPU time (s) 806.85
Current children cumulated vsize (KiB) 265004

[startup+815.902 s]
/proc/loadavg: 2.17 2.20 2.12 3/84 17952
/proc/meminfo: memFree=1370656/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=243076 CPUtime=78.41
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59778 0 0 0 7799 42 0 0 25 0 1 0 22724402 248909824 59764 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 60769 59764 75 150 0 60616 0
Current children cumulated CPU time (s) 810.03
Current children cumulated vsize (KiB) 265300

[startup+817.502 s]
/proc/loadavg: 2.15 2.20 2.12 3/84 17952
/proc/meminfo: memFree=1370464/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=243252 CPUtime=80
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59809 0 0 0 7958 42 0 0 25 0 1 0 22724402 249090048 59795 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 60813 59795 75 150 0 60660 0
Current children cumulated CPU time (s) 811.62
Current children cumulated vsize (KiB) 265476

[startup+818.302 s]
/proc/loadavg: 2.15 2.20 2.12 3/84 17952
/proc/meminfo: memFree=1370400/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=731.62
/proc/17705/stat : 17705 (sugar) S 17703 17705 17060 0 -1 4194304 1376 107618 0 2 5 1 72972 184 16 0 1 0 22650687 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17705/statm: 4217 1113 409 3 0 796 0
[pid=17951] ppid=17705 vsize=5356 CPUtime=0
/proc/17951/stat : 17951 (sh) S 17705 17705 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724401 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17951/statm: 1339 232 193 169 0 50 0
[pid=17952] ppid=17951 vsize=243252 CPUtime=80.8
/proc/17952/stat : 17952 (minisat) R 17951 17705 17060 0 -1 4194304 59830 0 0 0 8038 42 0 0 25 0 1 0 22724402 249090048 59816 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/17952/statm: 60813 59816 75 150 0 60660 0
Current children cumulated CPU time (s) 812.42
Current children cumulated vsize (KiB) 265476

[startup+818.702 s]
/proc/loadavg: 2.15 2.20 2.12 3/84 17952
/proc/meminfo: memFree=1370400/2055920 swapFree=4192812/4192956
[pid=17705] ppid=17703 vsize=16868 CPUtime=812.81
/proc/17705/stat : 17705 (sugar) R 17703 17705 17060 0 -1 4194304 1477 171547 0 3 5 11 81031 234 16 0 1 0 22650687 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17705/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 812.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 818.704
CPU time (s): 812.837
CPU user time (s): 810.374
CPU system time (s): 2.46362
CPU usage (%): 99.2834
Max. virtual memory (cumulated for all children) (KiB): 908192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 810.374
system time used= 2.46362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173084
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= 28343
involuntary context switches= 41132

runsolver used 1.00585 second user time and 2.68759 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 01:44:21
IDJOB=2071984
IDBENCH=55559
IDSOLVER=739
FILE ID=node91/2071984-1247355860
PBS_JOBID= 9506970
Free space on /tmp= 66092 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-19_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071984-1247355860/watcher-2071984-1247355860 -o /tmp/evaluation-result-2071984-1247355860/solver-2071984-1247355860 -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-2071984-1247355860.xml

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

MD5SUM BENCH= 5b614ca3797813e4aab919808e9965e8
RANDOM SEED=2049111303

node91.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.241
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.241
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:       1851272 kB
Buffers:         10780 kB
Cached:         103460 kB
SwapCached:          0 kB
Active:         131304 kB
Inactive:        20348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          50036 kB
Slab:            38096 kB
Committed_AS:   181692 kB
PageTables:       1792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node91 at 2009-07-12 01:57:59