Trace number 2090750

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 765.484 766.704

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-40_ext.xml
MD5SUMa91b122166d09430f4c9a44f5a97b7f6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.51031
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 11:35:00 2009
0.05/0.08	c 0	PID 29862
0.05/0.08	c 0	HOST node67.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2090750-1247391300.xml TO HOME/temp.csp
0.05/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-2090750-1247391300.xml' 'HOME/temp.csp'
0.97/1.09	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.07/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.14	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.07/1.22	c 2	Parsing HOME/temp.csp
2.70/2.81	c 3	parsed 209 expressions
2.70/2.82	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.82	c 3	Converting to clausal form CSP
2.70/2.84	c 3	converted 21 (10%) expressions
2.70/2.84	c 3	converted 42 (20%) expressions
2.70/2.86	c 3	converted 63 (30%) expressions
2.70/2.87	c 3	converted 84 (40%) expressions
2.70/2.89	c 3	converted 105 (50%) expressions
2.81/2.93	c 3	converted 126 (60%) expressions
3.20/3.33	c 4	converted 147 (70%) expressions
3.30/3.46	c 4	converted 168 (80%) expressions
3.49/3.63	c 4	converted 189 (90%) expressions
3.60/3.77	c 4	converted 209 (100%) expressions
3.60/3.77	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.60/3.77	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.60/3.77	c 4	Propagation in CSP
3.60/3.77	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.60/3.77	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.60/3.77	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.60/3.77	c 4	Simplifing CSP by introducing new Boolean variables
3.60/3.77	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.60/3.77	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.94	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.79/3.96	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.79/3.96	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.79/3.96	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.79/3.96	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.79/3.97	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.79/3.97	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.79/3.97	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.79/3.97	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.79/3.97	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.79/3.97	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.10/4.29	c 5	9 (10%) CSP clauses are encoded (34403 clauses, 650024 bytes)
4.38/4.54	c 5	17 (20%) CSP clauses are encoded (58609 clauses, 1169778 bytes)
4.69/4.81	c 5	26 (30%) CSP clauses are encoded (85916 clauses, 1797457 bytes)
4.88/5.05	c 5	34 (40%) CSP clauses are encoded (110042 clauses, 2360921 bytes)
5.09/5.29	c 6	42 (50%) CSP clauses are encoded (134204 clauses, 2925385 bytes)
5.38/5.58	c 6	51 (60%) CSP clauses are encoded (161416 clauses, 3560953 bytes)
5.68/5.82	c 6	59 (70%) CSP clauses are encoded (185544 clauses, 4124419 bytes)
5.88/6.09	c 6	68 (80%) CSP clauses are encoded (212851 clauses, 4762244 bytes)
6.17/6.34	c 7	76 (90%) CSP clauses are encoded (237123 clauses, 5329073 bytes)
6.38/6.58	c 7	84 (100%) CSP clauses are encoded (261200 clauses, 5891476 bytes)
6.38/6.58	c 7	84 CSP clauses encoded
6.38/6.58	c 7	Writing map file : HOME/temp.map
6.38/6.59	c 7	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.38/6.59	c 7	SAT : 7160 SAT variables, 261200 SAT clauses, 5891476 bytes
6.38/6.59	c 7	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.46/6.62	c 7	SOLVING HOME/temp.cnf
6.46/6.62	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.46/6.63	c 7	This is MiniSat 2.0 beta
6.46/6.63	c 7	WARNING: for repeatability, setting FPU to use double precision
6.46/6.63	c 7	============================[ Problem Statistics ]=============================
6.46/6.63	c 7	|                                                                             |
6.46/6.63	c 7	|  Number of variables:  7160                                                 |
6.46/6.63	c 7	|  Number of clauses:    261200                                               |
6.49/6.78	c 7	|  Parsing time:         0.13         s                                       |
6.49/6.79	c 7	============================[ Search Statistics ]==============================
6.49/6.79	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.49/6.79	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.49/6.79	c 7	===============================================================================
6.49/6.79	c 7	|         0 |    7160   261200  1000927 |    87066        0    nan |  0.000 % |
6.49/6.86	c 7	|       100 |    7160   261200  1000927 |    95773      100     23 |  0.000 % |
6.49/6.97	c 7	|       250 |    7160   261200  1000927 |   105350      250     21 |  0.000 % |
6.49/7.13	c 7	|       477 |    7160   261200  1000927 |   115885      477     17 |  0.000 % |
6.49/7.44	c 8	|       814 |    7160   261200  1000927 |   127474      814     16 |  0.001 % |
7.75/7.94	c 8	|      1322 |    7159   261200  1000927 |   140221     1321     15 |  0.014 % |
8.35/8.57	c 9	|      2082 |    7159   261200  1000927 |   154243     2081     14 |  0.014 % |
9.44/9.64	c 10	|      3221 |    7159   261200  1000927 |   169668     3220     13 |  0.015 % |
10.93/11.14	c 12	|      4929 |    7158   261114  1000677 |   186635     4576     13 |  0.028 % |
12.12/12.39	c 13	|      7492 |    7158   261114  1000677 |   205298     7139     13 |  0.028 % |
15.61/15.83	c 16	|     11336 |    7158   261046  1000479 |   225828     9185     15 |  0.028 % |
19.78/20.06	c 20	|     17103 |    7158   261046  1000479 |   248411    14952     15 |  0.028 % |
26.06/26.37	c 27	|     25752 |    7158   261046  1000479 |   273252    23601     14 |  0.028 % |
37.50/37.89	c 38	|     38726 |    7158   261046  1000479 |   300577    36575     16 |  0.028 % |
57.11/57.51	c 58	|     58187 |    7148   259855   996067 |   330635    36635     15 |  0.168 % |
83.58/84.11	c 84	|     87383 |    7144   259725   995566 |   363699    59514     17 |  0.224 % |
127.26/128.02	c 128	|    131172 |    7144   259386   994271 |   400068    99417     17 |  0.224 % |
196.74/197.76	c 198	|    196856 |    7112   256771   984242 |   440075   107320     17 |  0.670 % |
330.28/331.39	c 332	|    295383 |    7112   256771   984242 |   484083   205847     20 |  0.670 % |
581.57/582.79	c 583	|    443172 |    7070   253352   970923 |   532491   258800     19 |  1.257 % |
765.31/766.52	c 767	===============================================================================
765.31/766.52	c 767	restarts              : 20
765.31/766.52	c 767	conflicts             : 551621         (727 /sec)
765.31/766.52	c 767	decisions             : 785005         (1.74 % random) (1035 /sec)
765.31/766.52	c 767	propagations          : 174957638      (230613 /sec)
765.31/766.52	c 767	conflict literals     : 10570619       (51.48 % deleted)
765.31/766.52	c 767	Memory used           : 47.76 MB
765.31/766.52	c 767	CPU time              : 758.664 s
765.31/766.52	c 767	
765.31/766.52	c 767	UNSATISFIABLE
765.31/766.53	c 767	DECODING HOME/temp.out WITH HOME/temp.map
765.31/766.53	c 767	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'
765.40/766.61	c 767	Decoding HOME/temp.out
765.40/766.63	s UNSATISFIABLE
765.40/766.64	c 767	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
765.40/766.70	c 767	CPU 765.45 (0.05 0.02 764.92 0.46)
765.40/766.70	c 767	END Sun Jul 12 11:47:47 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.82 4/73 29862
/proc/meminfo: memFree=1827296/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=4708 CPUtime=0
/proc/29862/stat : 29862 (sugar) R 29860 29862 27832 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 26192766 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 271635772809 0 0 4096 0 0 0 0 17 1 0 0
/proc/29862/statm: 1177 43 33 3 0 8 0

[startup+0.0648561 s]
/proc/loadavg: 2.00 2.00 1.82 4/73 29862
/proc/meminfo: memFree=1827296/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16212 CPUtime=0.05
/proc/29862/stat : 29862 (sugar) R 29860 29862 27832 0 -1 4194304 964 0 0 0 3 2 0 0 18 0 1 0 26192766 16601088 932 996147200 4194304 4206940 548682068608 18446744073709551615 271638237921 0 0 4224 0 0 0 0 17 1 0 0
/proc/29862/statm: 4053 932 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.102856 s]
/proc/loadavg: 2.00 2.00 1.82 4/73 29862
/proc/meminfo: memFree=1827296/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=0.07
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26192766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301875 s]
/proc/loadavg: 2.00 2.00 1.82 4/73 29862
/proc/meminfo: memFree=1827296/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=0.07
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26192766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701916 s]
/proc/loadavg: 2.00 2.00 1.82 4/73 29862
/proc/meminfo: memFree=1827296/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=0.07
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26192766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.502 s]
/proc/loadavg: 2.00 2.00 1.82 3/84 29874
/proc/meminfo: memFree=1805960/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=1.07
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1309 8072 0 1 5 2 93 7 16 0 1 0 26192766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10217 s]
/proc/loadavg: 2.00 2.00 1.82 3/84 29884
/proc/meminfo: memFree=1798984/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=1.07
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1309 8072 0 1 5 2 93 7 16 0 1 0 26192766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1111 409 3 0 796 0
[pid=29875] ppid=29862 vsize=5356 CPUtime=0
/proc/29875/stat : 29875 (sh) S 29862 29862 27832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26192881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29875/statm: 1339 233 193 169 0 50 0
[pid=29876] ppid=29875 vsize=864376 CPUtime=1.93
/proc/29876/stat : 29876 (java) S 29875 29862 27832 0 -1 0 15155 0 1 0 186 7 0 0 18 0 9 0 26192881 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29876/statm: 216094 14396 2566 9 0 210599 0
[pid=29876/tid=29877] ppid=29875 vsize=864376 CPUtime=1.07
/proc/29876/task/29877/stat : 29877 (java) R 29875 29862 27832 0 -1 64 2892 0 1 0 105 2 0 0 25 0 9 0 26192882 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29878] ppid=29875 vsize=864376 CPUtime=0.8
/proc/29876/task/29878/stat : 29878 (java) R 29875 29862 27832 0 -1 64 11249 0 0 0 76 4 0 0 16 0 9 0 26192883 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 104188830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29879] ppid=29875 vsize=864376 CPUtime=0
/proc/29876/task/29879/stat : 29879 (java) S 29875 29862 27832 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26192883 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29880] ppid=29875 vsize=864376 CPUtime=0
/proc/29876/task/29880/stat : 29880 (java) S 29875 29862 27832 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26192883 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29881] ppid=29875 vsize=864376 CPUtime=0
/proc/29876/task/29881/stat : 29881 (java) S 29875 29862 27832 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26192885 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29882] ppid=29875 vsize=864376 CPUtime=0.04
/proc/29876/task/29882/stat : 29882 (java) S 29875 29862 27832 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 26192885 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29883] ppid=29875 vsize=864376 CPUtime=0
/proc/29876/task/29883/stat : 29883 (java) S 29875 29862 27832 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26192885 885121024 14396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29884] ppid=29875 vsize=864376 CPUtime=0
/proc/29876/task/29884/stat : 29884 (java) S 29875 29862 27832 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26192885 885121024 14396 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) 886600

[startup+6.30249 s]
/proc/loadavg: 2.08 2.02 1.83 3/84 29884
/proc/meminfo: memFree=1750408/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=1.07
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1310 8072 0 1 5 2 93 7 15 0 1 0 26192766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1111 409 3 0 796 0
[pid=29875] ppid=29862 vsize=5356 CPUtime=0
/proc/29875/stat : 29875 (sh) S 29862 29862 27832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26192881 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29875/statm: 1339 233 193 169 0 50 0
[pid=29876] ppid=29875 vsize=864488 CPUtime=5.1
/proc/29876/stat : 29876 (java) S 29875 29862 27832 0 -1 0 20321 0 1 0 497 13 0 0 18 0 9 0 26192881 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29876/statm: 216122 19459 2590 9 0 210599 0
[pid=29876/tid=29877] ppid=29875 vsize=864488 CPUtime=3.57
/proc/29876/task/29877/stat : 29877 (java) R 29875 29862 27832 0 -1 64 3329 0 1 0 351 6 0 0 25 0 9 0 26192882 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29878] ppid=29875 vsize=864488 CPUtime=1.43
/proc/29876/task/29878/stat : 29878 (java) S 29875 29862 27832 0 -1 64 15955 0 0 0 137 6 0 0 16 0 9 0 26192883 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29879] ppid=29875 vsize=864488 CPUtime=0
/proc/29876/task/29879/stat : 29879 (java) S 29875 29862 27832 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26192883 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29880] ppid=29875 vsize=864488 CPUtime=0
/proc/29876/task/29880/stat : 29880 (java) S 29875 29862 27832 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26192883 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29881] ppid=29875 vsize=864488 CPUtime=0
/proc/29876/task/29881/stat : 29881 (java) S 29875 29862 27832 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26192885 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29882] ppid=29875 vsize=864488 CPUtime=0.08
/proc/29876/task/29882/stat : 29882 (java) S 29875 29862 27832 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26192885 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29883] ppid=29875 vsize=864488 CPUtime=0
/proc/29876/task/29883/stat : 29883 (java) S 29875 29862 27832 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26192885 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29876/tid=29884] ppid=29875 vsize=864488 CPUtime=0
/proc/29876/task/29884/stat : 29884 (java) R 29875 29862 27832 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26192885 885235712 19459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886712

[startup+12.7011 s]
/proc/loadavg: 2.07 2.02 1.83 3/76 29886
/proc/meminfo: memFree=1800136/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=16280 CPUtime=6.03
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 3942 0 0 0 601 2 0 0 25 0 1 0 26193429 16670720 3928 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29886/statm: 4070 3928 75 150 0 3917 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 38504

[startup+25.5015 s]
/proc/loadavg: 2.06 2.01 1.83 3/76 29886
/proc/meminfo: memFree=1798728/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=17924 CPUtime=18.77
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 4327 0 0 0 1874 3 0 0 25 0 1 0 26193429 18354176 4313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29886/statm: 4481 4313 75 150 0 4328 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 40148

[startup+51.1011 s]
/proc/loadavg: 2.04 2.01 1.83 3/76 29886
/proc/meminfo: memFree=1795912/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=20808 CPUtime=44.24
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 5048 0 0 0 4421 3 0 0 25 0 1 0 26193429 21307392 5034 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 1 0 0
/proc/29886/statm: 5202 5034 75 150 0 5049 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 43032

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.84 3/76 29886
/proc/meminfo: memFree=1793288/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=23436 CPUtime=95.2
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 5694 0 0 0 9516 4 0 0 25 0 1 0 26193429 23998464 5680 996147200 134512640 135127466 4294956256 18446744073709551615 134527978 0 0 4096 3 0 0 0 17 1 0 0
/proc/29886/statm: 5859 5680 75 150 0 5706 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 45660

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.84 3/76 29886
/proc/meminfo: memFree=1788744/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=27848 CPUtime=154.91
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 6790 0 0 0 15485 6 0 0 25 0 1 0 26193429 28516352 6776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29886/statm: 6962 6776 75 150 0 6809 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 50072

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

Current children cumulated CPU time (s) 461.22
Current children cumulated vsize (KiB) 70192

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.89 3/76 30032
/proc/meminfo: memFree=1728264/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=47968 CPUtime=514.71
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 11822 0 0 0 51455 16 0 0 25 0 1 0 26193429 49119232 11808 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 11992 11808 75 150 0 11839 0
Current children cumulated CPU time (s) 521.2
Current children cumulated vsize (KiB) 70192

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.90 3/76 30032
/proc/meminfo: memFree=1728008/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48372 CPUtime=574.68
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 11905 0 0 0 57452 16 0 0 25 0 1 0 26193429 49532928 11891 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12093 11891 75 150 0 11940 0
Current children cumulated CPU time (s) 581.17
Current children cumulated vsize (KiB) 70596

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.90 3/76 30032
/proc/meminfo: memFree=1727624/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48504 CPUtime=634.66
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 11953 0 0 0 63450 16 0 0 25 0 1 0 26193429 49668096 11939 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12126 11939 75 150 0 11973 0
Current children cumulated CPU time (s) 641.15
Current children cumulated vsize (KiB) 70728

[startup+702.302 s]
/proc/loadavg: 2.14 2.04 1.92 3/87 30071
/proc/meminfo: memFree=1699504/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48904 CPUtime=694.64
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 12035 0 0 0 69446 18 0 0 25 0 1 0 26193429 50077696 12021 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12226 12021 75 150 0 12073 0
Current children cumulated CPU time (s) 701.13
Current children cumulated vsize (KiB) 71128

[startup+762.307 s]
/proc/loadavg: 2.05 2.03 1.92 3/87 30071
/proc/meminfo: memFree=1699248/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48904 CPUtime=754.62
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 12047 0 0 0 75444 18 0 0 25 0 1 0 26193429 50077696 12033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12226 12033 75 150 0 12073 0
Current children cumulated CPU time (s) 761.11
Current children cumulated vsize (KiB) 71128

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

[startup+764.702 s]
/proc/loadavg: 2.04 2.03 1.92 3/87 30071
/proc/meminfo: memFree=1699248/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48904 CPUtime=757.02
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 12047 0 0 0 75684 18 0 0 25 0 1 0 26193429 50077696 12033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12226 12033 75 150 0 12073 0
Current children cumulated CPU time (s) 763.51
Current children cumulated vsize (KiB) 71128

[startup+765.501 s]
/proc/loadavg: 2.04 2.03 1.92 3/87 30071
/proc/meminfo: memFree=1699248/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48904 CPUtime=757.82
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 12047 0 0 0 75764 18 0 0 25 0 1 0 26193429 50077696 12033 996147200 134512640 135127466 4294956256 18446744073709551615 134523492 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12226 12033 75 150 0 12073 0
Current children cumulated CPU time (s) 764.31
Current children cumulated vsize (KiB) 71128

[startup+766.302 s]
/proc/loadavg: 2.04 2.03 1.92 3/87 30071
/proc/meminfo: memFree=1699248/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48904 CPUtime=758.62
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 12047 0 0 0 75844 18 0 0 25 0 1 0 26193429 50077696 12033 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12226 12033 75 150 0 12073 0
Current children cumulated CPU time (s) 765.11
Current children cumulated vsize (KiB) 71128

[startup+766.502 s]
/proc/loadavg: 2.04 2.03 1.92 3/87 30071
/proc/meminfo: memFree=1699248/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=6.49
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1376 28704 0 2 5 2 619 23 16 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=29885] ppid=29862 vsize=5356 CPUtime=0
/proc/29885/stat : 29885 (sh) S 29862 29862 27832 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26193429 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29885/statm: 1339 232 193 169 0 50 0
[pid=29886] ppid=29885 vsize=48904 CPUtime=758.82
/proc/29886/stat : 29886 (minisat) R 29885 29862 27832 0 -1 4194304 12047 0 0 0 75864 18 0 0 25 0 1 0 26193429 50077696 12033 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29886/statm: 12226 12033 75 150 0 12073 0
Current children cumulated CPU time (s) 765.31
Current children cumulated vsize (KiB) 71128

[startup+766.602 s]
/proc/loadavg: 2.04 2.03 1.92 4/95 30081
/proc/meminfo: memFree=1743536/2055920 swapFree=4192812/4192956
[pid=29862] ppid=29860 vsize=16868 CPUtime=765.35
/proc/29862/stat : 29862 (sugar) S 29860 29862 27832 0 -1 4194304 1430 41045 0 2 5 2 76485 43 17 0 1 0 26192766 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29862/statm: 4217 1113 409 3 0 796 0
[pid=30072] ppid=29862 vsize=5356 CPUtime=0
/proc/30072/stat : 30072 (sh) S 29862 29862 27832 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26269420 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30072/statm: 1339 233 193 169 0 50 0
[pid=30073] ppid=30072 vsize=862008 CPUtime=0.05
/proc/30073/stat : 30073 (java) S 30072 29862 27832 0 -1 0 2517 0 1 0 3 2 0 0 19 0 9 0 26269420 882696192 2029 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30073/statm: 215502 2029 1130 9 0 210415 0
[pid=30073/tid=30074] ppid=30072 vsize=862008 CPUtime=0.04
/proc/30073/task/30074/stat : 30074 (java) R 30072 29862 27832 0 -1 64 1610 0 1 0 3 1 0 0 25 0 9 0 26269421 882696192 2030 996147200 134512640 134550932 4294955984 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30075] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30075/stat : 30075 (java) S 30072 29862 27832 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 26269423 882696192 2030 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30076] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30076/stat : 30076 (java) S 30072 29862 27832 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 26269423 882696192 2031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30077] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30077/stat : 30077 (java) S 30072 29862 27832 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 26269423 882696192 2031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30078] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30078/stat : 30078 (java) S 30072 29862 27832 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 26269425 882696192 2031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30079] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30079/stat : 30079 (java) R 30072 29862 27832 0 -1 64 213 0 0 0 0 0 0 0 25 0 9 0 26269425 882696192 2031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30080] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30080/stat : 30080 (java) S 30072 29862 27832 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26269425 882696192 2032 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30073/tid=30081] ppid=30072 vsize=862008 CPUtime=0
/proc/30073/task/30081/stat : 30081 (java) S 30072 29862 27832 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26269425 882696192 2032 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 765.4
Current children cumulated vsize (KiB) 884232

Child status: 0
Real time (s): 766.704
CPU time (s): 765.484
CPU user time (s): 764.988
CPU system time (s): 0.495924
CPU usage (%): 99.8409
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 764.988
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46255
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= 3594
involuntary context switches= 7687

runsolver used 0.870867 second user time and 2.6276 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 11:35:00
IDJOB=2090750
IDBENCH=59886
IDSOLVER=739
FILE ID=node67/2090750-1247391300
PBS_JOBID= 9507245
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-40_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-2090750-1247391300/watcher-2090750-1247391300 -o /tmp/evaluation-result-2090750-1247391300/solver-2090750-1247391300 -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-2090750-1247391300.xml

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

MD5SUM BENCH= a91b122166d09430f4c9a44f5a97b7f6
RANDOM SEED=1647403579

node67.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.239
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.239
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:       1827776 kB
Buffers:         21860 kB
Cached:         128896 kB
SwapCached:          0 kB
Active:         105932 kB
Inactive:        69156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3460 kB
Writeback:           0 kB
Mapped:          35024 kB
Slab:            38196 kB
Committed_AS:   265816 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node67 at 2009-07-12 11:47:47