Trace number 2079695

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 407.958 410.104

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-1_ext.xml
MD5SUMfc3ea51f147b1da003c7c6dfcba76e43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.92355
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 05:16:30 2009
0.05/0.07	c 0	PID 23990
0.05/0.07	c 0	HOST node76.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2079695-1247368590.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079695-1247368590.xml' 'HOME/temp.csp'
0.06/0.76	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/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.06/0.89	c 1	Parsing HOME/temp.csp
1.69/1.88	c 2	parsed 141 expressions
1.69/1.88	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.88	c 2	Converting to clausal form CSP
1.78/1.90	c 2	converted 15 (10%) expressions
1.78/1.92	c 2	converted 29 (20%) expressions
1.78/1.93	c 2	converted 43 (30%) expressions
1.88/2.08	c 2	converted 57 (40%) expressions
1.88/2.08	c 2	converted 71 (50%) expressions
1.99/2.15	c 2	converted 85 (60%) expressions
2.09/2.25	c 2	converted 99 (70%) expressions
2.18/2.36	c 3	converted 113 (80%) expressions
2.28/2.46	c 3	converted 127 (90%) expressions
2.58/2.78	c 3	converted 141 (100%) expressions
2.58/2.78	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.58/2.78	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.78	c 3	Propagation in CSP
2.58/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.58/2.78	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.58/2.78	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.79	c 3	Simplifing CSP by introducing new Boolean variables
2.58/2.79	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.58/2.79	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/2.91	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.78/2.91	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.78/2.92	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.78/2.92	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.78/2.92	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.78/2.92	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.78/2.92	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.78/2.92	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.78/2.92	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.78/2.93	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.78/2.93	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.99/3.11	c 3	6 (10%) CSP clauses are encoded (11175 clauses, 256071 bytes)
3.09/3.24	c 3	12 (20%) CSP clauses are encoded (22022 clauses, 516057 bytes)
3.19/3.37	c 4	18 (30%) CSP clauses are encoded (32722 clauses, 775049 bytes)
3.28/3.49	c 4	24 (40%) CSP clauses are encoded (43588 clauses, 1045643 bytes)
3.48/3.62	c 4	30 (50%) CSP clauses are encoded (54359 clauses, 1314026 bytes)
3.58/3.74	c 4	36 (60%) CSP clauses are encoded (65157 clauses, 1588132 bytes)
3.68/3.87	c 4	42 (70%) CSP clauses are encoded (75887 clauses, 1872443 bytes)
3.77/3.99	c 4	48 (80%) CSP clauses are encoded (86687 clauses, 2161789 bytes)
3.98/4.12	c 4	54 (90%) CSP clauses are encoded (97549 clauses, 2452379 bytes)
4.08/4.25	c 4	60 (100%) CSP clauses are encoded (108343 clauses, 2741206 bytes)
4.08/4.25	c 4	60 CSP clauses encoded
4.08/4.25	c 4	Writing map file : HOME/temp.map
4.08/4.25	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.25	c 4	SAT : 380 SAT variables, 108343 SAT clauses, 2741206 bytes
4.08/4.25	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.27	c 4	SOLVING HOME/temp.cnf
4.08/4.27	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.08/4.27	c 4	This is MiniSat 2.0 beta
4.08/4.27	c 4	WARNING: for repeatability, setting FPU to use double precision
4.08/4.27	c 4	============================[ Problem Statistics ]=============================
4.08/4.27	c 4	|                                                                             |
4.08/4.27	c 4	|  Number of variables:  380                                                  |
4.08/4.27	c 4	|  Number of clauses:    108343                                               |
4.17/4.34	c 5	|  Parsing time:         0.06         s                                       |
4.17/4.34	c 5	============================[ Search Statistics ]==============================
4.17/4.34	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.17/4.34	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.17/4.34	c 5	===============================================================================
4.17/4.34	c 5	|         0 |     380   108343   595113 |    36114        0    nan |  0.000 % |
4.27/4.41	c 5	|       100 |     380   108343   595113 |    39725      100     10 |  0.001 % |
4.27/4.48	c 5	|       250 |     380   108343   595113 |    43698      250     10 |  0.013 % |
4.36/4.56	c 5	|       475 |     380   108343   595113 |    48068      475     10 |  0.013 % |
4.56/4.72	c 5	|       812 |     380   108343   595113 |    52874      812     11 |  0.013 % |
4.76/4.97	c 5	|      1318 |     380   108343   595113 |    58162     1318     12 |  0.013 % |
5.06/5.27	c 5	|      2077 |     380   108343   595113 |    63978     2077     12 |  0.013 % |
5.45/5.63	c 6	|      3218 |     380   108343   595113 |    70376     3218     12 |  0.013 % |
5.95/6.15	c 6	|      4926 |     380   108343   595113 |    77414     4926     12 |  0.013 % |
6.85/7.05	c 7	|      7489 |     380   108343   595113 |    85155     7489     12 |  0.014 % |
8.54/8.72	c 9	|     11335 |     380   108343   595113 |    93671    11335     13 |  0.014 % |
11.43/11.61	c 12	|     17102 |     380   108343   595113 |   103038    17102     13 |  0.014 % |
15.30/15.57	c 16	|     25751 |     380   108343   595113 |   113342    25751     14 |  0.017 % |
23.47/23.78	c 24	|     38726 |     380   108343   595113 |   124676    38726     14 |  0.019 % |
38.79/39.10	c 39	|     58187 |     380   108343   595113 |   137144    58187     14 |  0.019 % |
57.80/58.28	c 58	|     87383 |     380   108343   595113 |   150858    87383     15 |  0.001 % |
105.26/105.93	c 106	|    131172 |     380   108343   595113 |   165944   131172     16 |  0.003 % |
177.31/178.32	c 178	|    196857 |     380   108343   595113 |   182538    49790     18 |  0.006 % |
286.37/287.98	c 288	|    295384 |     379   107415   590793 |   200792   145197     19 |  0.266 % |
407.77/409.92	c 410	===============================================================================
407.77/409.93	c 410	restarts              : 19
407.77/409.93	c 410	conflicts             : 382175         (947 /sec)
407.77/409.93	c 410	decisions             : 450243         (1.53 % random) (1116 /sec)
407.77/409.93	c 410	propagations          : 17334456       (42951 /sec)
407.77/409.93	c 410	conflict literals     : 6727693        (30.31 % deleted)
407.77/409.93	c 410	Memory used           : 30.93 MB
407.77/409.93	c 410	CPU time              : 403.584 s
407.77/409.93	c 410	
407.77/409.93	c 410	SATISFIABLE
407.77/409.93	c 410	DECODING HOME/temp.out WITH HOME/temp.map
407.77/409.93	c 410	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'
407.82/410.01	c 410	Decoding HOME/temp.out
407.82/410.03	s SATISFIABLE
407.82/410.03	v 2 15 1 9 0 16 13 14 5 6 15 18 2 16 17 16 12 13 0 9
407.82/410.05	c 410	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
407.82/410.10	c 410	CPU 407.93 (0.06 0.01 407.59 0.27)
407.82/410.10	c 410	END Sun Jul 12 05:23:20 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-2079695-1247368590/watcher-2079695-1247368590 -o /tmp/evaluation-result-2079695-1247368590/solver-2079695-1247368590 -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-2079695-1247368590.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.02 2.02 2.11 4/75 23990
/proc/meminfo: memFree=1763064/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=12272 CPUtime=0
/proc/23990/stat : 23990 (sugar) R 23988 23990 20604 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23924352 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/23990/statm: 3068 327 246 3 0 168 0

[startup+0.067316 s]
/proc/loadavg: 2.02 2.02 2.11 4/75 23990
/proc/meminfo: memFree=1763064/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16344 CPUtime=0.05
/proc/23990/stat : 23990 (sugar) R 23988 23990 20604 0 -1 4194304 1011 0 0 0 4 1 0 0 18 0 1 0 23924352 16736256 979 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 1 0 0
/proc/23990/statm: 4086 979 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101317 s]
/proc/loadavg: 2.02 2.02 2.11 4/75 23990
/proc/meminfo: memFree=1763064/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.06
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23924352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301356 s]
/proc/loadavg: 2.02 2.02 2.11 4/75 23990
/proc/meminfo: memFree=1763064/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.06
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23924352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.704437 s]
/proc/loadavg: 2.02 2.02 2.11 4/75 23990
/proc/meminfo: memFree=1763064/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.06
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23924352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50259 s]
/proc/loadavg: 2.02 2.02 2.11 3/86 24012
/proc/meminfo: memFree=1752224/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.73
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1309 7063 0 1 5 1 62 5 16 0 1 0 23924352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23924434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=862284 CPUtime=0.66
/proc/24004/stat : 24004 (java) S 24003 23990 20604 0 -1 0 7151 0 1 0 63 3 0 0 19 0 9 0 23924434 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 215571 6427 2158 9 0 210484 0
[pid=24004/tid=24005] ppid=24003 vsize=862284 CPUtime=0.43
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 20604 0 -1 64 2029 0 1 0 42 1 0 0 23 0 9 0 23924435 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=862284 CPUtime=0.18
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 20604 0 -1 64 4114 0 0 0 17 1 0 0 16 0 9 0 23924436 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=862284 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23924437 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=862284 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 20604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23924437 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=862284 CPUtime=0
/proc/24004/task/24009/stat : 24009 (java) S 24003 23990 20604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23924439 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24010] ppid=24003 vsize=862284 CPUtime=0.02
/proc/24004/task/24010/stat : 24010 (java) S 24003 23990 20604 0 -1 64 306 0 0 0 2 0 0 0 17 0 9 0 23924439 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24011] ppid=24003 vsize=862284 CPUtime=0
/proc/24004/task/24011/stat : 24011 (java) S 24003 23990 20604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23924439 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24012] ppid=24003 vsize=862284 CPUtime=0
/proc/24004/task/24012/stat : 24012 (java) S 24003 23990 20604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23924439 882978816 6427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 884508

[startup+3.1029 s]
/proc/loadavg: 2.02 2.02 2.11 4/86 24012
/proc/meminfo: memFree=1726048/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.74
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1310 7063 0 1 6 1 62 5 15 0 1 0 23924352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23924434 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=864488 CPUtime=2.25
/proc/24004/stat : 24004 (java) S 24003 23990 20604 0 -1 0 15268 0 1 0 218 7 0 0 19 0 9 0 23924434 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 216122 14487 2590 9 0 210599 0
[pid=24004/tid=24005] ppid=24003 vsize=864488 CPUtime=1.14
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 20604 0 -1 64 3280 0 1 0 113 1 0 0 19 0 9 0 23924435 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4126550776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=864488 CPUtime=1
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 20604 0 -1 64 10952 0 0 0 96 4 0 0 16 0 9 0 23924436 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=864488 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23924437 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=864488 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 20604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23924437 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=864488 CPUtime=0
/proc/24004/task/24009/stat : 24009 (java) S 24003 23990 20604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23924439 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24010] ppid=24003 vsize=864488 CPUtime=0.07
/proc/24004/task/24010/stat : 24010 (java) S 24003 23990 20604 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23924439 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24011] ppid=24003 vsize=864488 CPUtime=0
/proc/24004/task/24011/stat : 24011 (java) S 24003 23990 20604 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23924439 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24012] ppid=24003 vsize=864488 CPUtime=0
/proc/24004/task/24012/stat : 24012 (java) S 24003 23990 20604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23924439 885235712 14487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886712

[startup+6.30152 s]
/proc/loadavg: 2.18 2.05 2.12 3/78 24014
/proc/meminfo: memFree=1747168/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 15 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=8692 CPUtime=2
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 2064 0 0 0 200 0 0 0 25 0 1 0 23924779 8900608 2050 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 2173 2050 75 150 0 2020 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30916

[startup+12.7017 s]
/proc/loadavg: 2.16 2.05 2.12 3/78 24014
/proc/meminfo: memFree=1745888/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=10028 CPUtime=8.37
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 2374 0 0 0 836 1 0 0 25 0 1 0 23924779 10268672 2360 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 2507 2360 75 150 0 2354 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 32252

[startup+25.5012 s]
/proc/loadavg: 2.13 2.05 2.12 3/78 24014
/proc/meminfo: memFree=1743904/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=11928 CPUtime=21.11
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 2854 0 0 0 2109 2 0 0 25 0 1 0 23924779 12214272 2840 996147200 134512640 135127466 4294956256 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 2982 2840 75 150 0 2829 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 34152

[startup+51.1011 s]
/proc/loadavg: 2.08 2.05 2.11 3/78 24014
/proc/meminfo: memFree=1740256/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=15460 CPUtime=46.59
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 3737 0 0 0 4656 3 0 0 25 0 1 0 23924779 15831040 3723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 3865 3723 75 150 0 3712 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 37684

[startup+102.307 s]
/proc/loadavg: 2.03 2.04 2.10 3/78 24014
/proc/meminfo: memFree=1734688/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=20772 CPUtime=97.54
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 5048 0 0 0 9750 4 0 0 25 0 1 0 23924779 21270528 5034 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 5193 5034 75 150 0 5040 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 42996

[startup+162.302 s]
/proc/loadavg: 2.01 2.03 2.09 4/78 24014
/proc/meminfo: memFree=1730272/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=25016 CPUtime=157.24
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 6049 0 0 0 15719 5 0 0 25 0 1 0 23924779 25616384 6035 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 6254 6035 75 150 0 6101 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 47240

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.08 3/78 24014
/proc/meminfo: memFree=1729440/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=25452 CPUtime=216.94
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 6136 0 0 0 21689 5 0 0 25 0 1 0 23924779 26062848 6122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 6363 6122 75 150 0 6210 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 47676

[startup+282.303 s]
/proc/loadavg: 2.00 2.02 2.08 3/78 24014
/proc/meminfo: memFree=1728992/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=25608 CPUtime=276.65
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 6192 0 0 0 27660 5 0 0 25 0 1 0 23924779 26222592 6178 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 6402 6178 75 150 0 6249 0
Current children cumulated CPU time (s) 280.8
Current children cumulated vsize (KiB) 47832

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.07 3/78 24014
/proc/meminfo: memFree=1725024/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=29220 CPUtime=336.35
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7077 0 0 0 33629 6 0 0 25 0 1 0 23924779 29921280 7063 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7305 7063 75 150 0 7152 0
Current children cumulated CPU time (s) 340.5
Current children cumulated vsize (KiB) 51444

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722464/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=31664 CPUtime=396.06
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7680 0 0 0 39599 7 0 0 25 0 1 0 23924779 32423936 7666 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7916 7666 75 150 0 7763 0
Current children cumulated CPU time (s) 400.21
Current children cumulated vsize (KiB) 53888

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

[startup+403.102 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722464/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=31664 CPUtime=396.85
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7681 0 0 0 39678 7 0 0 25 0 1 0 23924779 32423936 7667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7916 7667 75 150 0 7763 0
Current children cumulated CPU time (s) 401
Current children cumulated vsize (KiB) 53888

[startup+406.302 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722464/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=31664 CPUtime=400.04
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7682 0 0 0 39997 7 0 0 25 0 1 0 23924779 32423936 7668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7916 7668 75 150 0 7763 0
Current children cumulated CPU time (s) 404.19
Current children cumulated vsize (KiB) 53888

[startup+407.902 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722464/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=31664 CPUtime=401.63
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7682 0 0 0 40156 7 0 0 25 0 1 0 23924779 32423936 7668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7916 7668 75 150 0 7763 0
Current children cumulated CPU time (s) 405.78
Current children cumulated vsize (KiB) 53888

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722528/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=31664 CPUtime=403.22
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7683 0 0 0 40315 7 0 0 25 0 1 0 23924779 32423936 7669 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7916 7669 75 150 0 7763 0
Current children cumulated CPU time (s) 407.37
Current children cumulated vsize (KiB) 53888

[startup+409.902 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722528/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=4.15
/proc/23990/stat : 23990 (sugar) S 23988 23990 20604 0 -1 4194304 1374 22686 0 2 6 1 392 16 16 0 1 0 23924352 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1112 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23924779 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=31664 CPUtime=403.62
/proc/24014/stat : 24014 (minisat) R 24013 23990 20604 0 -1 4194304 7683 0 0 0 40355 7 0 0 25 0 1 0 23924779 32423936 7669 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24014/statm: 7916 7669 75 150 0 7763 0
Current children cumulated CPU time (s) 407.77
Current children cumulated vsize (KiB) 53888

[startup+410.104 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 24014
/proc/meminfo: memFree=1722528/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=0 CPUtime=407.93
/proc/23990/stat : 23990 (sugar) Z 23988 23990 20604 0 -1 4194316 1535 34404 0 3 6 1 40759 27 15 0 1 0 23924352 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/23990/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 407.93
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 410.104
CPU time (s): 407.958
CPU user time (s): 407.658
CPU system time (s): 0.299954
CPU usage (%): 99.4766
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 407.658
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35939
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= 2847
involuntary context switches= 7135

runsolver used 0.506922 second user time and 1.37779 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 05:16:30
IDJOB=2079695
IDBENCH=56938
IDSOLVER=739
FILE ID=node76/2079695-1247368590
PBS_JOBID= 9507074
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-1_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-2079695-1247368590/watcher-2079695-1247368590 -o /tmp/evaluation-result-2079695-1247368590/solver-2079695-1247368590 -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-2079695-1247368590.xml

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

MD5SUM BENCH= fc3ea51f147b1da003c7c6dfcba76e43
RANDOM SEED=223901023

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1763480 kB
Buffers:         32548 kB
Cached:         167100 kB
SwapCached:          0 kB
Active:         155788 kB
Inactive:        71548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          38788 kB
Slab:            50272 kB
Committed_AS:   171244 kB
PageTables:       1888 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= 66420 MiB
End job on node76 at 2009-07-12 05:23:20