Trace number 2069938

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+minisatSAT 327.34 331.468

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg5-6_ext.xml
MD5SUMc5a96639c65cb973e719a8b413a87234
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.559914
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints11
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension11
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:21:56 2009
0.00/0.08	c 0	PID 18979
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069938-1247350915.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-2069938-1247350915.xml' 'HOME/temp.csp'
0.06/0.32	c 0	1 domains, 30 variables, 0 predicates, 2 relations, 11 constraints
0.06/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	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.44	c 0	Parsing HOME/temp.csp
0.29/0.57	c 0	parsed 44 expressions
0.29/0.58	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.29/0.58	c 0	Converting to clausal form CSP
0.29/0.61	c 0	converted 5 (10%) expressions
0.29/0.61	c 0	converted 9 (20%) expressions
0.29/0.61	c 0	converted 14 (30%) expressions
0.29/0.61	c 0	converted 18 (40%) expressions
0.29/0.61	c 0	converted 22 (50%) expressions
0.29/0.61	c 0	converted 27 (60%) expressions
0.29/0.61	c 0	converted 31 (70%) expressions
0.30/0.74	c 0	converted 36 (80%) expressions
0.30/0.91	c 0	converted 40 (90%) expressions
1.02/1.13	c 1	converted 44 (100%) expressions
1.02/1.13	c 1	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
1.02/1.13	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.13	c 1	Propagation in CSP
1.02/1.13	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.13	c 1	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
1.02/1.13	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.14	c 1	CSP : 30 integers, 0 booleans, 11 clauses, largest domain size 26
1.02/1.14	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.24	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.12/1.25	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.12/1.25	c 1	9 (30%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.12/1.25	c 1	12 (40%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.12/1.25	c 1	15 (50%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.12/1.25	c 1	18 (60%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.12/1.25	c 1	21 (70%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.12/1.26	c 1	24 (80%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.12/1.26	c 1	27 (90%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.12/1.26	c 1	30 (100%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.70/2.83	c 2	2 (10%) CSP clauses are encoded (28236 clauses, 945741 bytes)
3.39/3.58	c 3	3 (20%) CSP clauses are encoded (41994 clauses, 1420652 bytes)
4.19/4.34	c 4	4 (30%) CSP clauses are encoded (55752 clauses, 1895719 bytes)
4.89/5.08	c 5	5 (40%) CSP clauses are encoded (69510 clauses, 2396848 bytes)
5.78/5.95	c 5	6 (50%) CSP clauses are encoded (83268 clauses, 2897977 bytes)
9.16/9.39	c 9	7 (60%) CSP clauses are encoded (114240 clauses, 3947526 bytes)
12.75/12.94	c 12	8 (70%) CSP clauses are encoded (145212 clauses, 5251478 bytes)
16.13/16.37	c 16	9 (80%) CSP clauses are encoded (176184 clauses, 6555430 bytes)
19.71/19.92	c 19	10 (90%) CSP clauses are encoded (207156 clauses, 7859382 bytes)
23.09/23.36	c 23	11 (100%) CSP clauses are encoded (238128 clauses, 9163334 bytes)
23.09/23.36	c 23	11 CSP clauses encoded
23.09/23.36	c 23	Writing map file : HOME/temp.map
23.09/23.36	c 23	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.09/23.36	c 23	SAT : 750 SAT variables, 238128 SAT clauses, 9163334 bytes
23.09/23.36	c 23	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.09/23.38	c 23	SOLVING HOME/temp.cnf
23.09/23.38	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.09/23.39	c 23	This is MiniSat 2.0 beta
23.09/23.39	c 23	WARNING: for repeatability, setting FPU to use double precision
23.09/23.39	c 23	============================[ Problem Statistics ]=============================
23.09/23.39	c 23	|                                                                             |
23.09/23.39	c 23	|  Number of variables:  750                                                  |
23.09/23.39	c 23	|  Number of clauses:    238128                                               |
23.17/23.62	c 23	|  Parsing time:         0.20         s                                       |
23.17/23.64	c 23	============================[ Search Statistics ]==============================
23.17/23.64	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.17/23.64	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.17/23.64	c 23	===============================================================================
23.17/23.64	c 23	|         0 |     750   238128  2001440 |    79376        0    nan |  0.000 % |
23.17/23.66	c 23	|       101 |     750   238128  2001440 |    87313      101      5 |  0.000 % |
23.17/23.67	c 23	|       251 |     750   238128  2001440 |    96044      251      7 |  0.004 % |
23.17/23.70	c 23	|       476 |     750   238128  2001440 |   105649      476      7 |  0.003 % |
23.17/23.77	c 23	|       814 |     750   238128  2001440 |   116214      814      7 |  0.004 % |
23.96/24.22	c 24	|      1320 |     750   238128  2001440 |   127835     1320     10 |  0.002 % |
24.66/24.93	c 24	|      2079 |     750   238128  2001440 |   140619     2079     11 |  0.004 % |
25.85/26.14	c 26	|      3218 |     750   238128  2001440 |   154681     3218     11 |  0.004 % |
27.54/27.88	c 27	|      4927 |     750   238128  2001440 |   170149     4927     12 |  0.005 % |
29.83/30.18	c 30	|      7489 |     750   238128  2001440 |   187164     7489     13 |  0.002 % |
34.01/34.31	c 34	|     11334 |     750   238128  2001440 |   205880    11334     15 |  0.004 % |
39.58/39.92	c 39	|     17101 |     750   238128  2001440 |   226468    17101     15 |  0.003 % |
50.03/50.47	c 50	|     25750 |     750   238128  2001440 |   249115    25750     15 |  0.000 % |
65.26/65.78	c 65	|     38725 |     750   238128  2001440 |   274027    38725     17 |  0.001 % |
93.73/94.35	c 94	|     58188 |     750   238128  2001440 |   301430    58188     18 |  0.000 % |
142.39/143.25	c 143	|     87380 |     750   238128  2001440 |   331573    87380     18 |  0.001 % |
222.80/224.03	c 224	|    131169 |     750   238128  2001440 |   364730   131169     18 |  0.005 % |
327.09/331.28	c 331	===============================================================================
327.09/331.28	c 331	restarts              : 17
327.09/331.28	c 331	conflicts             : 180783         (595 /sec)
327.09/331.28	c 331	decisions             : 232616         (1.18 % random) (765 /sec)
327.09/331.28	c 331	propagations          : 12923604       (42527 /sec)
327.09/331.28	c 331	conflict literals     : 3291220        (26.51 % deleted)
327.09/331.28	c 331	Memory used           : 37.60 MB
327.09/331.28	c 331	CPU time              : 303.889 s
327.09/331.28	c 331	
327.09/331.28	c 331	SATISFIABLE
327.09/331.29	c 331	DECODING HOME/temp.out WITH HOME/temp.map
327.09/331.29	c 331	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'
327.19/331.37	c 331	Decoding HOME/temp.out
327.19/331.40	s SATISFIABLE
327.19/331.40	v 15 20 11 18 0 17 0 13 24 14 13 4 1 8 12 8 13 8 18 19 0 11 8 13 19 4 13 18 4 18
327.19/331.41	c 331	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
327.19/331.46	c 331	CPU 327.31 (0.07 0.01 326.85 0.38)
327.19/331.46	c 331	END Sun Jul 12 00:27:27 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069938-1247350915/watcher-2069938-1247350915 -o /tmp/evaluation-result-2069938-1247350915/solver-2069938-1247350915 -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-2069938-1247350915.xml 

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


[startup+0 s]
/proc/loadavg: 1.12 1.92 2.17 4/73 18979
/proc/meminfo: memFree=1854616/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=18576 CPUtime=0
/proc/18979/stat : 18979 (runsolver) R 18977 18979 18309 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 22156107 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18979/statm: 4644 284 249 26 0 2626 0

[startup+0.08808 s]
/proc/loadavg: 1.12 1.92 2.17 4/73 18979
/proc/meminfo: memFree=1854616/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.06
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101918 s]
/proc/loadavg: 1.12 1.92 2.17 4/73 18979
/proc/meminfo: memFree=1854616/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.06
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301813 s]
/proc/loadavg: 1.12 1.92 2.17 4/73 18979
/proc/meminfo: memFree=1854616/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.06
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702857 s]
/proc/loadavg: 1.12 1.92 2.17 4/73 18979
/proc/meminfo: memFree=1854616/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.3
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1310 4891 0 1 6 1 19 4 15 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 1.19 1.92 2.17 3/84 19001
/proc/meminfo: memFree=1832512/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.3
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1310 4891 0 1 6 1 19 4 15 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
[pid=18992] ppid=18979 vsize=5356 CPUtime=0
/proc/18992/stat : 18992 (sh) S 18979 18979 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18992/statm: 1339 233 193 169 0 50 0
[pid=18993] ppid=18992 vsize=864464 CPUtime=1.11
/proc/18993/stat : 18993 (java) S 18992 18979 18309 0 -1 0 8770 0 1 0 107 4 0 0 19 0 9 0 22156143 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18993/statm: 216116 7997 2590 9 0 210593 0
[pid=18993/tid=18994] ppid=18992 vsize=864464 CPUtime=0.58
/proc/18993/task/18994/stat : 18994 (java) R 18992 18979 18309 0 -1 64 2851 0 1 0 57 1 0 0 19 0 9 0 22156144 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4126570784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18995] ppid=18992 vsize=864464 CPUtime=0.43
/proc/18993/task/18995/stat : 18995 (java) S 18992 18979 18309 0 -1 64 4884 0 0 0 42 1 0 0 16 0 9 0 22156146 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18996] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18996/stat : 18996 (java) S 18992 18979 18309 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156146 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18997] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18997/stat : 18997 (java) S 18992 18979 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22156146 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18998] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18998/stat : 18998 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156148 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18999] ppid=18992 vsize=864464 CPUtime=0.07
/proc/18993/task/18999/stat : 18999 (java) S 18992 18979 18309 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 22156148 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19000] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19000/stat : 19000 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156148 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19001] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19001/stat : 19001 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156148 885211136 7997 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886688

[startup+3.10111 s]
/proc/loadavg: 1.19 1.92 2.17 3/84 19001
/proc/meminfo: memFree=1828672/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.3
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1310 4891 0 1 6 1 19 4 16 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
[pid=18992] ppid=18979 vsize=5356 CPUtime=0
/proc/18992/stat : 18992 (sh) S 18979 18979 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18992/statm: 1339 233 193 169 0 50 0
[pid=18993] ppid=18992 vsize=864464 CPUtime=2.7
/proc/18993/stat : 18993 (java) S 18992 18979 18309 0 -1 0 9257 0 1 0 265 5 0 0 19 0 9 0 22156143 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18993/statm: 216116 8426 2590 9 0 210593 0
[pid=18993/tid=18994] ppid=18992 vsize=864464 CPUtime=2.11
/proc/18993/task/18994/stat : 18994 (java) R 18992 18979 18309 0 -1 64 2909 0 1 0 209 2 0 0 25 0 9 0 22156144 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 101450624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18995] ppid=18992 vsize=864464 CPUtime=0.49
/proc/18993/task/18995/stat : 18995 (java) S 18992 18979 18309 0 -1 64 5307 0 0 0 47 2 0 0 16 0 9 0 22156146 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18996] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18996/stat : 18996 (java) S 18992 18979 18309 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156146 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18997] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18997/stat : 18997 (java) S 18992 18979 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22156146 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18998] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18998/stat : 18998 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156148 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18999] ppid=18992 vsize=864464 CPUtime=0.08
/proc/18993/task/18999/stat : 18999 (java) S 18992 18979 18309 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 22156148 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19000] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19000/stat : 19000 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156148 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19001] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19001/stat : 19001 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156148 885211136 8426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886688

[startup+6.30245 s]
/proc/loadavg: 1.19 1.92 2.17 4/84 19001
/proc/meminfo: memFree=1816512/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.3
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1310 4891 0 1 6 1 19 4 16 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
[pid=18992] ppid=18979 vsize=5356 CPUtime=0
/proc/18992/stat : 18992 (sh) S 18979 18979 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18992/statm: 1339 233 193 169 0 50 0
[pid=18993] ppid=18992 vsize=864464 CPUtime=5.88
/proc/18993/stat : 18993 (java) S 18992 18979 18309 0 -1 0 11972 0 1 0 580 8 0 0 19 0 9 0 22156143 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18993/statm: 216116 9747 2590 9 0 210593 0
[pid=18993/tid=18994] ppid=18992 vsize=864464 CPUtime=5.05
/proc/18993/task/18994/stat : 18994 (java) R 18992 18979 18309 0 -1 64 3032 0 1 0 502 3 0 0 25 0 9 0 22156144 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4126570850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18995] ppid=18992 vsize=864464 CPUtime=0.71
/proc/18993/task/18995/stat : 18995 (java) S 18992 18979 18309 0 -1 64 7899 0 0 0 67 4 0 0 16 0 9 0 22156146 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18996] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18996/stat : 18996 (java) S 18992 18979 18309 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156146 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18997] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18997/stat : 18997 (java) S 18992 18979 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22156146 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18998] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18998/stat : 18998 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156148 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18999] ppid=18992 vsize=864464 CPUtime=0.08
/proc/18993/task/18999/stat : 18999 (java) S 18992 18979 18309 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 22156148 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19000] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19000/stat : 19000 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156148 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19001] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19001/stat : 19001 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156148 885211136 9747 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886688

[startup+12.7011 s]
/proc/loadavg: 1.31 1.92 2.16 3/84 19001
/proc/meminfo: memFree=1817472/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=0.3
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1310 4891 0 1 6 1 19 4 16 0 1 0 22156107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1111 409 3 0 796 0
[pid=18992] ppid=18979 vsize=5356 CPUtime=0
/proc/18992/stat : 18992 (sh) S 18979 18979 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22156143 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18992/statm: 1339 233 193 169 0 50 0
[pid=18993] ppid=18992 vsize=864464 CPUtime=12.25
/proc/18993/stat : 18993 (java) S 18992 18979 18309 0 -1 0 13450 0 1 0 1214 11 0 0 19 0 9 0 22156143 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18993/statm: 216116 9812 2590 9 0 210593 0
[pid=18993/tid=18994] ppid=18992 vsize=864464 CPUtime=11.17
/proc/18993/task/18994/stat : 18994 (java) R 18992 18979 18309 0 -1 64 3154 0 1 0 1113 4 0 0 25 0 9 0 22156144 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18995] ppid=18992 vsize=864464 CPUtime=0.97
/proc/18993/task/18995/stat : 18995 (java) S 18992 18979 18309 0 -1 64 9254 0 0 0 91 6 0 0 16 0 9 0 22156146 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18996] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18996/stat : 18996 (java) S 18992 18979 18309 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22156146 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18997] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18997/stat : 18997 (java) S 18992 18979 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22156146 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18998] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/18998/stat : 18998 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22156148 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=18999] ppid=18992 vsize=864464 CPUtime=0.09
/proc/18993/task/18999/stat : 18999 (java) S 18992 18979 18309 0 -1 64 343 0 0 0 9 0 0 0 17 0 9 0 22156148 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19000] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19000/stat : 19000 (java) S 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22156148 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18993/tid=19001] ppid=18992 vsize=864464 CPUtime=0
/proc/18993/task/19001/stat : 19001 (java) R 18992 18979 18309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22156148 885211136 9812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886688

[startup+25.5025 s]
/proc/loadavg: 1.50 1.94 2.17 3/76 19003
/proc/meminfo: memFree=1823296/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 15 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=19180 CPUtime=2.08
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 4628 0 0 0 205 3 0 0 25 0 1 0 22158446 19640320 4614 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 4795 4614 75 150 0 4642 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 41404

[startup+51.1023 s]
/proc/loadavg: 1.67 1.94 2.16 3/76 19003
/proc/meminfo: memFree=1820480/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0

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


[startup+102.308 s]
/proc/loadavg: 1.92 1.96 2.16 3/76 19003
/proc/meminfo: memFree=1816320/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=26328 CPUtime=78.52
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 6380 0 0 0 7846 6 0 0 25 0 1 0 22158446 26959872 6366 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 6582 6366 75 150 0 6429 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 48552

[startup+162.302 s]
/proc/loadavg: 2.23 2.04 2.17 3/76 19003
/proc/meminfo: memFree=1812608/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=30144 CPUtime=138.23
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 7323 0 0 0 13815 8 0 0 25 0 1 0 22158446 30867456 7309 996147200 134512640 135127466 4294956256 18446744073709551615 134527232 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 7536 7309 75 150 0 7383 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 52368

[startup+222.303 s]
/proc/loadavg: 2.20 2.08 2.18 3/76 19003
/proc/meminfo: memFree=1808896/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=33468 CPUtime=197.94
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 8180 0 0 0 19785 9 0 0 25 0 1 0 22158446 34271232 8166 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 8367 8166 75 150 0 8214 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 55692

[startup+282.302 s]
/proc/loadavg: 2.02 2.05 2.16 3/86 19118
/proc/meminfo: memFree=1785528/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=36388 CPUtime=255.49
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 8869 0 0 0 25538 11 0 0 25 0 1 0 22158446 37261312 8855 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9097 8855 75 150 0 8944 0
Current children cumulated CPU time (s) 278.66
Current children cumulated vsize (KiB) 58612

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

[startup+307.102 s]
/proc/loadavg: 2.01 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1757816/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=37444 CPUtime=280.05
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 9136 0 0 0 27994 11 0 0 25 0 1 0 22158446 38342656 9122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9361 9122 75 150 0 9208 0
Current children cumulated CPU time (s) 303.22
Current children cumulated vsize (KiB) 59668

[startup+319.901 s]
/proc/loadavg: 2.01 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1750200/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=37972 CPUtime=292.72
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 9255 0 0 0 29261 11 0 0 25 0 1 0 22158446 38883328 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9493 9241 75 150 0 9340 0
Current children cumulated CPU time (s) 315.89
Current children cumulated vsize (KiB) 60196

[startup+326.303 s]
/proc/loadavg: 2.01 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1746552/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=38236 CPUtime=299.07
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 9339 0 0 0 29895 12 0 0 25 0 1 0 22158446 39153664 9325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9559 9325 75 150 0 9406 0
Current children cumulated CPU time (s) 322.24
Current children cumulated vsize (KiB) 60460

[startup+329.501 s]
/proc/loadavg: 2.01 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1745912/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=38500 CPUtime=302.24
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 9387 0 0 0 30212 12 0 0 25 0 1 0 22158446 39424000 9373 996147200 134512640 135127466 4294956256 18446744073709551615 134522881 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9625 9373 75 150 0 9472 0
Current children cumulated CPU time (s) 325.41
Current children cumulated vsize (KiB) 60724

[startup+330.301 s]
/proc/loadavg: 2.01 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1744312/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=38500 CPUtime=303.03
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 9398 0 0 0 30291 12 0 0 25 0 1 0 22158446 39424000 9384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9625 9384 75 150 0 9472 0
Current children cumulated CPU time (s) 326.2
Current children cumulated vsize (KiB) 60724

[startup+331.106 s]
/proc/loadavg: 2.00 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1743288/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=23.17
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1374 20797 0 2 6 1 2287 23 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
[pid=19002] ppid=18979 vsize=5356 CPUtime=0
/proc/19002/stat : 19002 (sh) S 18979 18979 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22158446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19002/statm: 1339 232 193 169 0 50 0
[pid=19003] ppid=19002 vsize=38500 CPUtime=303.83
/proc/19003/stat : 19003 (minisat) R 19002 18979 18309 0 -1 4194304 9411 0 0 0 30371 12 0 0 25 0 1 0 22158446 39424000 9397 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19003/statm: 9625 9397 75 150 0 9472 0
Current children cumulated CPU time (s) 327
Current children cumulated vsize (KiB) 60724

[startup+331.301 s]
/proc/loadavg: 2.00 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1743288/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=327.19
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1427 30506 0 2 6 1 32676 36 17 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 327.19
Current children cumulated vsize (KiB) 16868

[startup+331.401 s]
/proc/loadavg: 2.00 2.04 2.15 3/86 19118
/proc/meminfo: memFree=1743288/2055912 swapFree=4192812/4192956
[pid=18979] ppid=18977 vsize=16868 CPUtime=327.19
/proc/18979/stat : 18979 (sugar) S 18977 18979 18309 0 -1 4194304 1445 30506 0 2 6 1 32676 36 16 0 1 0 22156107 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18979/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 327.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 331.468
CPU time (s): 327.34
CPU user time (s): 326.927
CPU system time (s): 0.412937
CPU usage (%): 98.7547
Max. virtual memory (cumulated for all children) (KiB): 889964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 326.927
system time used= 0.412937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35785
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= 7062
involuntary context switches= 12934

runsolver used 0.39294 second user time and 1.13683 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 00:21:55
IDJOB=2069938
IDBENCH=55109
IDSOLVER=739
FILE ID=node78/2069938-1247350915
PBS_JOBID= 9506875
Free space on /tmp= 126796 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg5-6_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-2069938-1247350915/watcher-2069938-1247350915 -o /tmp/evaluation-result-2069938-1247350915/solver-2069938-1247350915 -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-2069938-1247350915.xml

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

MD5SUM BENCH= c5a96639c65cb973e719a8b413a87234
RANDOM SEED=196197905

node78.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:      2055912 kB
MemFree:       1855104 kB
Buffers:         28036 kB
Cached:          67640 kB
SwapCached:          0 kB
Active:         112536 kB
Inactive:        39552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1855104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          68044 kB
Slab:            33936 kB
Committed_AS:   196656 kB
PageTables:       1848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126776 MiB
End job on node78 at 2009-07-12 00:27:27