Trace number 2079101

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 389.845 390.858

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-11_ext.xml
MD5SUMd91d8e1a8be9eb3084abbb34ba72204f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.04753
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
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.08	c 0	BEGIN Sun Jul 12 05:03:49 2009
0.00/0.08	c 0	PID 24295
0.00/0.08	c 0	HOST node34.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079101-1247367828.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-2079101-1247367828.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 88 variables, 0 predicates, 2 relations, 19 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.29/0.42	c 0	Parsing HOME/temp.csp
0.29/0.67	c 0	parsed 110 expressions
0.29/0.68	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.68	c 0	Converting to clausal form CSP
0.29/0.69	c 0	converted 11 (10%) expressions
0.29/0.69	c 0	converted 22 (20%) expressions
0.29/0.70	c 0	converted 33 (30%) expressions
0.29/0.70	c 0	converted 44 (40%) expressions
0.29/0.70	c 0	converted 55 (50%) expressions
0.29/0.70	c 0	converted 66 (60%) expressions
0.30/0.70	c 0	converted 77 (70%) expressions
0.30/0.70	c 0	converted 88 (80%) expressions
1.03/1.17	c 1	converted 99 (90%) expressions
1.32/1.50	c 1	converted 110 (100%) expressions
1.32/1.50	c 1	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
1.32/1.50	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.50	c 1	Propagation in CSP
1.32/1.50	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.50	c 1	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
1.32/1.50	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.52	c 1	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
1.43/1.52	c 1	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.65	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.66	c 1	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.53/1.66	c 1	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.53/1.66	c 1	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.53/1.67	c 1	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.53/1.67	c 1	44 (50%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.53/1.67	c 1	53 (60%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
1.53/1.67	c 1	62 (70%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
1.53/1.67	c 1	71 (80%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
1.53/1.67	c 1	80 (90%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
1.53/1.67	c 1	88 (100%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
12.22/12.43	c 12	2 (10%) CSP clauses are encoded (76862 clauses, 3895832 bytes)
22.91/23.28	c 23	4 (20%) CSP clauses are encoded (151612 clauses, 7801675 bytes)
33.51/33.99	c 33	6 (30%) CSP clauses are encoded (226362 clauses, 11850505 bytes)
44.30/44.80	c 44	8 (40%) CSP clauses are encoded (301112 clauses, 15966604 bytes)
54.80/55.49	c 55	10 (50%) CSP clauses are encoded (375862 clauses, 20149276 bytes)
62.33/63.04	c 63	12 (60%) CSP clauses are encoded (433607 clauses, 23359439 bytes)
66.39/67.12	c 67	14 (70%) CSP clauses are encoded (474347 clauses, 25945115 bytes)
70.44/71.23	c 71	16 (80%) CSP clauses are encoded (515087 clauses, 28847146 bytes)
74.50/75.31	c 75	18 (90%) CSP clauses are encoded (555827 clauses, 31986522 bytes)
76.48/77.35	c 77	19 (100%) CSP clauses are encoded (576197 clauses, 33556210 bytes)
76.48/77.35	c 77	19 CSP clauses encoded
76.48/77.35	c 77	Writing map file : HOME/temp.map
76.48/77.36	c 77	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
76.48/77.36	c 77	SAT : 2200 SAT variables, 576197 SAT clauses, 33556210 bytes
76.48/77.36	c 77	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
76.48/77.38	c 77	SOLVING HOME/temp.cnf
76.48/77.38	c 77	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
76.48/77.39	c 77	This is MiniSat 2.0 beta
76.48/77.39	c 77	WARNING: for repeatability, setting FPU to use double precision
76.48/77.39	c 77	============================[ Problem Statistics ]=============================
76.48/77.39	c 77	|                                                                             |
76.48/77.39	c 77	|  Number of variables:  2200                                                 |
76.48/77.39	c 77	|  Number of clauses:    576197                                               |
77.26/78.16	c 78	|  Parsing time:         0.69         s                                       |
77.26/78.20	c 78	============================[ Search Statistics ]==============================
77.26/78.20	c 78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
77.26/78.20	c 78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
77.26/78.20	c 78	===============================================================================
77.26/78.20	c 78	|         0 |    2200   576197  6653630 |   192065        0    nan |  0.000 % |
77.36/78.22	c 78	|       101 |    2199   576197  6653630 |   211272      100      5 |  0.046 % |
77.36/78.24	c 78	|       251 |    2199   576197  6653630 |   232399      250      6 |  0.046 % |
77.36/78.27	c 78	|       476 |    2198   576197  6653630 |   255639      474      7 |  0.092 % |
77.36/78.29	c 78	|       813 |    2198   576197  6653630 |   281203      811      8 |  0.091 % |
77.45/78.33	c 78	|      1319 |    2198   576197  6653630 |   309323     1317      8 |  0.091 % |
77.55/78.41	c 78	|      2079 |    2198   576197  6653630 |   340256     2077      8 |  0.091 % |
77.65/78.53	c 78	|      3219 |    2197   576197  6653630 |   374281     3216      9 |  0.136 % |
77.75/78.69	c 78	|      4927 |    2197   576197  6653630 |   411709     4924      9 |  0.137 % |
78.05/78.96	c 78	|      7490 |    2197   576197  6653630 |   452880     7487      9 |  0.137 % |
78.35/79.27	c 79	|     11334 |    2197   576197  6653630 |   498168    11331      9 |  0.137 % |
78.95/79.84	c 79	|     17100 |    2197   576197  6653630 |   547985    17097     10 |  0.137 % |
81.75/82.61	c 82	|     25749 |    2197   576197  6653630 |   602784    25745     10 |  0.182 % |
102.94/103.90	c 103	|     38723 |    2197   576197  6653630 |   663062    38719     11 |  0.183 % |
134.72/135.60	c 135	|     58184 |    2197   576197  6653630 |   729369    58180     12 |  0.182 % |
189.18/190.19	c 190	|     87377 |    2197   576197  6653630 |   802305    87372     13 |  0.228 % |
279.65/280.62	c 280	|    131166 |    2191   575318  6642703 |   882536   131133     14 |  1.091 % |
389.61/390.66	c 390	===============================================================================
389.61/390.66	c 390	restarts              : 17
389.61/390.66	c 390	conflicts             : 178156         (569 /sec)
389.61/390.66	c 390	decisions             : 229798         (1.72 % random) (734 /sec)
389.61/390.66	c 390	propagations          : 15402685       (49216 /sec)
389.61/390.66	c 390	conflict literals     : 2505683        (28.15 % deleted)
389.61/390.66	c 390	Memory used           : 67.55 MB
389.61/390.66	c 390	CPU time              : 312.963 s
389.61/390.66	c 390	
389.61/390.66	c 390	UNSATISFIABLE
389.61/390.67	c 390	DECODING HOME/temp.out WITH HOME/temp.map
389.61/390.67	c 390	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'
389.68/390.75	c 390	Decoding HOME/temp.out
389.68/390.78	s UNSATISFIABLE
389.68/390.80	c 390	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
389.68/390.85	c 390	CPU 389.8 (0.06 0.01 389.06 0.67)
389.68/390.85	c 390	END Sun Jul 12 05:10:19 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-2079101-1247367828/watcher-2079101-1247367828 -o /tmp/evaluation-result-2079101-1247367828/solver-2079101-1247367828 -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-2079101-1247367828.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.28 2.15 2.10 4/82 24295
/proc/meminfo: memFree=1672752/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=4708 CPUtime=0
/proc/24295/stat : 24295 (sugar) R 24293 24295 20333 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23848858 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 254192711049 0 0 4096 0 0 0 0 17 1 0 0
/proc/24295/statm: 1177 43 33 3 0 8 0

[startup+0.155225 s]
/proc/loadavg: 2.28 2.15 2.10 4/82 24295
/proc/meminfo: memFree=1672752/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.06
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201228 s]
/proc/loadavg: 2.28 2.15 2.10 4/82 24295
/proc/meminfo: memFree=1672752/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.06
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301233 s]
/proc/loadavg: 2.28 2.15 2.10 4/82 24295
/proc/meminfo: memFree=1672752/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.06
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70126 s]
/proc/loadavg: 2.28 2.15 2.10 4/82 24295
/proc/meminfo: memFree=1672752/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.3
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1309 4716 0 1 6 1 20 3 15 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50232 s]
/proc/loadavg: 2.25 2.15 2.10 4/93 24317
/proc/meminfo: memFree=1650392/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.3
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1310 4716 0 1 6 1 20 3 15 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
[pid=24308] ppid=24295 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (sh) S 24295 24295 20333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23848893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 233 193 169 0 50 0
[pid=24309] ppid=24308 vsize=864364 CPUtime=1.13
/proc/24309/stat : 24309 (java) S 24308 24295 20333 0 -1 0 11541 0 1 0 108 5 0 0 18 0 9 0 23848894 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24309/statm: 216091 10801 2566 9 0 210596 0
[pid=24309/tid=24310] ppid=24308 vsize=864364 CPUtime=0.53
/proc/24309/task/24310/stat : 24310 (java) R 24308 24295 20333 0 -1 64 2939 0 1 0 52 1 0 0 20 0 9 0 23848894 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24311] ppid=24308 vsize=864364 CPUtime=0.52
/proc/24309/task/24311/stat : 24311 (java) R 24308 24295 20333 0 -1 64 7598 0 0 0 50 2 0 0 17 0 9 0 23848896 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 102706521 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24312] ppid=24308 vsize=864364 CPUtime=0
/proc/24309/task/24312/stat : 24312 (java) S 24308 24295 20333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23848896 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24313] ppid=24308 vsize=864364 CPUtime=0
/proc/24309/task/24313/stat : 24313 (java) S 24308 24295 20333 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23848896 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24314] ppid=24308 vsize=864364 CPUtime=0
/proc/24309/task/24314/stat : 24314 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23848898 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24315] ppid=24308 vsize=864364 CPUtime=0.05
/proc/24309/task/24315/stat : 24315 (java) S 24308 24295 20333 0 -1 64 305 0 0 0 5 0 0 0 16 0 9 0 23848898 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24316] ppid=24308 vsize=864364 CPUtime=0
/proc/24309/task/24316/stat : 24316 (java) S 24308 24295 20333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23848898 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24317] ppid=24308 vsize=864364 CPUtime=0
/proc/24309/task/24317/stat : 24317 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23848898 885108736 10801 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886588

[startup+3.10243 s]
/proc/loadavg: 2.25 2.15 2.10 3/93 24317
/proc/meminfo: memFree=1631128/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.3
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1310 4716 0 1 6 1 20 3 15 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
[pid=24308] ppid=24295 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (sh) S 24295 24295 20333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23848893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 233 193 169 0 50 0
[pid=24309] ppid=24308 vsize=864476 CPUtime=2.71
/proc/24309/stat : 24309 (java) S 24308 24295 20333 0 -1 0 12709 0 1 0 265 6 0 0 18 0 9 0 23848894 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24309/statm: 216119 11933 2590 9 0 210596 0
[pid=24309/tid=24310] ppid=24308 vsize=864476 CPUtime=1.91
/proc/24309/task/24310/stat : 24310 (java) R 24308 24295 20333 0 -1 64 3084 0 1 0 189 2 0 0 25 0 9 0 23848894 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24311] ppid=24308 vsize=864476 CPUtime=0.69
/proc/24309/task/24311/stat : 24311 (java) S 24308 24295 20333 0 -1 64 8598 0 0 0 66 3 0 0 16 0 9 0 23848896 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24312] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24312/stat : 24312 (java) S 24308 24295 20333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24313] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24313/stat : 24313 (java) S 24308 24295 20333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24314] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24314/stat : 24314 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23848898 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24315] ppid=24308 vsize=864476 CPUtime=0.08
/proc/24309/task/24315/stat : 24315 (java) S 24308 24295 20333 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 23848898 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24316] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24316/stat : 24316 (java) S 24308 24295 20333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23848898 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24317] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24317/stat : 24317 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23848898 885223424 11933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886700

[startup+6.30166 s]
/proc/loadavg: 2.25 2.15 2.10 3/93 24317
/proc/meminfo: memFree=1625240/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.3
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1310 4716 0 1 6 1 20 3 15 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
[pid=24308] ppid=24295 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (sh) S 24295 24295 20333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23848893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 233 193 169 0 50 0
[pid=24309] ppid=24308 vsize=864476 CPUtime=5.87
/proc/24309/stat : 24309 (java) S 24308 24295 20333 0 -1 0 13507 0 1 0 581 6 0 0 18 0 9 0 23848894 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24309/statm: 216119 12704 2590 9 0 210596 0
[pid=24309/tid=24310] ppid=24308 vsize=864476 CPUtime=5.03
/proc/24309/task/24310/stat : 24310 (java) R 24308 24295 20333 0 -1 64 3111 0 1 0 501 2 0 0 25 0 9 0 23848894 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4126577088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24311] ppid=24308 vsize=864476 CPUtime=0.74
/proc/24309/task/24311/stat : 24311 (java) S 24308 24295 20333 0 -1 64 9369 0 0 0 71 3 0 0 16 0 9 0 23848896 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24312] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24312/stat : 24312 (java) S 24308 24295 20333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24313] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24313/stat : 24313 (java) S 24308 24295 20333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24314] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24314/stat : 24314 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23848898 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24315] ppid=24308 vsize=864476 CPUtime=0.08
/proc/24309/task/24315/stat : 24315 (java) S 24308 24295 20333 0 -1 64 328 0 0 0 8 0 0 0 16 0 9 0 23848898 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24316] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24316/stat : 24316 (java) S 24308 24295 20333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23848898 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24317] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24317/stat : 24317 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23848898 885223424 12704 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886700

[startup+12.7021 s]
/proc/loadavg: 2.21 2.14 2.10 3/93 24317
/proc/meminfo: memFree=1609304/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.3
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1310 4716 0 1 6 1 20 3 16 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
[pid=24308] ppid=24295 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (sh) S 24295 24295 20333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23848893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 233 193 169 0 50 0
[pid=24309] ppid=24308 vsize=864476 CPUtime=12.21
/proc/24309/stat : 24309 (java) S 24308 24295 20333 0 -1 0 15184 0 1 0 1211 10 0 0 18 0 9 0 23848894 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24309/statm: 216119 14283 2590 9 0 210596 0
[pid=24309/tid=24310] ppid=24308 vsize=864476 CPUtime=11.23
/proc/24309/task/24310/stat : 24310 (java) R 24308 24295 20333 0 -1 64 3209 0 1 0 1119 4 0 0 25 0 9 0 23848894 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 102524018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24311] ppid=24308 vsize=864476 CPUtime=0.86
/proc/24309/task/24311/stat : 24311 (java) S 24308 24295 20333 0 -1 64 10943 0 0 0 81 5 0 0 16 0 9 0 23848896 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24312] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24312/stat : 24312 (java) S 24308 24295 20333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24313] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24313/stat : 24313 (java) S 24308 24295 20333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24314] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24314/stat : 24314 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23848898 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24315] ppid=24308 vsize=864476 CPUtime=0.09
/proc/24309/task/24315/stat : 24315 (java) S 24308 24295 20333 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 23848898 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24316] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24316/stat : 24316 (java) S 24308 24295 20333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23848898 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24317] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24317/stat : 24317 (java) S 24308 24295 20333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23848898 885223424 14283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886700

[startup+25.5021 s]
/proc/loadavg: 2.18 2.14 2.10 3/93 24317
/proc/meminfo: memFree=1582872/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=0.3
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1310 4716 0 1 6 1 20 3 16 0 1 0 23848858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24295/statm: 4217 1111 409 3 0 796 0
[pid=24308] ppid=24295 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (sh) S 24295 24295 20333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23848893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 233 193 169 0 50 0
[pid=24309] ppid=24308 vsize=864476 CPUtime=24.89
/proc/24309/stat : 24309 (java) S 24308 24295 20333 0 -1 0 19608 0 1 0 2471 18 0 0 18 0 9 0 23848894 885223424 16072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24309/statm: 216119 16072 2590 9 0 210596 0
[pid=24309/tid=24310] ppid=24308 vsize=864476 CPUtime=23.52
/proc/24309/task/24310/stat : 24310 (java) R 24308 24295 20333 0 -1 64 3343 0 1 0 2343 9 0 0 25 0 9 0 23848894 885223424 16072 996147200 134512640 134550932 4294955936 18446744073709551615 102142539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24311] ppid=24308 vsize=864476 CPUtime=1.25
/proc/24309/task/24311/stat : 24311 (java) S 24308 24295 20333 0 -1 64 15230 0 0 0 117 8 0 0 17 0 9 0 23848896 885223424 16072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24312] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24312/stat : 24312 (java) S 24308 24295 20333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 16072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24313] ppid=24308 vsize=864476 CPUtime=0
/proc/24309/task/24313/stat : 24313 (java) S 24308 24295 20333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23848896 885223424 16072 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24309/tid=24314] ppid=24308 vsize=864476 CPUtime=0

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

/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=59400 CPUtime=84.84
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 14589 0 0 0 8473 11 0 0 25 0 1 0 23856597 60825600 14575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 14850 14575 75 150 0 14697 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 81624

[startup+222.306 s]
/proc/loadavg: 2.02 2.08 2.08 3/77 24381
/proc/meminfo: memFree=1610392/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=62448 CPUtime=144.82
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 15308 0 0 0 14470 12 0 0 25 0 1 0 23856597 63946752 15294 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 15612 15294 75 150 0 15459 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 84672

[startup+282.302 s]
/proc/loadavg: 2.01 2.07 2.08 3/77 24381
/proc/meminfo: memFree=1604888/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=65052 CPUtime=204.79
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 15974 0 0 0 20466 13 0 0 25 0 1 0 23856597 66613248 15960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 16263 15960 75 150 0 16110 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 87276

[startup+342.302 s]
/proc/loadavg: 2.00 2.05 2.07 3/77 24381
/proc/meminfo: memFree=1601240/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=67472 CPUtime=264.76
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16531 0 0 0 26462 14 0 0 25 0 1 0 23856597 69091328 16517 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 16868 16517 75 150 0 16715 0
Current children cumulated CPU time (s) 341.32
Current children cumulated vsize (KiB) 89696

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

[startup+358.401 s]
/proc/loadavg: 2.00 2.05 2.07 3/77 24381
/proc/meminfo: memFree=1600600/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=68168 CPUtime=280.86
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16704 0 0 0 28072 14 0 0 25 0 1 0 23856597 69804032 16690 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17042 16690 75 150 0 16889 0
Current children cumulated CPU time (s) 357.42
Current children cumulated vsize (KiB) 90392

[startup+371.202 s]
/proc/loadavg: 2.00 2.05 2.07 3/77 24381
/proc/meminfo: memFree=1599192/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=68776 CPUtime=293.66
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16845 0 0 0 29351 15 0 0 25 0 1 0 23856597 70426624 16831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17194 16831 75 150 0 17041 0
Current children cumulated CPU time (s) 370.22
Current children cumulated vsize (KiB) 91000

[startup+384.007 s]
/proc/loadavg: 2.00 2.04 2.07 3/77 24381
/proc/meminfo: memFree=1598552/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=69040 CPUtime=306.46
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16939 0 0 0 30631 15 0 0 25 0 1 0 23856597 70696960 16925 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17260 16925 75 150 0 17107 0
Current children cumulated CPU time (s) 383.02
Current children cumulated vsize (KiB) 91264

[startup+387.202 s]
/proc/loadavg: 2.00 2.04 2.06 3/77 24381
/proc/meminfo: memFree=1598424/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=69172 CPUtime=309.65
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16961 0 0 0 30950 15 0 0 25 0 1 0 23856597 70832128 16947 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17293 16947 75 150 0 17140 0
Current children cumulated CPU time (s) 386.21
Current children cumulated vsize (KiB) 91396

[startup+388.802 s]
/proc/loadavg: 2.00 2.04 2.06 3/77 24381
/proc/meminfo: memFree=1598424/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=69172 CPUtime=311.25
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16973 0 0 0 31110 15 0 0 25 0 1 0 23856597 70832128 16959 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17293 16959 75 150 0 17140 0
Current children cumulated CPU time (s) 387.81
Current children cumulated vsize (KiB) 91396

[startup+389.602 s]
/proc/loadavg: 2.00 2.04 2.06 3/77 24381
/proc/meminfo: memFree=1598360/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=69172 CPUtime=312.05
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16981 0 0 0 31190 15 0 0 25 0 1 0 23856597 70832128 16967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17293 16967 75 150 0 17140 0
Current children cumulated CPU time (s) 388.61
Current children cumulated vsize (KiB) 91396

[startup+390.401 s]
/proc/loadavg: 2.00 2.04 2.06 3/77 24381
/proc/meminfo: memFree=1598360/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=76.56
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1376 31490 0 2 6 1 7601 48 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
[pid=24318] ppid=24295 vsize=5356 CPUtime=0
/proc/24318/stat : 24318 (sh) S 24295 24295 20333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23856597 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24318/statm: 1339 232 193 169 0 50 0
[pid=24319] ppid=24318 vsize=69172 CPUtime=312.85
/proc/24319/stat : 24319 (minisat) R 24318 24295 20333 0 -1 4194304 16987 0 0 0 31270 15 0 0 25 0 1 0 23856597 70832128 16973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24319/statm: 17293 16973 75 150 0 17140 0
Current children cumulated CPU time (s) 389.41
Current children cumulated vsize (KiB) 91396

[startup+390.801 s]
/proc/loadavg: 2.00 2.04 2.06 3/77 24381
/proc/meminfo: memFree=1598296/2055920 swapFree=4192812/4192956
[pid=24295] ppid=24293 vsize=16868 CPUtime=389.68
/proc/24295/stat : 24295 (sugar) S 24293 24295 20333 0 -1 4194304 1449 48771 0 2 6 1 38897 64 16 0 1 0 23848858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24295/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 389.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 390.858
CPU time (s): 389.845
CPU user time (s): 389.129
CPU system time (s): 0.715891
CPU usage (%): 99.7407
Max. virtual memory (cumulated for all children) (KiB): 891828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 389.129
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54049
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= 11791
involuntary context switches= 14646

runsolver used 0.430934 second user time and 1.37779 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 05:03:48
IDJOB=2079101
IDBENCH=56848
IDSOLVER=739
FILE ID=node34/2079101-1247367828
PBS_JOBID= 9507041
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= d91d8e1a8be9eb3084abbb34ba72204f
RANDOM SEED=678489895

node34.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673232 kB
Buffers:         35848 kB
Cached:         188280 kB
SwapCached:          0 kB
Active:         243828 kB
Inactive:        79596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14520 kB
Writeback:           0 kB
Mapped:         120584 kB
Slab:            44396 kB
Committed_AS:   297044 kB
PageTables:       2044 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= 66300 MiB
End job on node34 at 2009-07-12 05:10:19