Trace number 2061182

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 1430.55 1440.88

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-17.xml
MD5SUMa859df5bbc3805b2a959faf75cbcf472
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7776
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints149
Maximum constraint arity17
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension134
Global constraints used (with number of constraints)alldifferent(15)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:39:59 2009
0.00/0.08	c 0	PID 15294
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061182-1247326799.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-2061182-1247326799.xml' 'HOME/temp.csp'
0.06/0.37	c 0	2 domains, 150 variables, 2 predicates, 0 relations, 149 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.06/0.48	c 0	Parsing HOME/temp.csp
0.33/0.51	c 1	parsed 303 expressions
0.33/0.52	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.52	c 1	Converting to clausal form CSP
0.33/0.54	c 1	converted 31 (10%) expressions
0.33/0.54	c 1	converted 61 (20%) expressions
0.33/0.54	c 1	converted 91 (30%) expressions
0.33/0.54	c 1	converted 122 (40%) expressions
0.33/0.54	c 1	converted 152 (50%) expressions
0.34/0.63	c 1	converted 182 (60%) expressions
0.34/0.76	c 1	converted 213 (70%) expressions
0.34/0.82	c 1	converted 243 (80%) expressions
0.34/0.83	c 1	converted 273 (90%) expressions
1.31/1.48	c 1	converted 303 (100%) expressions
1.31/1.48	c 1	CSP : 152 integers, 0 booleans, 1116 clauses, largest domain size 33
1.31/1.48	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.48	c 1	Propagation in CSP
1.41/1.59	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.59	c 2	CSP : 152 integers, 0 booleans, 1116 clauses, largest domain size 33
1.41/1.59	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.60	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.63	c 2	CSP : 152 integers, 1632 booleans, 2748 clauses, largest domain size 33
1.51/1.63	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.66	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.67	c 2	16 (10%) CSP integer variables are encoded (240 clauses, 2502 bytes)
1.51/1.69	c 2	31 (20%) CSP integer variables are encoded (675 clauses, 7287 bytes)
1.61/1.70	c 2	46 (30%) CSP integer variables are encoded (1125 clauses, 12570 bytes)
1.61/1.71	c 2	61 (40%) CSP integer variables are encoded (1575 clauses, 18420 bytes)
1.61/1.71	c 2	76 (50%) CSP integer variables are encoded (2025 clauses, 24270 bytes)
1.61/1.71	c 2	92 (60%) CSP integer variables are encoded (2505 clauses, 30510 bytes)
1.61/1.71	c 2	107 (70%) CSP integer variables are encoded (2955 clauses, 36360 bytes)
1.61/1.72	c 2	122 (80%) CSP integer variables are encoded (3405 clauses, 42210 bytes)
1.61/1.72	c 2	137 (90%) CSP integer variables are encoded (3855 clauses, 48060 bytes)
1.61/1.72	c 2	152 (100%) CSP integer variables are encoded (4307 clauses, 53936 bytes)
1.91/2.00	c 2	275 (10%) CSP clauses are encoded (81110 clauses, 1213302 bytes)
1.91/2.04	c 2	550 (20%) CSP clauses are encoded (88410 clauses, 1345396 bytes)
1.91/2.08	c 2	825 (30%) CSP clauses are encoded (94296 clauses, 1454750 bytes)
2.00/2.11	c 2	1100 (40%) CSP clauses are encoded (100213 clauses, 1564621 bytes)
2.00/2.14	c 2	1374 (50%) CSP clauses are encoded (106098 clauses, 1673906 bytes)
2.00/2.17	c 2	1649 (60%) CSP clauses are encoded (112015 clauses, 1783799 bytes)
2.10/2.21	c 2	1924 (70%) CSP clauses are encoded (117932 clauses, 1887235 bytes)
2.10/2.25	c 2	2199 (80%) CSP clauses are encoded (123849 clauses, 1987897 bytes)
2.10/2.26	c 2	2474 (90%) CSP clauses are encoded (128401 clauses, 2061140 bytes)
2.10/2.27	c 2	2748 (100%) CSP clauses are encoded (131571 clauses, 2111761 bytes)
2.10/2.27	c 2	2748 CSP clauses encoded
2.10/2.27	c 2	Writing map file : HOME/temp.map
2.10/2.28	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.28	c 2	SAT : 6091 SAT variables, 131571 SAT clauses, 2111761 bytes
2.10/2.28	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.34	c 2	SOLVING HOME/temp.cnf
2.19/2.34	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.19/2.34	c 2	This is MiniSat 2.0 beta
2.19/2.34	c 2	WARNING: for repeatability, setting FPU to use double precision
2.19/2.34	c 2	============================[ Problem Statistics ]=============================
2.19/2.34	c 2	|                                                                             |
2.19/2.34	c 2	|  Number of variables:  6091                                                 |
2.19/2.34	c 2	|  Number of clauses:    131571                                               |
2.21/2.41	c 2	|  Parsing time:         0.06         s                                       |
2.21/2.41	c 2	============================[ Search Statistics ]==============================
2.21/2.41	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.41	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.41	c 2	===============================================================================
2.21/2.41	c 2	|         0 |    6091   131571   378408 |    43857        0    nan |  0.000 % |
2.21/2.47	c 2	|       100 |    6091   131571   378408 |    48242      100      7 |  0.000 % |
2.21/2.60	c 3	|       251 |    6091   131571   378408 |    53066      251     14 |  0.000 % |
2.21/2.85	c 3	|       476 |    6091   131571   378408 |    58373      476     15 |  0.000 % |
3.06/3.21	c 3	|       813 |    6091   131571   378408 |    64211      813     18 |  0.001 % |
3.54/3.79	c 4	|      1319 |    6091   131571   378408 |    70632     1319     18 |  0.000 % |
4.53/4.74	c 5	|      2078 |    6091   131571   378408 |    77695     2078     19 |  0.001 % |
5.62/5.87	c 6	|      3217 |    6091   131571   378408 |    85464     3217     19 |  0.001 % |
7.70/7.97	c 8	|      4926 |    6091   131571   378408 |    94011     4926     20 |  0.000 % |
10.68/10.92	c 11	|      7490 |    6091   131571   378408 |   103412     7490     20 |  0.000 % |
15.24/15.54	c 16	|     11334 |    6091   131571   378408 |   113753    11334     21 |  0.000 % |
22.36/22.79	c 23	|     17101 |    6091   131571   378408 |   125129    17101     20 |  0.000 % |
35.04/35.58	c 36	|     25753 |    6091   131571   378408 |   137642    25753     20 |  0.001 % |
59.31/60.00	c 60	|     38727 |    6091   131571   378408 |   151406    38727     20 |  0.000 % |
95.17/96.25	c 96	|     58188 |    6091   131571   378408 |   166546    58188     20 |  0.001 % |
154.01/155.64	c 156	|     87380 |    6091   131571   378408 |   183201    87380     21 |  0.001 % |
268.72/271.46	c 271	|    131170 |    6091   131571   378408 |   201521   131170     21 |  0.000 % |
471.69/476.32	c 476	|    196856 |    6091   131571   378408 |   221673   196856     21 |  0.000 % |
704.58/711.44	c 711	|    295382 |    6089   131563   378392 |   243841    86413     21 |  0.034 % |
1142.93/1153.19	c 1153	|    443172 |    6089   131563   378392 |   268225   234203     21 |  0.033 % |
1430.21/1440.60	c 1441	===============================================================================
1430.21/1440.60	c 1441	restarts              : 20
1430.21/1440.60	c 1441	conflicts             : 556147         (389 /sec)
1430.21/1440.60	c 1441	decisions             : 636558         (0.65 % random) (446 /sec)
1430.21/1440.60	c 1441	propagations          : 502347845      (351793 /sec)
1430.21/1440.60	c 1441	conflict literals     : 11782828       (35.96 % deleted)
1430.21/1440.60	c 1441	Memory used           : 39.85 MB
1430.21/1440.60	c 1441	CPU time              : 1427.97 s
1430.21/1440.60	c 1441	
1430.31/1440.60	c 1441	SATISFIABLE
1430.31/1440.61	c 1441	DECODING HOME/temp.out WITH HOME/temp.map
1430.31/1440.61	c 1441	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'
1430.31/1440.69	c 1441	Decoding HOME/temp.out
1430.33/1440.81	s SATISFIABLE
1430.33/1440.81	v 8 1 13 5 12 6 10 15 4 17 16 14 11 7 2 3 9 7 -12 8 -7 6 -4 -5 11 -13 1 2 3 4 5 -1 -6 -5 -4 1 -1 2 -9 6 -2 -12 3 5 7 9 4 -7 3 -11 7 -5 -3 2 -7 -1 -10 6 9 12 8 -2 -4 -5 3 -10 8 -11 -6 1 -7 10 14 11 2 2 -9 -2 1 -5 -10 -4 4 -3 15 13 5 -2 -14 9 -12 -4 -8 -1 8 2 14 7 -7 -3 -4 -11 -2 -5 3 13 1 8 4 -16 -3 -9 1 -1 8 12 -5 -9 -15 -1 -6 5 4 7 6 -8 -13 2 -2 10 3 1 -6 -10 6 3 9 -3 -3 -6 11 2 3 1 -1 10 -4 6 -2 4
1430.33/1440.82	c 1441	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1430.33/1440.88	c 1441	CPU 1430.53 (0.06 0.02 1430.17 0.28)
1430.33/1440.88	c 1441	END Sat Jul 11 18:04:00 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-2061182-1247326799/watcher-2061182-1247326799 -o /tmp/evaluation-result-2061182-1247326799/solver-2061182-1247326799 -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-2061182-1247326799.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.61 1.85 1.60 4/74 15294
/proc/meminfo: memFree=1200488/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=12272 CPUtime=0
/proc/15294/stat : 15294 (sugar) R 15292 15294 12843 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 19371182 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 264539613776 0 0 4224 0 0 0 0 17 1 0 0
/proc/15294/statm: 3068 327 246 3 0 168 0

[startup+0.182594 s]
/proc/loadavg: 1.61 1.85 1.60 4/74 15294
/proc/meminfo: memFree=1200488/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=0.06
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19371182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201593 s]
/proc/loadavg: 1.61 1.85 1.60 4/74 15294
/proc/meminfo: memFree=1200488/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=0.06
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19371182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301608 s]
/proc/loadavg: 1.61 1.85 1.60 4/74 15294
/proc/meminfo: memFree=1200488/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=0.06
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19371182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701656 s]
/proc/loadavg: 1.61 1.85 1.60 4/74 15294
/proc/meminfo: memFree=1200488/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=0.34
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1309 4533 0 1 5 2 24 3 16 0 1 0 19371182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 1.72 1.87 1.61 3/85 15316
/proc/meminfo: memFree=1186384/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=0.34
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1310 4533 0 1 5 2 24 3 15 0 1 0 19371182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1111 409 3 0 796 0
[pid=15307] ppid=15294 vsize=5356 CPUtime=0
/proc/15307/stat : 15307 (sh) S 15294 15294 12843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19371222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15307/statm: 1339 233 193 169 0 50 0
[pid=15308] ppid=15307 vsize=868512 CPUtime=1.07
/proc/15308/stat : 15308 (java) S 15307 15294 12843 0 -1 0 5190 0 1 0 104 3 0 0 18 0 9 0 19371222 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 217128 4604 1742 9 0 211633 0
[pid=15308/tid=15309] ppid=15307 vsize=868512 CPUtime=0.88
/proc/15308/task/15309/stat : 15309 (java) R 15307 15294 12843 0 -1 64 2698 0 1 0 87 1 0 0 25 0 9 0 19371223 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4126454572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15310] ppid=15307 vsize=868512 CPUtime=0.02
/proc/15308/task/15310/stat : 15310 (java) S 15307 15294 12843 0 -1 64 365 0 0 0 2 0 0 0 16 0 9 0 19371224 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15307 vsize=868512 CPUtime=0
/proc/15308/task/15311/stat : 15311 (java) S 15307 15294 12843 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19371225 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15307 vsize=868512 CPUtime=0
/proc/15308/task/15312/stat : 15312 (java) S 15307 15294 12843 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19371225 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15307 vsize=868512 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15307 15294 12843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19371227 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15307 vsize=868512 CPUtime=0.14
/proc/15308/task/15314/stat : 15314 (java) S 15307 15294 12843 0 -1 64 1434 0 0 0 14 0 0 0 16 0 9 0 19371227 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15307 vsize=868512 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15307 15294 12843 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19371227 889356288 4604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15307 vsize=868512 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15307 15294 12843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19371227 889356288 4604 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) 890736

[startup+3.10298 s]
/proc/loadavg: 1.72 1.87 1.61 3/85 15316
/proc/meminfo: memFree=1182224/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 15 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30139 s]
/proc/loadavg: 1.75 1.87 1.61 3/77 15318
/proc/meminfo: memFree=1187408/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=8236 CPUtime=3.91
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 1932 0 0 0 390 1 0 0 25 0 1 0 19371416 8433664 1918 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 2059 1918 75 150 0 1906 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30460

[startup+12.7012 s]
/proc/loadavg: 1.77 1.87 1.61 3/77 15318
/proc/meminfo: memFree=1186832/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=8764 CPUtime=10.25
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 2077 0 0 0 1024 1 0 0 25 0 1 0 19371416 8974336 2063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 2191 2063 75 150 0 2038 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 30988

[startup+25.5019 s]
/proc/loadavg: 1.80 1.88 1.62 3/77 15318
/proc/meminfo: memFree=1185808/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=9912 CPUtime=22.93
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 2347 0 0 0 2292 1 0 0 25 0 1 0 19371416 10149888 2333 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 2478 2333 75 150 0 2325 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 32136

[startup+51.1012 s]
/proc/loadavg: 1.88 1.89 1.63 3/77 15318
/proc/meminfo: memFree=1184144/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=11528 CPUtime=48.27
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 2774 0 0 0 4826 1 0 0 25 0 1 0 19371416 11804672 2760 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 2882 2760 75 150 0 2729 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 33752

[startup+102.302 s]
/proc/loadavg: 1.95 1.90 1.65 3/77 15318
/proc/meminfo: memFree=1180880/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=14768 CPUtime=99
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 3562 0 0 0 9897 3 0 0 25 0 1 0 19371416 15122432 3548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 3692 3548 75 150 0 3539 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 36992

[startup+162.302 s]
/proc/loadavg: 1.98 1.92 1.66 3/77 15318
/proc/meminfo: memFree=1177360/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=18228 CPUtime=158.44
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 4432 0 0 0 15839 5 0 0 25 0 1 0 19371416 18665472 4418 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 4557 4418 75 150 0 4404 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 40452

[startup+222.307 s]
/proc/loadavg: 1.99 1.93 1.68 3/77 15318
/proc/meminfo: memFree=1174544/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=21184 CPUtime=217.88
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 5153 0 0 0 21782 6 0 0 25 0 1 0 19371416 21692416 5139 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15318/statm: 5296 5139 75 150 0 5143 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 43408

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

/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=35904 CPUtime=1109.93
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 8775 0 0 0 110982 11 0 0 25 0 1 0 19371416 36765696 8761 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 8976 8761 75 150 0 8823 0
Current children cumulated CPU time (s) 1112.14
Current children cumulated vsize (KiB) 58128

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.87 3/79 15411
/proc/meminfo: memFree=1126208/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=38000 CPUtime=1169.91
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 9295 0 0 0 116979 12 0 0 25 0 1 0 19371416 38912000 9281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 9500 9281 75 150 0 9347 0
Current children cumulated CPU time (s) 1172.12
Current children cumulated vsize (KiB) 60224

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.87 3/79 15411
/proc/meminfo: memFree=1122176/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=39724 CPUtime=1229.89
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 9765 0 0 0 122976 13 0 0 25 0 1 0 19371416 40677376 9751 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 9931 9751 75 150 0 9778 0
Current children cumulated CPU time (s) 1232.1
Current children cumulated vsize (KiB) 61948

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/79 15417
/proc/meminfo: memFree=1114944/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1289.86
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10046 0 0 0 128972 14 0 0 25 0 1 0 19371416 41783296 10032 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10032 75 150 0 10048 0
Current children cumulated CPU time (s) 1292.07
Current children cumulated vsize (KiB) 63028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/79 15417
/proc/meminfo: memFree=1105408/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1349.84
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10046 0 0 0 134970 14 0 0 25 0 1 0 19371416 41783296 10032 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10032 75 150 0 10048 0
Current children cumulated CPU time (s) 1352.05
Current children cumulated vsize (KiB) 63028

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1094016/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1409.82
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10047 0 0 0 140968 14 0 0 25 0 1 0 19371416 41783296 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10033 75 150 0 10048 0
Current children cumulated CPU time (s) 1412.03
Current children cumulated vsize (KiB) 63028

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

[startup+1433.6 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1092096/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1421.1
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10047 0 0 0 142096 14 0 0 25 0 1 0 19371416 41783296 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10033 75 150 0 10048 0
Current children cumulated CPU time (s) 1423.31
Current children cumulated vsize (KiB) 63028

[startup+1436.8 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1091776/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1424.3
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10047 0 0 0 142416 14 0 0 25 0 1 0 19371416 41783296 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10033 75 150 0 10048 0
Current children cumulated CPU time (s) 1426.51
Current children cumulated vsize (KiB) 63028

[startup+1438.4 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1091520/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1425.9
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10047 0 0 0 142576 14 0 0 25 0 1 0 19371416 41783296 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10033 75 150 0 10048 0
Current children cumulated CPU time (s) 1428.11
Current children cumulated vsize (KiB) 63028

[startup+1440.01 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1091136/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1427.51
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10047 0 0 0 142737 14 0 0 25 0 1 0 19371416 41783296 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10033 75 150 0 10048 0
Current children cumulated CPU time (s) 1429.72
Current children cumulated vsize (KiB) 63028

[startup+1440.4 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1091136/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=2.21
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1376 11503 0 2 6 2 203 10 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
[pid=15317] ppid=15294 vsize=5356 CPUtime=0
/proc/15317/stat : 15317 (sh) S 15294 15294 12843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19371416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15317/statm: 1339 232 193 169 0 50 0
[pid=15318] ppid=15317 vsize=40804 CPUtime=1427.9
/proc/15318/stat : 15318 (minisat) R 15317 15294 12843 0 -1 4194304 10047 0 0 0 142776 14 0 0 25 0 1 0 19371416 41783296 10033 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/15318/statm: 10201 10033 75 150 0 10048 0
Current children cumulated CPU time (s) 1430.11
Current children cumulated vsize (KiB) 63028

[startup+1440.8 s]
/proc/loadavg: 2.00 2.00 1.89 3/79 15417
/proc/meminfo: memFree=1091136/2055920 swapFree=4192812/4192956
[pid=15294] ppid=15292 vsize=16868 CPUtime=1430.33
/proc/15294/stat : 15294 (sugar) S 15292 15294 12843 0 -1 4194304 1448 21845 0 2 6 2 143000 25 16 0 1 0 19371182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1430.33
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1440.88
CPU time (s): 1430.55
CPU user time (s): 1430.24
CPU system time (s): 0.312952
CPU usage (%): 99.2831
Max. virtual memory (cumulated for all children) (KiB): 890848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1430.24
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27242
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= 2737
involuntary context switches= 27427

runsolver used 1.65575 second user time and 4.91325 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 17:39:59
IDJOB=2061182
IDBENCH=53785
IDSOLVER=739
FILE ID=node40/2061182-1247326799
PBS_JOBID= 9506548
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-17.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-2061182-1247326799/watcher-2061182-1247326799 -o /tmp/evaluation-result-2061182-1247326799/solver-2061182-1247326799 -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-2061182-1247326799.xml

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

MD5SUM BENCH= a859df5bbc3805b2a959faf75cbcf472
RANDOM SEED=1769866888

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1200968 kB
Buffers:         44820 kB
Cached:         705356 kB
SwapCached:          0 kB
Active:         121976 kB
Inactive:       662972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1200968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:          46696 kB
Slab:            55108 kB
Committed_AS:   162704 kB
PageTables:       1840 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= 66216 MiB
End job on node40 at 2009-07-11 18:04:00