Trace number 2079233

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 105.146 105.82

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-13_ext.xml
MD5SUM17379f0c44de288a4cda9e9f724a09b6
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 benchmark0.139978
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints23
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension23
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 05:06:13 2009
0.00/0.07	c 0	PID 23161
0.00/0.08	c 0	HOST node85.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079233-1247367973.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079233-1247367973.xml' 'HOME/temp.csp'
0.06/0.30	c 1	1 domains, 130 variables, 0 predicates, 2 relations, 23 constraints
0.06/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.28/0.41	c 1	Parsing HOME/temp.csp
0.28/0.54	c 1	parsed 156 expressions
0.28/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.55	c 1	Converting to clausal form CSP
0.28/0.57	c 1	converted 16 (10%) expressions
0.28/0.57	c 1	converted 32 (20%) expressions
0.28/0.57	c 1	converted 47 (30%) expressions
0.28/0.57	c 1	converted 63 (40%) expressions
0.28/0.57	c 1	converted 78 (50%) expressions
0.28/0.57	c 1	converted 94 (60%) expressions
0.28/0.57	c 1	converted 110 (70%) expressions
0.28/0.57	c 1	converted 125 (80%) expressions
0.28/0.87	c 1	converted 141 (90%) expressions
0.28/1.09	c 1	converted 156 (100%) expressions
0.28/1.09	c 1	CSP : 130 integers, 0 booleans, 23 clauses, largest domain size 26
0.28/1.09	c 1	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/1.09	c 1	Propagation in CSP
0.28/1.09	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/1.09	c 1	CSP : 130 integers, 0 booleans, 23 clauses, largest domain size 26
0.28/1.09	c 1	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/1.10	c 1	Simplifing CSP by introducing new Boolean variables
0.28/1.10	c 1	CSP : 130 integers, 0 booleans, 23 clauses, largest domain size 26
0.28/1.10	c 1	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.24	c 1	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.12/1.24	c 1	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.12/1.24	c 1	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.12/1.25	c 1	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
1.12/1.25	c 1	65 (50%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.12/1.25	c 1	78 (60%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
1.12/1.25	c 1	91 (70%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
1.12/1.25	c 1	104 (80%) CSP integer variables are encoded (2496 clauses, 30385 bytes)
1.12/1.25	c 1	117 (90%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
1.12/1.25	c 1	130 (100%) CSP integer variables are encoded (3120 clauses, 38497 bytes)
12.06/12.24	c 12	3 (10%) CSP clauses are encoded (94227 clauses, 5853862 bytes)
19.23/19.46	c 20	5 (20%) CSP clauses are encoded (154965 clauses, 9845986 bytes)
26.58/26.82	c 27	7 (30%) CSP clauses are encoded (215703 clauses, 13896248 bytes)
37.32/37.63	c 38	10 (40%) CSP clauses are encoded (306810 clauses, 19971641 bytes)
44.58/44.98	c 45	12 (50%) CSP clauses are encoded (367548 clauses, 24021903 bytes)
48.57/48.94	c 49	14 (60%) CSP clauses are encoded (404666 clauses, 26467774 bytes)
49.66/50.02	c 50	17 (70%) CSP clauses are encoded (424913 clauses, 27989770 bytes)
50.36/50.74	c 51	19 (80%) CSP clauses are encoded (438411 clauses, 29149938 bytes)
51.26/51.63	c 52	21 (90%) CSP clauses are encoded (451909 clauses, 30310106 bytes)
51.94/52.36	c 53	23 (100%) CSP clauses are encoded (465407 clauses, 31470274 bytes)
51.94/52.36	c 53	23 CSP clauses encoded
51.94/52.36	c 53	Writing map file : HOME/temp.map
51.94/52.36	c 53	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.94/52.36	c 53	SAT : 3250 SAT variables, 465407 SAT clauses, 31470274 bytes
51.94/52.36	c 53	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
52.01/52.40	c 53	SOLVING HOME/temp.cnf
52.01/52.40	c 53	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
52.01/52.41	c 53	This is MiniSat 2.0 beta
52.01/52.41	c 53	WARNING: for repeatability, setting FPU to use double precision
52.01/52.41	c 53	============================[ Problem Statistics ]=============================
52.01/52.41	c 53	|                                                                             |
52.01/52.41	c 53	|  Number of variables:  3250                                                 |
52.01/52.41	c 53	|  Number of clauses:    465407                                               |
52.60/53.05	c 53	|  Parsing time:         0.58         s                                       |
52.69/53.10	c 53	============================[ Search Statistics ]==============================
52.69/53.10	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.69/53.10	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.69/53.11	c 53	===============================================================================
52.69/53.11	c 53	|         0 |    3220   462637  6026481 |   154212        0    nan |  0.000 % |
52.69/53.15	c 53	|       102 |    3216   462637  6026481 |   169633       98      6 |  1.046 % |
52.69/53.16	c 53	|       252 |    3216   462637  6026481 |   186596      248      8 |  1.046 % |
52.69/53.19	c 53	|       478 |    3216   462637  6026481 |   205256      474      8 |  1.046 % |
52.79/53.21	c 53	|       816 |    3215   462637  6026481 |   225782      811      8 |  1.077 % |
52.79/53.24	c 53	|      1322 |    3215   462637  6026481 |   248360     1317      8 |  1.077 % |
52.79/53.28	c 53	|      2081 |    3215   462637  6026481 |   273196     2076      9 |  1.077 % |
52.90/53.38	c 54	|      3220 |    3215   462637  6026481 |   300516     3215      9 |  1.077 % |
53.10/53.51	c 54	|      4929 |    3215   462637  6026481 |   330567     4924      9 |  1.077 % |
53.30/53.79	c 54	|      7491 |    3214   462637  6026481 |   363624     7485     10 |  1.108 % |
53.60/54.06	c 54	|     11335 |    3214   462637  6026481 |   399987    11329     10 |  1.108 % |
54.19/54.67	c 55	|     17102 |    3214   462637  6026481 |   439985    17096     10 |  1.108 % |
55.08/55.56	c 56	|     25751 |    3213   462637  6026481 |   483984    25744     10 |  1.139 % |
56.67/57.19	c 57	|     38728 |    3212   462637  6026481 |   532382    38720     11 |  1.169 % |
61.55/62.01	c 62	|     58189 |    3212   462637  6026481 |   585621    58181     11 |  1.169 % |
70.70/71.24	c 71	|     87382 |    3212   462637  6026481 |   644183    87374     12 |  1.169 % |
93.29/93.91	c 94	|    131173 |    3211   462223  6021347 |   708601   131164     12 |  1.200 % |
104.94/105.62	c 106	===============================================================================
104.94/105.62	c 106	restarts              : 17
104.94/105.63	c 106	conflicts             : 144761         (2739 /sec)
104.94/105.63	c 106	decisions             : 199881         (1.77 % random) (3782 /sec)
104.94/105.63	c 106	propagations          : 7422625        (140455 /sec)
104.94/105.63	c 106	conflict literals     : 1783749        (29.07 % deleted)
104.94/105.63	c 106	Memory used           : 57.59 MB
104.94/105.63	c 106	CPU time              : 52.847 s
104.94/105.63	c 106	
104.94/105.63	c 106	UNSATISFIABLE
104.94/105.64	c 106	DECODING HOME/temp.out WITH HOME/temp.map
104.94/105.64	c 106	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'
104.99/105.72	c 106	Decoding HOME/temp.out
104.99/105.74	s UNSATISFIABLE
104.99/105.76	c 106	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
104.99/105.81	c 106	CPU 105.11 (0.06 0.01 104.49 0.55)
104.99/105.81	c 106	END Sun Jul 12 05:07: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-2079233-1247367973/watcher-2079233-1247367973 -o /tmp/evaluation-result-2079233-1247367973/solver-2079233-1247367973 -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-2079233-1247367973.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.07 4/83 23161
/proc/meminfo: memFree=1640544/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=18576 CPUtime=0
/proc/23161/stat : 23161 (runsolver) R 23159 23161 20253 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23862642 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23161/statm: 4644 284 249 26 0 2626 0

[startup+0.100648 s]
/proc/loadavg: 2.06 2.06 2.07 4/83 23161
/proc/meminfo: memFree=1640544/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.06
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202661 s]
/proc/loadavg: 2.06 2.06 2.07 4/83 23161
/proc/meminfo: memFree=1640544/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.06
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302673 s]
/proc/loadavg: 2.06 2.06 2.07 4/83 23161
/proc/meminfo: memFree=1640544/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.06
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70272 s]
/proc/loadavg: 2.06 2.06 2.07 4/83 23161
/proc/meminfo: memFree=1640544/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.28
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1309 4487 0 1 5 1 20 2 15 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50182 s]
/proc/loadavg: 2.06 2.06 2.07 4/94 23183
/proc/meminfo: memFree=1608584/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.28
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1310 4487 0 1 5 1 20 2 15 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
[pid=23174] ppid=23161 vsize=5356 CPUtime=0
/proc/23174/stat : 23174 (sh) S 23161 23161 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23862676 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23174/statm: 1339 233 193 169 0 50 0
[pid=23175] ppid=23174 vsize=864448 CPUtime=1.13
/proc/23175/stat : 23175 (java) S 23174 23161 20253 0 -1 0 10848 0 1 0 108 5 0 0 20 0 9 0 23862676 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23175/statm: 216112 10085 2590 9 0 210589 0
[pid=23175/tid=23176] ppid=23174 vsize=864448 CPUtime=0.58
/proc/23175/task/23176/stat : 23176 (java) R 23174 23161 20253 0 -1 64 2971 0 1 0 56 2 0 0 25 0 9 0 23862677 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4126602809 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23177] ppid=23174 vsize=864448 CPUtime=0.45
/proc/23175/task/23177/stat : 23177 (java) S 23174 23161 20253 0 -1 64 6847 0 0 0 43 2 0 0 16 0 9 0 23862678 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23178] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23178/stat : 23178 (java) S 23174 23161 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23179] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23179/stat : 23179 (java) S 23174 23161 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23180] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23180/stat : 23180 (java) S 23174 23161 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23181] ppid=23174 vsize=864448 CPUtime=0.08
/proc/23175/task/23181/stat : 23181 (java) S 23174 23161 20253 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 23862681 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23182] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23182/stat : 23182 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23183] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23183/stat : 23183 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23862681 885194752 10085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886672

[startup+3.10198 s]
/proc/loadavg: 2.06 2.06 2.07 3/94 23183
/proc/meminfo: memFree=1606216/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.28
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1310 4487 0 1 5 1 20 2 15 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
[pid=23174] ppid=23161 vsize=5356 CPUtime=0
/proc/23174/stat : 23174 (sh) S 23161 23161 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23862676 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23174/statm: 1339 233 193 169 0 50 0
[pid=23175] ppid=23174 vsize=864448 CPUtime=2.72
/proc/23175/stat : 23175 (java) S 23174 23161 20253 0 -1 0 11241 0 1 0 267 5 0 0 20 0 9 0 23862676 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23175/statm: 216112 10462 2590 9 0 210589 0
[pid=23175/tid=23176] ppid=23174 vsize=864448 CPUtime=2.15
/proc/23175/task/23176/stat : 23176 (java) R 23174 23161 20253 0 -1 64 2987 0 1 0 213 2 0 0 25 0 9 0 23862677 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4126573109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23177] ppid=23174 vsize=864448 CPUtime=0.47
/proc/23175/task/23177/stat : 23177 (java) S 23174 23161 20253 0 -1 64 7224 0 0 0 45 2 0 0 16 0 9 0 23862678 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23178] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23178/stat : 23178 (java) S 23174 23161 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23179] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23179/stat : 23179 (java) S 23174 23161 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23180] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23180/stat : 23180 (java) S 23174 23161 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23181] ppid=23174 vsize=864448 CPUtime=0.08
/proc/23175/task/23181/stat : 23181 (java) S 23174 23161 20253 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 23862681 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23182] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23182/stat : 23182 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23183] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23183/stat : 23183 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23862681 885194752 10462 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886672

[startup+6.30235 s]
/proc/loadavg: 2.06 2.06 2.07 3/94 23183
/proc/meminfo: memFree=1600008/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.28
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1310 4487 0 1 5 1 20 2 15 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
[pid=23174] ppid=23161 vsize=5356 CPUtime=0
/proc/23174/stat : 23174 (sh) S 23161 23161 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23862676 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23174/statm: 1339 233 193 169 0 50 0
[pid=23175] ppid=23174 vsize=864448 CPUtime=5.91
/proc/23175/stat : 23175 (java) S 23174 23161 20253 0 -1 0 12306 0 1 0 584 7 0 0 20 0 9 0 23862676 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23175/statm: 216112 11457 2590 9 0 210589 0
[pid=23175/tid=23176] ppid=23174 vsize=864448 CPUtime=5.26
/proc/23175/task/23176/stat : 23176 (java) R 23174 23161 20253 0 -1 64 3057 0 1 0 523 3 0 0 25 0 9 0 23862677 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4126573119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23177] ppid=23174 vsize=864448 CPUtime=0.54
/proc/23175/task/23177/stat : 23177 (java) S 23174 23161 20253 0 -1 64 8216 0 0 0 51 3 0 0 16 0 9 0 23862678 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23178] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23178/stat : 23178 (java) S 23174 23161 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23179] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23179/stat : 23179 (java) S 23174 23161 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23180] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23180/stat : 23180 (java) S 23174 23161 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23181] ppid=23174 vsize=864448 CPUtime=0.08
/proc/23175/task/23181/stat : 23181 (java) S 23174 23161 20253 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23862681 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23182] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23182/stat : 23182 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23183] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23183/stat : 23183 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23862681 885194752 11457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886672

[startup+12.7011 s]
/proc/loadavg: 2.05 2.05 2.07 3/94 23183
/proc/meminfo: memFree=1589000/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.28
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1310 4487 0 1 5 1 20 2 16 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
[pid=23174] ppid=23161 vsize=5356 CPUtime=0
/proc/23174/stat : 23174 (sh) S 23161 23161 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23862676 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23174/statm: 1339 233 193 169 0 50 0
[pid=23175] ppid=23174 vsize=864448 CPUtime=12.28
/proc/23175/stat : 23175 (java) S 23174 23161 20253 0 -1 0 17068 0 1 0 1215 13 0 0 20 0 9 0 23862676 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23175/statm: 216112 13521 2590 9 0 210589 0
[pid=23175/tid=23176] ppid=23174 vsize=864448 CPUtime=11.32
/proc/23175/task/23176/stat : 23176 (java) R 23174 23161 20253 0 -1 64 3200 0 1 0 1127 5 0 0 25 0 9 0 23862677 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4126573143 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23177] ppid=23174 vsize=864448 CPUtime=0.85
/proc/23175/task/23177/stat : 23177 (java) S 23174 23161 20253 0 -1 64 12835 0 0 0 78 7 0 0 16 0 9 0 23862678 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23178] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23178/stat : 23178 (java) S 23174 23161 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23179] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23179/stat : 23179 (java) S 23174 23161 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23180] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23180/stat : 23180 (java) S 23174 23161 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23181] ppid=23174 vsize=864448 CPUtime=0.09
/proc/23175/task/23181/stat : 23181 (java) S 23174 23161 20253 0 -1 64 335 0 0 0 9 0 0 0 17 0 9 0 23862681 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23182] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23182/stat : 23182 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23183] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23183/stat : 23183 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23862681 885194752 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886672

[startup+25.5025 s]
/proc/loadavg: 2.04 2.05 2.07 4/94 23183
/proc/meminfo: memFree=1573448/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.28
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1310 4487 0 1 5 1 20 2 16 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
[pid=23174] ppid=23161 vsize=5356 CPUtime=0
/proc/23174/stat : 23174 (sh) S 23161 23161 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23862676 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23174/statm: 1339 233 193 169 0 50 0
[pid=23175] ppid=23174 vsize=864448 CPUtime=25
/proc/23175/stat : 23175 (java) S 23174 23161 20253 0 -1 0 21686 0 1 0 2480 20 0 0 20 0 9 0 23862676 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23175/statm: 216112 15361 2590 9 0 210589 0
[pid=23175/tid=23176] ppid=23174 vsize=864448 CPUtime=23.62
/proc/23175/task/23176/stat : 23176 (java) R 23174 23161 20253 0 -1 64 3418 0 1 0 2353 9 0 0 25 0 9 0 23862677 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4126601274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23177] ppid=23174 vsize=864448 CPUtime=1.26
/proc/23175/task/23177/stat : 23177 (java) S 23174 23161 20253 0 -1 64 17231 0 0 0 116 10 0 0 16 0 9 0 23862678 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23178] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23178/stat : 23178 (java) S 23174 23161 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23179] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23179/stat : 23179 (java) S 23174 23161 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23180] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23180/stat : 23180 (java) S 23174 23161 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23181] ppid=23174 vsize=864448 CPUtime=0.09
/proc/23175/task/23181/stat : 23181 (java) S 23174 23161 20253 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23862681 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23182] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23182/stat : 23182 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23183] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23183/stat : 23183 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23862681 885194752 15361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 886672

[startup+51.1024 s]
/proc/loadavg: 2.09 2.06 2.07 3/94 23183
/proc/meminfo: memFree=1557256/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=0.29
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1310 4487 0 1 6 1 20 2 15 0 1 0 23862642 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1111 409 3 0 796 0
[pid=23174] ppid=23161 vsize=5356 CPUtime=0
/proc/23174/stat : 23174 (sh) S 23161 23161 20253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23862676 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23174/statm: 1339 233 193 169 0 50 0
[pid=23175] ppid=23174 vsize=864448 CPUtime=50.46
/proc/23175/stat : 23175 (java) S 23174 23161 20253 0 -1 0 24838 0 1 0 5010 36 0 0 20 0 9 0 23862676 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23175/statm: 216112 15366 2590 9 0 210589 0
[pid=23175/tid=23176] ppid=23174 vsize=864448 CPUtime=48.31
/proc/23175/task/23176/stat : 23176 (java) R 23174 23161 20253 0 -1 64 3961 0 1 0 4811 20 0 0 25 0 9 0 23862677 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 103890916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23177] ppid=23174 vsize=864448 CPUtime=2.04
/proc/23175/task/23177/stat : 23177 (java) S 23174 23161 20253 0 -1 64 19840 0 0 0 189 15 0 0 15 0 9 0 23862678 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23178] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23178/stat : 23178 (java) S 23174 23161 20253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23179] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23179/stat : 23179 (java) S 23174 23161 20253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23862679 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23180] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23180/stat : 23180 (java) S 23174 23161 20253 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23181] ppid=23174 vsize=864448 CPUtime=0.09
/proc/23175/task/23181/stat : 23181 (java) S 23174 23161 20253 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23862681 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23182] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23182/stat : 23182 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23862681 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23175/tid=23183] ppid=23174 vsize=864448 CPUtime=0
/proc/23175/task/23183/stat : 23183 (java) S 23174 23161 20253 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23862681 885194752 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 886672

[startup+102.302 s]
/proc/loadavg: 2.04 2.05 2.07 3/86 23185
/proc/meminfo: memFree=1548488/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=52.02
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1376 32206 0 2 6 1 5154 41 16 0 1 0 23862642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1113 409 3 0 796 0
[pid=23184] ppid=23161 vsize=5356 CPUtime=0
/proc/23184/stat : 23184 (sh) S 23161 23161 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23867882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23184/statm: 1339 232 193 169 0 50 0
[pid=23185] ppid=23184 vsize=58700 CPUtime=49.64
/proc/23185/stat : 23185 (minisat) R 23184 23161 20253 0 -1 4194304 14492 0 0 0 4954 10 0 0 25 0 1 0 23867883 60108800 14478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23185/statm: 14675 14478 76 150 0 14522 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 80924

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

[startup+102.407 s]
/proc/loadavg: 2.04 2.05 2.07 3/86 23185
/proc/meminfo: memFree=1548488/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=52.02
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1376 32206 0 2 6 1 5154 41 16 0 1 0 23862642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1113 409 3 0 796 0
[pid=23184] ppid=23161 vsize=5356 CPUtime=0
/proc/23184/stat : 23184 (sh) S 23161 23161 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23867882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23184/statm: 1339 232 193 169 0 50 0
[pid=23185] ppid=23184 vsize=58700 CPUtime=49.74
/proc/23185/stat : 23185 (minisat) R 23184 23161 20253 0 -1 4194304 14494 0 0 0 4964 10 0 0 25 0 1 0 23867883 60108800 14480 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23185/statm: 14675 14480 76 150 0 14522 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 80924

[startup+104.002 s]
/proc/loadavg: 2.04 2.05 2.07 3/86 23185
/proc/meminfo: memFree=1548296/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=52.02
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1376 32206 0 2 6 1 5154 41 16 0 1 0 23862642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1113 409 3 0 796 0
[pid=23184] ppid=23161 vsize=5356 CPUtime=0
/proc/23184/stat : 23184 (sh) S 23161 23161 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23867882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23184/statm: 1339 232 193 169 0 50 0
[pid=23185] ppid=23184 vsize=58832 CPUtime=51.33
/proc/23185/stat : 23185 (minisat) R 23184 23161 20253 0 -1 4194304 14539 0 0 0 5123 10 0 0 25 0 1 0 23867883 60243968 14525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23185/statm: 14708 14525 76 150 0 14555 0
Current children cumulated CPU time (s) 103.35
Current children cumulated vsize (KiB) 81056

[startup+104.802 s]
/proc/loadavg: 2.04 2.05 2.07 3/86 23185
/proc/meminfo: memFree=1548232/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=52.02
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1376 32206 0 2 6 1 5154 41 16 0 1 0 23862642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1113 409 3 0 796 0
[pid=23184] ppid=23161 vsize=5356 CPUtime=0
/proc/23184/stat : 23184 (sh) S 23161 23161 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23867882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23184/statm: 1339 232 193 169 0 50 0
[pid=23185] ppid=23184 vsize=58972 CPUtime=52.12
/proc/23185/stat : 23185 (minisat) R 23184 23161 20253 0 -1 4194304 14562 0 0 0 5202 10 0 0 25 0 1 0 23867883 60387328 14548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23185/statm: 14743 14548 76 150 0 14590 0
Current children cumulated CPU time (s) 104.14
Current children cumulated vsize (KiB) 81196

[startup+105.602 s]
/proc/loadavg: 2.04 2.05 2.07 3/86 23185
/proc/meminfo: memFree=1548104/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=52.02
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1376 32206 0 2 6 1 5154 41 16 0 1 0 23862642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1113 409 3 0 796 0
[pid=23184] ppid=23161 vsize=5356 CPUtime=0
/proc/23184/stat : 23184 (sh) S 23161 23161 20253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23867882 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23184/statm: 1339 232 193 169 0 50 0
[pid=23185] ppid=23184 vsize=58972 CPUtime=52.92
/proc/23185/stat : 23185 (minisat) R 23184 23161 20253 0 -1 4194304 14574 0 0 0 5282 10 0 0 25 0 1 0 23867883 60387328 14560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23185/statm: 14743 14560 76 150 0 14590 0
Current children cumulated CPU time (s) 104.94
Current children cumulated vsize (KiB) 81196

[startup+105.802 s]
/proc/loadavg: 2.04 2.05 2.07 3/86 23185
/proc/meminfo: memFree=1548104/2055920 swapFree=4192812/4192956
[pid=23161] ppid=23159 vsize=16868 CPUtime=104.99
/proc/23161/stat : 23161 (sugar) S 23159 23161 20253 0 -1 4194304 1449 47074 0 2 6 1 10439 53 15 0 1 0 23862642 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23161/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 104.99
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 105.82
CPU time (s): 105.146
CPU user time (s): 104.558
CPU system time (s): 0.58791
CPU usage (%): 99.3631
Max. virtual memory (cumulated for all children) (KiB): 892052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.558
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52365
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= 11707
involuntary context switches= 14712

runsolver used 0.148977 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 05:06:13
IDJOB=2079233
IDBENCH=56868
IDSOLVER=739
FILE ID=node85/2079233-1247367973
PBS_JOBID= 9507101
Free space on /tmp= 126552 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-13_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-2079233-1247367973/watcher-2079233-1247367973 -o /tmp/evaluation-result-2079233-1247367973/solver-2079233-1247367973 -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-2079233-1247367973.xml

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

MD5SUM BENCH= 17379f0c44de288a4cda9e9f724a09b6
RANDOM SEED=1067037183

node85.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.220
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.220
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:       1641024 kB
Buffers:         31124 kB
Cached:         158392 kB
SwapCached:          0 kB
Active:         280552 kB
Inactive:        67080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:         178576 kB
Slab:            52172 kB
Committed_AS:   403684 kB
PageTables:       2096 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= 126552 MiB
End job on node85 at 2009-07-12 05:07:59