Trace number 2066660

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 14.4788 14.7408

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32e2.xml
MD5SUM9a607de237210856721bcb33bfef4dc4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.336948
Satisfiable
(Un)Satisfiability was proved
Number of variables534
Number of constraints3013
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3013
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 Sat Jul 11 22:16:13 2009
0.00/0.08	c 0	PID 17836
0.00/0.08	c 0	HOST node67.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066660-1247343372.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066660-1247343372.xml' 'HOME/temp.csp'
0.06/0.63	c 0	1 domains, 534 variables, 4 predicates, 0 relations, 3013 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.74	c 0	Parsing HOME/temp.csp
0.61/0.86	c 0	parsed 3552 expressions
0.61/0.87	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.87	c 0	Converting to clausal form CSP
0.61/0.90	c 0	converted 356 (10%) expressions
0.61/0.95	c 1	converted 711 (20%) expressions
0.61/1.00	c 1	converted 1066 (30%) expressions
0.61/1.09	c 1	converted 1421 (40%) expressions
1.02/1.11	c 1	converted 1776 (50%) expressions
1.02/1.13	c 1	converted 2132 (60%) expressions
1.02/1.14	c 1	converted 2487 (70%) expressions
1.02/1.15	c 1	converted 2842 (80%) expressions
1.02/1.16	c 1	converted 3197 (90%) expressions
1.41/1.50	c 1	converted 3552 (100%) expressions
1.41/1.50	c 1	CSP : 2109 integers, 0 booleans, 6163 clauses, largest domain size 12
1.41/1.50	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.50	c 1	Propagation in CSP
1.41/1.57	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.41/1.58	c 1	CSP : 2109 integers, 0 booleans, 6163 clauses, largest domain size 12
1.41/1.58	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.58	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.59	c 1	CSP : 2109 integers, 0 booleans, 6163 clauses, largest domain size 12
1.41/1.59	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.64	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.64	c 1	211 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.65	c 1	422 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.53/1.66	c 1	633 (30%) CSP integer variables are encoded (663 clauses, 7875 bytes)
1.53/1.66	c 1	844 (40%) CSP integer variables are encoded (2077 clauses, 26257 bytes)
1.53/1.66	c 1	1055 (50%) CSP integer variables are encoded (3497 clauses, 44717 bytes)
1.53/1.67	c 1	1266 (60%) CSP integer variables are encoded (4912 clauses, 63112 bytes)
1.53/1.67	c 1	1477 (70%) CSP integer variables are encoded (6326 clauses, 81494 bytes)
1.53/1.67	c 1	1688 (80%) CSP integer variables are encoded (7746 clauses, 99954 bytes)
1.53/1.68	c 1	1899 (90%) CSP integer variables are encoded (9165 clauses, 120256 bytes)
1.53/1.68	c 1	2109 (100%) CSP integer variables are encoded (10575 clauses, 141406 bytes)
1.62/1.70	c 1	617 (10%) CSP clauses are encoded (11192 clauses, 147963 bytes)
1.62/1.72	c 1	1233 (20%) CSP clauses are encoded (11808 clauses, 155177 bytes)
1.62/1.73	c 1	1849 (30%) CSP clauses are encoded (12424 clauses, 162481 bytes)
1.62/1.74	c 1	2466 (40%) CSP clauses are encoded (13041 clauses, 169797 bytes)
2.61/2.75	c 2	3082 (50%) CSP clauses are encoded (62943 clauses, 1341553 bytes)
4.78/4.92	c 4	3698 (60%) CSP clauses are encoded (169041 clauses, 3908055 bytes)
6.97/7.14	c 7	4315 (70%) CSP clauses are encoded (275190 clauses, 6707497 bytes)
9.14/9.39	c 9	4931 (80%) CSP clauses are encoded (382280 clauses, 9685088 bytes)
11.32/11.59	c 11	5547 (90%) CSP clauses are encoded (489370 clauses, 12694322 bytes)
13.50/13.79	c 13	6163 (100%) CSP clauses are encoded (595438 clauses, 15762085 bytes)
13.50/13.79	c 13	6163 CSP clauses encoded
13.50/13.79	c 13	Writing map file : HOME/temp.map
13.50/13.80	c 13	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.50/13.80	c 13	SAT : 12684 SAT variables, 595438 SAT clauses, 15762085 bytes
13.50/13.80	c 13	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.60/13.84	c 13	SOLVING HOME/temp.cnf
13.60/13.84	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.60/13.85	c 13	This is MiniSat 2.0 beta
13.60/13.85	c 13	WARNING: for repeatability, setting FPU to use double precision
13.60/13.85	c 13	============================[ Problem Statistics ]=============================
13.60/13.85	c 13	|                                                                             |
13.60/13.85	c 13	|  Number of variables:  12684                                                |
13.60/13.85	c 13	|  Number of clauses:    595438                                               |
13.62/14.24	c 14	|  Parsing time:         0.34         s                                       |
13.62/14.27	c 14	============================[ Search Statistics ]==============================
13.62/14.27	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.62/14.27	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.62/14.27	c 14	===============================================================================
13.62/14.27	c 14	|         0 |   12684   595438  3221976 |   198479        0    nan |  0.000 % |
14.06/14.39	c 14	|       100 |   12684   595438  3221976 |   218327      100      9 |  0.000 % |
14.16/14.44	c 14	===============================================================================
14.16/14.44	c 14	restarts              : 2
14.16/14.44	c 14	conflicts             : 108            (206 /sec)
14.16/14.44	c 14	decisions             : 638            (0.78 % random) (1215 /sec)
14.16/14.44	c 14	propagations          : 55277          (105306 /sec)
14.16/14.44	c 14	conflict literals     : 1055           (0.75 % deleted)
14.16/14.44	c 14	Memory used           : 34.63 MB
14.16/14.44	c 14	CPU time              : 0.52492 s
14.16/14.44	c 14	
14.16/14.45	c 14	SATISFIABLE
14.16/14.46	c 14	DECODING HOME/temp.out WITH HOME/temp.map
14.16/14.46	c 14	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'
14.22/14.54	c 14	Decoding HOME/temp.out
14.22/14.65	s SATISFIABLE
14.22/14.67	v 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1
14.22/14.68	c 14	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.22/14.73	c 14	CPU 14.45 (0.06 0.02 13.98 0.39)
14.22/14.73	c 14	END Sat Jul 11 22:16:27 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066660-1247343372/watcher-2066660-1247343372 -o /tmp/evaluation-result-2066660-1247343372/solver-2066660-1247343372 -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-2066660-1247343372.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.11 2.06 2.01 4/74 17836
/proc/meminfo: memFree=691912/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=4708 CPUtime=0
/proc/17836/stat : 17836 (sugar) R 17834 17836 16465 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21399985 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 271635772809 0 0 4096 0 0 0 0 17 1 0 0
/proc/17836/statm: 1177 43 33 3 0 8 0

[startup+0.132219 s]
/proc/loadavg: 2.11 2.06 2.01 4/74 17836
/proc/meminfo: memFree=691912/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.06
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201162 s]
/proc/loadavg: 2.11 2.06 2.01 4/74 17836
/proc/meminfo: memFree=691912/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.06
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301169 s]
/proc/loadavg: 2.11 2.06 2.01 4/74 17836
/proc/meminfo: memFree=691912/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.06
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701212 s]
/proc/loadavg: 2.11 2.06 2.01 4/74 17836
/proc/meminfo: memFree=691912/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.61
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1292 6759 0 1 5 2 50 4 17 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.5023 s]
/proc/loadavg: 2.11 2.06 2.01 4/85 17858
/proc/meminfo: memFree=675824/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.61
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1309 6759 0 1 5 2 50 4 15 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
[pid=17849] ppid=17836 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17836 17836 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21400052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 233 193 169 0 50 0
[pid=17850] ppid=17849 vsize=868596 CPUtime=0.8
/proc/17850/stat : 17850 (java) S 17849 17836 16465 0 -1 0 7274 0 1 0 75 5 0 0 18 0 9 0 21400052 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17850/statm: 217149 6502 2566 9 0 211654 0
[pid=17850/tid=17851] ppid=17849 vsize=868596 CPUtime=0.51
/proc/17850/task/17851/stat : 17851 (java) R 17849 17836 16465 0 -1 64 2691 0 1 0 49 2 0 0 20 0 9 0 21400053 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4126881709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17852] ppid=17849 vsize=868596 CPUtime=0.1
/proc/17850/task/17852/stat : 17852 (java) S 17849 17836 16465 0 -1 64 2394 0 0 0 9 1 0 0 16 0 9 0 21400055 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17853] ppid=17849 vsize=868596 CPUtime=0
/proc/17850/task/17853/stat : 17853 (java) S 17849 17836 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21400055 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17854] ppid=17849 vsize=868596 CPUtime=0
/proc/17850/task/17854/stat : 17854 (java) S 17849 17836 16465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21400055 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17855] ppid=17849 vsize=868596 CPUtime=0
/proc/17850/task/17855/stat : 17855 (java) S 17849 17836 16465 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21400057 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17856] ppid=17849 vsize=868596 CPUtime=0.18
/proc/17850/task/17856/stat : 17856 (java) S 17849 17836 16465 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 21400057 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17857] ppid=17849 vsize=868596 CPUtime=0
/proc/17850/task/17857/stat : 17857 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21400057 889442304 6502 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17858] ppid=17849 vsize=868596 CPUtime=0
/proc/17850/task/17858/stat : 17858 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21400057 889442304 6502 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) 890820

[startup+3.10245 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 17858
/proc/meminfo: memFree=670320/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.62
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1310 6759 0 1 6 2 50 4 16 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
[pid=17849] ppid=17836 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17836 17836 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21400052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 233 193 169 0 50 0
[pid=17850] ppid=17849 vsize=868708 CPUtime=2.39
/proc/17850/stat : 17850 (java) S 17849 17836 16465 0 -1 0 7548 0 1 0 231 8 0 0 18 0 9 0 21400052 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17850/statm: 217177 6626 2590 9 0 211654 0
[pid=17850/tid=17851] ppid=17849 vsize=868708 CPUtime=1.96
/proc/17850/task/17851/stat : 17851 (java) R 17849 17836 16465 0 -1 64 2866 0 1 0 193 3 0 0 25 0 9 0 21400053 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4126521431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17852] ppid=17849 vsize=868708 CPUtime=0.18
/proc/17850/task/17852/stat : 17852 (java) S 17849 17836 16465 0 -1 64 2468 0 0 0 16 2 0 0 16 0 9 0 21400055 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17853] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17853/stat : 17853 (java) S 17849 17836 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21400055 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17854] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17854/stat : 17854 (java) S 17849 17836 16465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21400055 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17855] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17855/stat : 17855 (java) S 17849 17836 16465 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21400057 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17856] ppid=17849 vsize=868708 CPUtime=0.21
/proc/17850/task/17856/stat : 17856 (java) S 17849 17836 16465 0 -1 64 1515 0 0 0 20 1 0 0 16 0 9 0 21400057 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17857] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17857/stat : 17857 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21400057 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17858] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17858/stat : 17858 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21400057 889556992 6626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890932

[startup+6.30178 s]
/proc/loadavg: 2.10 2.06 2.01 3/85 17858
/proc/meminfo: memFree=664624/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.62
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1310 6759 0 1 6 2 50 4 16 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
[pid=17849] ppid=17836 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17836 17836 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21400052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 233 193 169 0 50 0
[pid=17850] ppid=17849 vsize=868708 CPUtime=5.55
/proc/17850/stat : 17850 (java) S 17849 17836 16465 0 -1 0 7788 0 1 0 542 13 0 0 18 0 9 0 21400052 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17850/statm: 217177 6627 2590 9 0 211654 0
[pid=17850/tid=17851] ppid=17849 vsize=868708 CPUtime=5.04
/proc/17850/task/17851/stat : 17851 (java) R 17849 17836 16465 0 -1 64 3105 0 1 0 498 6 0 0 25 0 9 0 21400053 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4126983848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17852] ppid=17849 vsize=868708 CPUtime=0.25
/proc/17850/task/17852/stat : 17852 (java) S 17849 17836 16465 0 -1 64 2468 0 0 0 22 3 0 0 16 0 9 0 21400055 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17853] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17853/stat : 17853 (java) S 17849 17836 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21400055 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17854] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17854/stat : 17854 (java) S 17849 17836 16465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21400055 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17855] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17855/stat : 17855 (java) S 17849 17836 16465 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21400057 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17856] ppid=17849 vsize=868708 CPUtime=0.22
/proc/17850/task/17856/stat : 17856 (java) S 17849 17836 16465 0 -1 64 1516 0 0 0 21 1 0 0 16 0 9 0 21400057 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17857] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17857/stat : 17857 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21400057 889556992 6627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17858] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17858/stat : 17858 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21400057 889556992 6627 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) 890932

[startup+12.7024 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17858
/proc/meminfo: memFree=652848/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.62
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1310 6759 0 1 6 2 50 4 16 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
[pid=17849] ppid=17836 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17836 17836 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21400052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 233 193 169 0 50 0
[pid=17850] ppid=17849 vsize=868708 CPUtime=11.89
/proc/17850/stat : 17850 (java) S 17849 17836 16465 0 -1 0 8274 0 1 0 1167 22 0 0 18 0 9 0 21400052 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17850/statm: 217177 6632 2590 9 0 211654 0
[pid=17850/tid=17851] ppid=17849 vsize=868708 CPUtime=11.24
/proc/17850/task/17851/stat : 17851 (java) R 17849 17836 16465 0 -1 64 3588 0 1 0 1111 13 0 0 25 0 9 0 21400053 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4126972320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17852] ppid=17849 vsize=868708 CPUtime=0.4
/proc/17850/task/17852/stat : 17852 (java) S 17849 17836 16465 0 -1 64 2468 0 0 0 34 6 0 0 16 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17853] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17853/stat : 17853 (java) S 17849 17836 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17854] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17854/stat : 17854 (java) S 17849 17836 16465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17855] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17855/stat : 17855 (java) S 17849 17836 16465 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17856] ppid=17849 vsize=868708 CPUtime=0.22
/proc/17850/task/17856/stat : 17856 (java) S 17849 17836 16465 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17857] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17857/stat : 17857 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17858] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17858/stat : 17858 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890932

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

[startup+12.8024 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17858
/proc/meminfo: memFree=652848/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.62
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1310 6759 0 1 6 2 50 4 16 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
[pid=17849] ppid=17836 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17836 17836 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21400052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 233 193 169 0 50 0
[pid=17850] ppid=17849 vsize=868708 CPUtime=11.99
/proc/17850/stat : 17850 (java) S 17849 17836 16465 0 -1 0 8282 0 1 0 1177 22 0 0 18 0 9 0 21400052 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17850/statm: 217177 6632 2590 9 0 211654 0
[pid=17850/tid=17851] ppid=17849 vsize=868708 CPUtime=11.33
/proc/17850/task/17851/stat : 17851 (java) R 17849 17836 16465 0 -1 64 3596 0 1 0 1120 13 0 0 25 0 9 0 21400053 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4126521589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17852] ppid=17849 vsize=868708 CPUtime=0.4
/proc/17850/task/17852/stat : 17852 (java) S 17849 17836 16465 0 -1 64 2468 0 0 0 34 6 0 0 16 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17853] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17853/stat : 17853 (java) S 17849 17836 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17854] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17854/stat : 17854 (java) S 17849 17836 16465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17855] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17855/stat : 17855 (java) S 17849 17836 16465 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17856] ppid=17849 vsize=868708 CPUtime=0.22
/proc/17850/task/17856/stat : 17856 (java) S 17849 17836 16465 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17857] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17857/stat : 17857 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17858] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17858/stat : 17858 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 890932

[startup+13.6015 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 17858
/proc/meminfo: memFree=650928/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=0.62
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1310 6759 0 1 6 2 50 4 16 0 1 0 21399985 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1111 409 3 0 796 0
[pid=17849] ppid=17836 vsize=5356 CPUtime=0
/proc/17849/stat : 17849 (sh) S 17836 17836 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21400052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17849/statm: 1339 233 193 169 0 50 0
[pid=17850] ppid=17849 vsize=868708 CPUtime=12.78
/proc/17850/stat : 17850 (java) S 17849 17836 16465 0 -1 0 8343 0 1 0 1255 23 0 0 18 0 9 0 21400052 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17850/statm: 217177 6632 2590 9 0 211654 0
[pid=17850/tid=17851] ppid=17849 vsize=868708 CPUtime=12.11
/proc/17850/task/17851/stat : 17851 (java) R 17849 17836 16465 0 -1 64 3657 0 1 0 1197 14 0 0 25 0 9 0 21400053 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4126521440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17852] ppid=17849 vsize=868708 CPUtime=0.41
/proc/17850/task/17852/stat : 17852 (java) S 17849 17836 16465 0 -1 64 2468 0 0 0 35 6 0 0 16 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17853] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17853/stat : 17853 (java) S 17849 17836 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17854] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17854/stat : 17854 (java) S 17849 17836 16465 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21400055 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17855] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17855/stat : 17855 (java) S 17849 17836 16465 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17856] ppid=17849 vsize=868708 CPUtime=0.22
/proc/17850/task/17856/stat : 17856 (java) S 17849 17836 16465 0 -1 64 1519 0 0 0 21 1 0 0 16 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17857] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17857/stat : 17857 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17850/tid=17858] ppid=17849 vsize=868708 CPUtime=0
/proc/17850/task/17858/stat : 17858 (java) S 17849 17836 16465 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21400057 889556992 6632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.4
Current children cumulated vsize (KiB) 890932

[startup+14.4066 s]
/proc/loadavg: 2.09 2.06 2.01 3/77 17860
/proc/meminfo: memFree=634544/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=13.62
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1376 15422 0 2 6 2 1326 28 15 0 1 0 21399985 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1113 409 3 0 796 0
[pid=17859] ppid=17836 vsize=5356 CPUtime=0
/proc/17859/stat : 17859 (sh) S 17836 17836 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21401370 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17859/statm: 1339 232 193 169 0 50 0
[pid=17860] ppid=17859 vsize=35324 CPUtime=0.54
/proc/17860/stat : 17860 (minisat) R 17859 17836 16465 0 -1 4194304 8440 0 0 0 48 6 0 0 24 0 1 0 21401370 36171776 8426 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17860/statm: 8831 8426 75 150 0 8678 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 57548

[startup+14.6016 s]
/proc/loadavg: 2.09 2.06 2.01 3/77 17860
/proc/meminfo: memFree=634544/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=14.22
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1448 24192 0 2 6 2 1379 35 16 0 1 0 21399985 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 16868

[startup+14.7016 s]
/proc/loadavg: 2.09 2.06 2.01 3/77 17860
/proc/meminfo: memFree=634544/2055920 swapFree=4192956/4192956
[pid=17836] ppid=17834 vsize=16868 CPUtime=14.22
/proc/17836/stat : 17836 (sugar) S 17834 17836 16465 0 -1 4194304 1450 24192 0 2 6 2 1379 35 15 0 1 0 21399985 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17836/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 14.7408
CPU time (s): 14.4788
CPU user time (s): 14.0479
CPU system time (s): 0.430934
CPU usage (%): 98.2224
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.0479
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29653
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= 11437
involuntary context switches= 11617

runsolver used 0.019996 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-11 22:16:13
IDJOB=2066660
IDBENCH=54553
IDSOLVER=739
FILE ID=node67/2066660-1247343372
PBS_JOBID= 9506732
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32e2.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-2066660-1247343372/watcher-2066660-1247343372 -o /tmp/evaluation-result-2066660-1247343372/solver-2066660-1247343372 -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-2066660-1247343372.xml

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

MD5SUM BENCH= 9a607de237210856721bcb33bfef4dc4
RANDOM SEED=1263166974

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:        692392 kB
Buffers:         53420 kB
Cached:         771556 kB
SwapCached:          0 kB
Active:         544440 kB
Inactive:       753372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        692392 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:         484100 kB
Slab:            50096 kB
Committed_AS:   613316 kB
PageTables:       2752 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= 66472 MiB
End job on node67 at 2009-07-11 22:16:27