Trace number 2091432

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 423.212 427.006

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-31_ext.xml
MD5SUM3958cce424d81eccb8c29d360f2c4ae6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.007
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
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 12:29:00 2009
0.00/0.08	c 0	PID 28364
0.07/0.09	c 0	HOST node52.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2091432-1247394540.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091432-1247394540.xml' 'HOME/temp.csp'
0.07/0.79	c 1	1 domains, 40 variables, 0 predicates, 330 relations, 330 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.76/0.91	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 701 expressions
1.02/1.15	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.15	c 2	Converting to clausal form CSP
1.02/1.17	c 2	converted 71 (10%) expressions
1.02/1.17	c 2	converted 141 (20%) expressions
1.02/1.18	c 2	converted 211 (30%) expressions
1.11/1.22	c 2	converted 281 (40%) expressions
1.11/1.23	c 2	converted 351 (50%) expressions
1.11/1.25	c 2	converted 421 (60%) expressions
1.11/1.27	c 2	converted 491 (70%) expressions
1.11/1.29	c 2	converted 561 (80%) expressions
1.21/1.31	c 2	converted 631 (90%) expressions
1.21/1.38	c 2	converted 701 (100%) expressions
1.21/1.38	c 2	CSP : 40 integers, 0 booleans, 330 clauses, largest domain size 19
1.21/1.38	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.38	c 2	Propagation in CSP
1.21/1.38	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.39	c 2	CSP : 40 integers, 0 booleans, 330 clauses, largest domain size 19
1.21/1.39	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.39	c 2	Simplifing CSP by introducing new Boolean variables
1.21/1.39	c 2	CSP : 40 integers, 0 booleans, 330 clauses, largest domain size 19
1.21/1.39	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.44	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.31/1.44	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.31/1.44	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.31/1.44	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.31/1.45	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.31/1.45	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.31/1.45	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.31/1.45	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.31/1.45	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.31/1.45	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.41/1.50	c 2	33 (10%) CSP clauses are encoded (2681 clauses, 39469 bytes)
1.41/1.52	c 2	66 (20%) CSP clauses are encoded (4924 clauses, 77171 bytes)
1.41/1.54	c 2	99 (30%) CSP clauses are encoded (7027 clauses, 113714 bytes)
1.41/1.55	c 2	132 (40%) CSP clauses are encoded (9132 clauses, 153219 bytes)
1.41/1.56	c 2	165 (50%) CSP clauses are encoded (11238 clauses, 192629 bytes)
1.41/1.58	c 2	198 (60%) CSP clauses are encoded (13444 clauses, 233916 bytes)
1.41/1.59	c 2	231 (70%) CSP clauses are encoded (15501 clauses, 272507 bytes)
1.51/1.61	c 2	264 (80%) CSP clauses are encoded (17593 clauses, 311660 bytes)
1.51/1.62	c 2	297 (90%) CSP clauses are encoded (19773 clauses, 352376 bytes)
1.51/1.63	c 2	330 (100%) CSP clauses are encoded (22019 clauses, 394241 bytes)
1.51/1.63	c 2	330 CSP clauses encoded
1.51/1.64	c 2	Writing map file : HOME/temp.map
1.51/1.64	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.64	c 2	SAT : 720 SAT variables, 22019 SAT clauses, 394241 bytes
1.51/1.64	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.67	c 2	SOLVING HOME/temp.cnf
1.51/1.67	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.51/1.67	c 2	This is MiniSat 2.0 beta
1.51/1.67	c 2	WARNING: for repeatability, setting FPU to use double precision
1.51/1.67	c 2	============================[ Problem Statistics ]=============================
1.51/1.67	c 2	|                                                                             |
1.51/1.67	c 2	|  Number of variables:  720                                                  |
1.51/1.67	c 2	|  Number of clauses:    22019                                                |
1.51/1.69	c 2	|  Parsing time:         0.01         s                                       |
1.51/1.69	c 2	============================[ Search Statistics ]==============================
1.51/1.69	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.51/1.69	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.51/1.69	c 2	===============================================================================
1.51/1.69	c 2	|         0 |     720    22019    80705 |     7339        0    nan |  0.000 % |
1.57/1.70	c 2	|       100 |     720    22019    80705 |     8073      100     12 |  0.000 % |
1.57/1.72	c 2	|       251 |     720    22019    80705 |     8880      251     14 |  0.005 % |
1.57/1.74	c 2	|       477 |     720    22019    80705 |     9769      477     13 |  0.004 % |
1.57/1.78	c 2	|       814 |     720    22019    80705 |    10746      814     13 |  0.010 % |
1.57/1.84	c 2	|      1320 |     720    22019    80705 |    11820     1320     13 |  0.005 % |
1.57/1.93	c 2	|      2081 |     720    22019    80705 |    13002     2081     13 |  0.005 % |
1.57/2.07	c 2	|      3221 |     720    22019    80705 |    14302     3221     13 |  0.004 % |
2.18/2.31	c 3	|      4929 |     720    22019    80705 |    15733     4929     14 |  0.006 % |
2.48/2.66	c 3	|      7491 |     720    22019    80705 |    17306     7491     14 |  0.006 % |
3.08/3.28	c 4	|     11336 |     720    22019    80705 |    19037    11336     15 |  0.003 % |
4.16/4.35	c 5	|     17102 |     720    22019    80705 |    20940    17102     15 |  0.005 % |
6.04/6.28	c 7	|     25752 |     720    22019    80705 |    23035    15216     15 |  0.006 % |
9.11/9.38	c 10	|     38726 |     720    22019    80705 |    25338    16605     15 |  0.006 % |
13.66/13.97	c 14	|     58187 |     720    22019    80705 |    27872    22873     16 |  0.001 % |
20.99/21.31	c 22	|     87379 |     720    22019    80705 |    30659    21547     16 |  0.003 % |
33.18/33.62	c 34	|    131168 |     720    22019    80705 |    33725    30071     17 |  0.005 % |
53.38/54.09	c 54	|    196852 |     720    22019    80705 |    37098    17785     15 |  0.012 % |
83.41/84.33	c 85	|    295378 |     719    21957    80536 |    40807    20808     18 |  0.139 % |
129.86/131.22	c 132	|    443167 |     718    21884    80281 |    44888    24601     17 |  0.279 % |
205.36/207.41	c 208	|    664850 |     718    21884    80281 |    49377    31098     21 |  0.278 % |
324.65/327.82	c 328	|    997375 |     712    21433    78564 |    54315    15631     14 |  1.111 % |
423.02/426.83	c 427	===============================================================================
423.02/426.83	c 427	restarts              : 22
423.02/426.83	c 427	conflicts             : 1269161        (3012 /sec)
423.02/426.83	c 427	decisions             : 1535975        (1.39 % random) (3645 /sec)
423.02/426.83	c 427	propagations          : 143119044      (339603 /sec)
423.02/426.83	c 427	conflict literals     : 23582177       (36.74 % deleted)
423.02/426.83	c 427	Memory used           : 12.82 MB
423.02/426.83	c 427	CPU time              : 421.431 s
423.02/426.83	c 427	
423.02/426.83	c 427	SATISFIABLE
423.02/426.83	c 427	DECODING HOME/temp.out WITH HOME/temp.map
423.02/426.83	c 427	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'
423.06/426.91	c 427	Decoding HOME/temp.out
423.06/426.94	s SATISFIABLE
423.06/426.94	v 3 8 14 16 15 17 16 6 12 18 15 16 8 15 7 7 6 9 8 16 17 11 5 4 6 15 11 5 10 17 16 12 5 6 10 14 3 8 13 16
423.06/426.96	c 427	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
423.06/427.00	c 427	CPU 423.18 (0.06 0.02 422.91 0.19)
423.06/427.00	c 427	END Sun Jul 12 12:36:07 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-2091432-1247394540/watcher-2091432-1247394540 -o /tmp/evaluation-result-2091432-1247394540/solver-2091432-1247394540 -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-2091432-1247394540.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.07 2.00 2.00 4/74 28364
/proc/meminfo: memFree=1808960/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=12000 CPUtime=0
/proc/28364/stat : 28364 (sugar) R 28362 28364 28236 0 -1 4194304 186 0 0 0 0 0 0 0 23 0 1 0 26517499 12288000 154 996147200 4194304 4206940 548682068608 18446744073709551615 273667343760 0 0 4224 0 0 0 0 17 1 0 0
/proc/28364/statm: 3000 154 116 3 0 100 0

[startup+0.0886399 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28364
/proc/meminfo: memFree=1808960/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16740 CPUtime=0.07
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 26517499 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102344 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28364
/proc/meminfo: memFree=1808960/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=0.07
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26517499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301309 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28364
/proc/meminfo: memFree=1808960/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=0.07
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26517499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702339 s]
/proc/loadavg: 2.07 2.00 2.00 4/74 28364
/proc/meminfo: memFree=1808960/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=0.07
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26517499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 28386
/proc/meminfo: memFree=1800040/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=0.77
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1310 4805 0 1 6 2 65 4 15 0 1 0 26517499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1111 409 3 0 796 0
[pid=28377] ppid=28364 vsize=5356 CPUtime=0
/proc/28377/stat : 28377 (sh) S 28364 28364 28236 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26517582 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28377/statm: 1339 233 193 169 0 50 0
[pid=28378] ppid=28377 vsize=864448 CPUtime=0.64
/proc/28378/stat : 28378 (java) S 28377 28364 28236 0 -1 0 6820 0 1 0 60 4 0 0 18 0 9 0 26517582 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28378/statm: 216112 6078 2590 9 0 210589 0
[pid=28378/tid=28379] ppid=28377 vsize=864448 CPUtime=0.34
/proc/28378/task/28379/stat : 28379 (java) R 28377 28364 28236 0 -1 64 2718 0 1 0 32 2 0 0 18 0 9 0 26517583 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28380] ppid=28377 vsize=864448 CPUtime=0.2
/proc/28378/task/28380/stat : 28380 (java) R 28377 28364 28236 0 -1 64 3071 0 0 0 19 1 0 0 16 0 9 0 26517585 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 102572054 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28381] ppid=28377 vsize=864448 CPUtime=0
/proc/28378/task/28381/stat : 28381 (java) S 28377 28364 28236 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26517585 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28382] ppid=28377 vsize=864448 CPUtime=0
/proc/28378/task/28382/stat : 28382 (java) S 28377 28364 28236 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26517585 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28383] ppid=28377 vsize=864448 CPUtime=0
/proc/28378/task/28383/stat : 28383 (java) S 28377 28364 28236 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26517587 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28384] ppid=28377 vsize=864448 CPUtime=0.08
/proc/28378/task/28384/stat : 28384 (java) S 28377 28364 28236 0 -1 64 332 0 0 0 8 0 0 0 16 0 9 0 26517587 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28385] ppid=28377 vsize=864448 CPUtime=0
/proc/28378/task/28385/stat : 28385 (java) S 28377 28364 28236 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26517587 885194752 6078 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28386] ppid=28377 vsize=864448 CPUtime=0
/proc/28378/task/28386/stat : 28386 (java) S 28377 28364 28236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26517587 885194752 6078 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) 886672

[startup+3.1015 s]
/proc/loadavg: 2.06 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1802984/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 15 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=3868 CPUtime=1.41
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 714 0 0 0 141 0 0 0 25 0 1 0 26517667 3960832 700 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 967 700 75 150 0 814 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26092

[startup+6.30172 s]
/proc/loadavg: 2.06 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1801192/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=4876 CPUtime=4.57
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 971 0 0 0 457 0 0 0 25 0 1 0 26517667 4993024 957 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 1219 957 75 150 0 1066 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27100

[startup+12.7011 s]
/proc/loadavg: 2.05 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1800360/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=5572 CPUtime=10.9
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 1147 0 0 0 1090 0 0 0 25 0 1 0 26517667 5705728 1133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 1393 1133 75 150 0 1240 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 27796

[startup+25.503 s]
/proc/loadavg: 2.04 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1799528/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=6544 CPUtime=23.59
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 1363 0 0 0 2358 1 0 0 25 0 1 0 26517667 6701056 1349 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 1636 1349 75 150 0 1483 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28768

[startup+51.1027 s]
/proc/loadavg: 2.03 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1798504/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=7468 CPUtime=48.95
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 1623 0 0 0 4894 1 0 0 25 0 1 0 26517667 7647232 1609 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 1867 1609 75 150 0 1714 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 29692

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1796904/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=8900 CPUtime=99.67
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 1968 0 0 0 9965 2 0 0 25 0 1 0 26517667 9113600 1954 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 2225 1954 75 150 0 2072 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 31124

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1795048/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=10240 CPUtime=159.11
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2279 0 0 0 15908 3 0 0 25 0 1 0 26517667 10485760 2265 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 2560 2265 75 150 0 2407 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 32464

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1793448/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=11332 CPUtime=218.55
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2550 0 0 0 21852 3 0 0 25 0 1 0 26517667 11603968 2536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 2833 2536 75 150 0 2680 0
Current children cumulated CPU time (s) 220.12
Current children cumulated vsize (KiB) 33556

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1792936/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=11748 CPUtime=277.99
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2646 0 0 0 27796 3 0 0 25 0 1 0 26517667 12029952 2632 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 2937 2632 75 150 0 2784 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 33972

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28388
/proc/meminfo: memFree=1791848/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=12164 CPUtime=337.43
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2747 0 0 0 33739 4 0 0 25 0 1 0 26517667 12455936 2733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 3041 2733 75 150 0 2888 0
Current children cumulated CPU time (s) 339
Current children cumulated vsize (KiB) 34388

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810280/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=12992 CPUtime=396.95
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2950 0 0 0 39690 5 0 0 25 0 1 0 26517667 13303808 2936 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3248 2936 75 150 0 3095 0
Current children cumulated CPU time (s) 398.52
Current children cumulated vsize (KiB) 35216

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

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=12992 CPUtime=404.15
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2965 0 0 0 40410 5 0 0 25 0 1 0 26517667 13303808 2951 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3248 2951 75 150 0 3095 0
Current children cumulated CPU time (s) 405.72
Current children cumulated vsize (KiB) 35216

[startup+415.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=13124 CPUtime=410.55
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2994 0 0 0 41050 5 0 0 25 0 1 0 26517667 13438976 2980 996147200 134512640 135127466 4294956256 18446744073709551615 134528091 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3281 2980 75 150 0 3128 0
Current children cumulated CPU time (s) 412.12
Current children cumulated vsize (KiB) 35348

[startup+422.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=13124 CPUtime=416.95
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 2998 0 0 0 41690 5 0 0 25 0 1 0 26517667 13438976 2984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3281 2984 75 150 0 3128 0
Current children cumulated CPU time (s) 418.52
Current children cumulated vsize (KiB) 35348

[startup+425.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=13124 CPUtime=420.14
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 3006 0 0 0 42009 5 0 0 25 0 1 0 26517667 13438976 2992 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3281 2992 75 150 0 3128 0
Current children cumulated CPU time (s) 421.71
Current children cumulated vsize (KiB) 35348

[startup+426.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=13124 CPUtime=420.94
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 3006 0 0 0 42089 5 0 0 25 0 1 0 26517667 13438976 2992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3281 2992 75 150 0 3128 0
Current children cumulated CPU time (s) 422.51
Current children cumulated vsize (KiB) 35348

[startup+426.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=1.57
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1376 11960 0 2 6 2 139 10 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 28236 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26517667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=13124 CPUtime=421.35
/proc/28388/stat : 28388 (minisat) R 28387 28364 28236 0 -1 4194304 3006 0 0 0 42130 5 0 0 25 0 1 0 26517667 13438976 2992 996147200 134512640 135127466 4294956256 18446744073709551615 134527996 0 0 4096 3 0 0 0 17 0 0 0
/proc/28388/statm: 3281 2992 75 150 0 3128 0
Current children cumulated CPU time (s) 422.92
Current children cumulated vsize (KiB) 35348

[startup+426.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=423.06
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1430 15263 0 2 6 2 42282 16 17 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 423.06
Current children cumulated vsize (KiB) 16868

[startup+427.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 28418
/proc/meminfo: memFree=1810096/2055920 swapFree=4192812/4192956
[pid=28364] ppid=28362 vsize=16868 CPUtime=423.06
/proc/28364/stat : 28364 (sugar) S 28362 28364 28236 0 -1 4194304 1450 15263 0 2 6 2 42282 16 16 0 1 0 26517499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 423.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 427.006
CPU time (s): 423.212
CPU user time (s): 422.986
CPU system time (s): 0.225965
CPU usage (%): 99.1113
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 422.986
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20540
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= 1628
involuntary context switches= 10025

runsolver used 0.516921 second user time and 1.43978 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 12:29:00
IDJOB=2091432
IDBENCH=60059
IDSOLVER=739
FILE ID=node52/2091432-1247394540
PBS_JOBID= 9507387
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-31_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-2091432-1247394540/watcher-2091432-1247394540 -o /tmp/evaluation-result-2091432-1247394540/solver-2091432-1247394540 -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-2091432-1247394540.xml

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

MD5SUM BENCH= 3958cce424d81eccb8c29d360f2c4ae6
RANDOM SEED=634146675

node52.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.236
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.236
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:       1809440 kB
Buffers:         27436 kB
Cached:         123456 kB
SwapCached:          0 kB
Active:         127652 kB
Inactive:        69148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:          57172 kB
Slab:            34704 kB
Committed_AS:   230856 kB
PageTables:       1996 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= 66144 MiB
End job on node52 at 2009-07-12 12:36:07