Trace number 1059339

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.13+minisatUNSAT 96.6883 98.1138

General information on the benchmark

Namecsp/fischer/
normalized-fischer-3-7-fair.xml
MD5SUM5767d7b04a3b9e87081d53348b188c29
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.77143
Satisfiable
(Un)Satisfiability was proved
Number of variables5563
Number of constraints5250
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5250
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:05:50 2008
0.00/0.05	c 0	PID 9594
0.03/0.05	c 0	HOST node38.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1059339-1215122750.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059339-1215122750.xml' 'HOME/temp.csp'
0.95/1.02	c 1	3 domains, 5563 variables, 9 predicates, 0 relations, 5250 constraints
0.95/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.98/1.14	c 1	Parsing HOME/temp.csp
0.98/1.66	c 1	parsed 10000 expressions
0.98/1.68	c 1	parsed 10825 expressions
0.98/1.68	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.98/1.68	c 1	Converting to clausal form CSP
0.98/1.72	c 1	converted 1083 (10%) expressions
0.98/1.73	c 1	converted 2165 (20%) expressions
0.98/1.74	c 1	converted 3248 (30%) expressions
0.98/1.74	c 1	converted 4330 (40%) expressions
0.98/1.74	c 1	converted 5413 (50%) expressions
0.98/1.97	c 2	converted 6495 (60%) expressions
2.00/2.11	c 2	converted 7578 (70%) expressions
2.11/2.29	c 2	converted 8660 (80%) expressions
2.20/2.39	c 2	converted 9743 (90%) expressions
2.40/2.57	c 2	converted 10825 (100%) expressions
2.40/2.57	c 2	CSP : 9665 integers, 352 booleans, 23741 clauses, largest domain size 20001
2.40/2.57	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.57	c 2	Propagation in CSP
41.81/42.38	c 42	134999561 values, 0 unsatisfiable literals, and 0 valid clauses are removed
41.81/42.38	c 42	CSP : 9665 integers, 352 booleans, 23741 clauses, largest domain size 20001
41.81/42.38	c 42	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.81/42.39	c 42	Simplifing CSP by introducing new Boolean variables
41.91/42.45	c 42	CSP : 9665 integers, 8666 booleans, 32055 clauses, largest domain size 20001
41.91/42.45	c 42	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.12/42.62	c 42	Encoding CSP to SAT : HOME/temp.cnf
42.12/42.68	c 42	967 (10%) CSP integer variables are encoded (14747 clauses, 199469 bytes)
42.80/43.39	c 43	1933 (20%) CSP integer variables are encoded (531479 clauses, 8814556 bytes)
43.10/43.67	c 43	2900 (30%) CSP integer variables are encoded (744251 clauses, 12431680 bytes)
43.20/43.77	c 44	3866 (40%) CSP integer variables are encoded (814243 clauses, 13621544 bytes)
43.59/44.13	c 44	4833 (50%) CSP integer variables are encoded (1076606 clauses, 18237366 bytes)
43.59/44.13	c 44	5799 (60%) CSP integer variables are encoded (1076606 clauses, 18237366 bytes)
43.79/44.34	c 44	6766 (70%) CSP integer variables are encoded (1226576 clauses, 21086796 bytes)
43.89/44.46	c 44	7732 (80%) CSP integer variables are encoded (1316558 clauses, 22796454 bytes)
43.99/44.50	c 44	8699 (90%) CSP integer variables are encoded (1346554 clauses, 23366378 bytes)
44.09/44.63	c 44	9665 (100%) CSP integer variables are encoded (1436540 clauses, 25076112 bytes)
51.03/51.91	c 52	3206 (10%) CSP clauses are encoded (5180133 clauses, 98228533 bytes)
52.19/53.15	c 53	6411 (20%) CSP clauses are encoded (5822957 clauses, 110995096 bytes)
52.69/53.65	c 53	9617 (30%) CSP clauses are encoded (6114381 clauses, 116836412 bytes)
53.28/54.21	c 54	12822 (40%) CSP clauses are encoded (6435280 clauses, 123333418 bytes)
53.68/54.69	c 54	16028 (50%) CSP clauses are encoded (6716271 clauses, 129022423 bytes)
53.78/54.71	c 54	19233 (60%) CSP clauses are encoded (6717746 clauses, 129051953 bytes)
53.78/54.73	c 54	22439 (70%) CSP clauses are encoded (6719211 clauses, 129081267 bytes)
53.98/54.97	c 55	25644 (80%) CSP clauses are encoded (6840620 clauses, 131539382 bytes)
54.56/55.58	c 55	28850 (90%) CSP clauses are encoded (7202173 clauses, 138942550 bytes)
54.67/55.61	c 55	32055 (100%) CSP clauses are encoded (7208043 clauses, 139097716 bytes)
54.67/55.61	c 55	32055 CSP clauses encoded
54.67/55.61	c 55	Writing map file : HOME/temp.map
54.67/55.68	c 55	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.67/55.68	c 55	SAT : 1447966 SAT variables, 7208043 SAT clauses, 139097716 bytes
54.67/55.68	c 55	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.74/55.74	c 55	SOLVING HOME/temp.cnf
54.74/55.74	c 55	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
54.74/55.74	c 55	This is MiniSat 2.0 beta
54.74/55.74	c 55	WARNING: for repeatability, setting FPU to use double precision
54.74/55.74	c 55	============================[ Problem Statistics ]=============================
54.74/55.74	c 55	|                                                                             |
54.74/55.74	c 55	|  Number of variables:  1447966                                              |
54.74/55.74	c 55	|  Number of clauses:    7208043                                              |
58.66/59.73	c 59	|  Parsing time:         3.17         s                                       |
58.85/59.96	c 60	============================[ Search Statistics ]==============================
58.85/59.96	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
58.85/59.96	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
58.85/59.96	c 60	===============================================================================
58.85/59.96	c 60	|         0 | 1417572  7176611 18870429 |  2392203        0    nan |  0.000 % |
61.53/62.68	c 62	|       100 | 1412500  7176611 18870429 |  2631424       78      3 | 16.601 % |
72.92/74.11	c 74	|       250 | 1147258  6495846 17428776 |  2894566      199      4 | 27.673 % |
84.81/86.20	c 86	|       475 | 1010980  6195871 16788830 |  3184023      403      5 | 42.868 % |
96.00/97.43	c 97	===============================================================================
96.00/97.43	c 97	restarts              : 4
96.00/97.43	c 97	conflicts             : 810            (20 /sec)
96.00/97.43	c 97	decisions             : 4607           (0.89 % random) (114 /sec)
96.00/97.43	c 97	propagations          : 62398601       (1541816 /sec)
96.00/97.43	c 97	conflict literals     : 4061           (25.53 % deleted)
96.00/97.43	c 97	Memory used           : 390.85 MB
96.00/97.43	c 97	CPU time              : 40.4708 s
96.00/97.43	c 97	
96.00/97.43	c 97	UNSATISFIABLE
96.10/97.50	c 97	DECODING HOME/temp.out WITH HOME/temp.map
96.10/97.50	c 97	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
96.10/97.60	c 97	Decoding HOME/temp.out
96.48/97.99	s UNSATISFIABLE
96.48/97.99	c 98	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
96.58/98.04	c 98	CPU 94.1 (0.04 0.01 94.06 2.48)
96.58/98.04	c 98	END Fri Jul  4 00:07:28 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059339-1215122750/watcher-1059339-1215122750 -o /tmp/evaluation-result-1059339-1215122750/solver-1059339-1215122750 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1059339-1215122750.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 9594
/proc/meminfo: memFree=1607632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=12268 CPUtime=0
/proc/9594/stat : 9594 (sugar) R 9592 9594 8187 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1541945377 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/9594/statm: 3067 316 241 3 0 167 0

[startup+0.0519909 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 9594
/proc/meminfo: memFree=1607632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.03
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1541945377 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103755 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 9594
/proc/meminfo: memFree=1607632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.03
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541945377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301527 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 9594
/proc/meminfo: memFree=1607632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.03
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541945377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701581 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 9594
/proc/meminfo: memFree=1607632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.03
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541945377 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 2.15 2.00 2.00 3/91 9606
/proc/meminfo: memFree=1587640/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.98
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 973 8216 0 1 3 1 88 6 16 0 1 0 1541945377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+3.10285 s]
/proc/loadavg: 2.15 2.00 2.00 3/91 9616
/proc/meminfo: memFree=1587448/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.98
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 974 8216 0 1 3 1 88 6 15 0 1 0 1541945377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 797 370 3 0 500 0
[pid=9607] ppid=9594 vsize=5356 CPUtime=0
/proc/9607/stat : 9607 (sh) S 9594 9594 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541945483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9607/statm: 1339 233 193 169 0 50 0
[pid=9608] ppid=9607 vsize=868388 CPUtime=2.01
/proc/9608/stat : 9608 (java) S 9607 9594 8187 0 -1 0 10105 0 1 0 193 8 0 0 19 0 9 0 1541945483 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9608/statm: 217097 9191 2540 9 0 211672 0
[pid=9608/tid=9609] ppid=9607 vsize=868388 CPUtime=1.34
/proc/9608/task/9609/stat : 9609 (java) R 9607 9594 8187 0 -1 64 2870 0 1 0 132 2 0 0 25 0 9 0 1541945484 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4126585764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9610] ppid=9607 vsize=868388 CPUtime=0.42
/proc/9608/task/9610/stat : 9610 (java) S 9607 9594 8187 0 -1 64 5050 0 0 0 38 4 0 0 16 0 9 0 1541945485 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9611] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9611/stat : 9611 (java) S 9607 9594 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9612] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9612/stat : 9612 (java) S 9607 9594 8187 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9613] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9613/stat : 9613 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541945488 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9614] ppid=9607 vsize=868388 CPUtime=0.23
/proc/9608/task/9614/stat : 9614 (java) S 9607 9594 8187 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1541945488 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9615] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9615/stat : 9615 (java) S 9607 9594 8187 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541945488 889229312 9191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9616] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9616/stat : 9616 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541945488 889229312 9191 996147200 134512640 134550740 4294955952 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) 887344

[startup+6.30121 s]
/proc/loadavg: 2.14 2.00 2.00 3/91 9616
/proc/meminfo: memFree=1578168/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.98
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 974 8216 0 1 3 1 88 6 15 0 1 0 1541945377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 797 370 3 0 500 0
[pid=9607] ppid=9594 vsize=5356 CPUtime=0
/proc/9607/stat : 9607 (sh) S 9594 9594 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541945483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9607/statm: 1339 233 193 169 0 50 0
[pid=9608] ppid=9607 vsize=868388 CPUtime=5.18
/proc/9608/stat : 9608 (java) S 9607 9594 8187 0 -1 0 10381 0 1 0 508 10 0 0 19 0 9 0 1541945483 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9608/statm: 217097 9196 2540 9 0 211672 0
[pid=9608/tid=9609] ppid=9607 vsize=868388 CPUtime=4.38
/proc/9608/task/9609/stat : 9609 (java) R 9607 9594 8187 0 -1 64 3141 0 1 0 436 2 0 0 25 0 9 0 1541945484 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9610] ppid=9607 vsize=868388 CPUtime=0.54
/proc/9608/task/9610/stat : 9610 (java) R 9607 9594 8187 0 -1 64 5055 0 0 0 49 5 0 0 16 0 9 0 1541945485 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9611] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9611/stat : 9611 (java) S 9607 9594 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9612] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9612/stat : 9612 (java) S 9607 9594 8187 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9613] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9613/stat : 9613 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541945488 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9614] ppid=9607 vsize=868388 CPUtime=0.23
/proc/9608/task/9614/stat : 9614 (java) S 9607 9594 8187 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1541945488 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9615] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9615/stat : 9615 (java) S 9607 9594 8187 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541945488 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9616] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9616/stat : 9616 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541945488 889229312 9196 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887344

[startup+12.7029 s]
/proc/loadavg: 2.21 2.02 2.01 3/91 9616
/proc/meminfo: memFree=1577976/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.98
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 974 8216 0 1 3 1 88 6 15 0 1 0 1541945377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 797 370 3 0 500 0
[pid=9607] ppid=9594 vsize=5356 CPUtime=0
/proc/9607/stat : 9607 (sh) S 9594 9594 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541945483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9607/statm: 1339 233 193 169 0 50 0
[pid=9608] ppid=9607 vsize=868388 CPUtime=11.52
/proc/9608/stat : 9608 (java) S 9607 9594 8187 0 -1 0 10935 0 1 0 1136 16 0 0 19 0 9 0 1541945483 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9608/statm: 217097 9206 2540 9 0 211672 0
[pid=9608/tid=9609] ppid=9607 vsize=868388 CPUtime=10.49
/proc/9608/task/9609/stat : 9609 (java) R 9607 9594 8187 0 -1 64 3685 0 1 0 1044 5 0 0 25 0 9 0 1541945484 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4126966684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9610] ppid=9607 vsize=868388 CPUtime=0.78
/proc/9608/task/9610/stat : 9610 (java) S 9607 9594 8187 0 -1 64 5065 0 0 0 69 9 0 0 16 0 9 0 1541945485 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9611] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9611/stat : 9611 (java) S 9607 9594 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9612] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9612/stat : 9612 (java) S 9607 9594 8187 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9613] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9613/stat : 9613 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541945488 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9614] ppid=9607 vsize=868388 CPUtime=0.23
/proc/9608/task/9614/stat : 9614 (java) S 9607 9594 8187 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1541945488 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9615] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9615/stat : 9615 (java) S 9607 9594 8187 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541945488 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9616] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9616/stat : 9616 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541945488 889229312 9206 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887344

[startup+25.5024 s]
/proc/loadavg: 2.23 2.03 2.01 3/91 9616
/proc/meminfo: memFree=1577848/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.98
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 974 8216 0 1 3 1 88 6 15 0 1 0 1541945377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 797 370 3 0 500 0
[pid=9607] ppid=9594 vsize=5356 CPUtime=0
/proc/9607/stat : 9607 (sh) S 9594 9594 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541945483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9607/statm: 1339 233 193 169 0 50 0
[pid=9608] ppid=9607 vsize=868388 CPUtime=24.19
/proc/9608/stat : 9608 (java) S 9607 9594 8187 0 -1 0 12036 0 1 0 2392 27 0 0 19 0 9 0 1541945483 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9608/statm: 217097 9223 2540 9 0 211672 0
[pid=9608/tid=9609] ppid=9607 vsize=868388 CPUtime=22.7
/proc/9608/task/9609/stat : 9609 (java) R 9607 9594 8187 0 -1 64 4769 0 1 0 2262 8 0 0 25 0 9 0 1541945484 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4126968015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9610] ppid=9607 vsize=868388 CPUtime=1.23
/proc/9608/task/9610/stat : 9610 (java) S 9607 9594 8187 0 -1 64 5082 0 0 0 107 16 0 0 16 0 9 0 1541945485 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9611] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9611/stat : 9611 (java) S 9607 9594 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9612] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9612/stat : 9612 (java) S 9607 9594 8187 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541945486 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9613] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9613/stat : 9613 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541945488 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9614] ppid=9607 vsize=868388 CPUtime=0.23
/proc/9608/task/9614/stat : 9614 (java) S 9607 9594 8187 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1541945488 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9615] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9615/stat : 9615 (java) S 9607 9594 8187 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541945488 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9616] ppid=9607 vsize=868388 CPUtime=0
/proc/9608/task/9616/stat : 9616 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541945488 889229312 9223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887344

[startup+51.1022 s]
/proc/loadavg: 2.22 2.05 2.01 3/91 9616
/proc/meminfo: memFree=1492728/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=0.98
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 974 8216 0 1 3 1 88 6 15 0 1 0 1541945377 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 797 370 3 0 500 0
[pid=9607] ppid=9594 vsize=5356 CPUtime=0
/proc/9607/stat : 9607 (sh) S 9594 9594 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541945483 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9607/statm: 1339 233 193 169 0 50 0
[pid=9608] ppid=9607 vsize=868500 CPUtime=49.26
/proc/9608/stat : 9608 (java) S 9607 9594 8187 0 -1 0 15833 0 1 0 4817 109 0 0 19 0 9 0 1541945483 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9608/statm: 217125 9829 2565 9 0 211672 0
[pid=9608/tid=9609] ppid=9607 vsize=868500 CPUtime=46.42
/proc/9608/task/9609/stat : 9609 (java) R 9607 9594 8187 0 -1 64 7681 0 1 0 4571 71 0 0 25 0 9 0 1541945484 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9610] ppid=9607 vsize=868500 CPUtime=2.52
/proc/9608/task/9610/stat : 9610 (java) S 9607 9594 8187 0 -1 64 5930 0 0 0 217 35 0 0 16 0 9 0 1541945485 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9611] ppid=9607 vsize=868500 CPUtime=0
/proc/9608/task/9611/stat : 9611 (java) S 9607 9594 8187 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541945486 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9612] ppid=9607 vsize=868500 CPUtime=0
/proc/9608/task/9612/stat : 9612 (java) S 9607 9594 8187 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1541945486 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9613] ppid=9607 vsize=868500 CPUtime=0
/proc/9608/task/9613/stat : 9613 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541945488 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9614] ppid=9607 vsize=868500 CPUtime=0.29
/proc/9608/task/9614/stat : 9614 (java) S 9607 9594 8187 0 -1 64 1528 0 0 0 28 1 0 0 16 0 9 0 1541945488 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9615] ppid=9607 vsize=868500 CPUtime=0
/proc/9608/task/9615/stat : 9615 (java) S 9607 9594 8187 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541945488 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9608/tid=9616] ppid=9607 vsize=868500 CPUtime=0
/proc/9608/task/9616/stat : 9616 (java) S 9607 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541945488 889344000 9829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 887456

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

[startup+76.7011 s]
/proc/loadavg: 2.14 2.04 2.01 3/83 9618
/proc/meminfo: memFree=1080952/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=54.77
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 1033 25126 0 2 4 1 5316 156 16 0 1 0 1541945377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 799 370 3 0 500 0
[pid=9617] ppid=9594 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9594 9594 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541950951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 232 193 169 0 50 0
[pid=9618] ppid=9617 vsize=400224 CPUtime=20.73
/proc/9618/stat : 9618 (minisat) R 9617 9594 8187 0 -1 4194304 96277 0 0 0 1993 80 0 0 25 0 1 0 1541950952 409829376 96263 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9618/statm: 100056 96263 75 150 0 99903 0
Current children cumulated CPU time (s) 75.5
Current children cumulated vsize (KiB) 419180

[startup+89.5026 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 9618
/proc/meminfo: memFree=1080632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=54.77
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 1033 25126 0 2 4 1 5316 156 16 0 1 0 1541945377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 799 370 3 0 500 0
[pid=9617] ppid=9594 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9594 9594 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541950951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 232 193 169 0 50 0
[pid=9618] ppid=9617 vsize=400224 CPUtime=33.41
/proc/9618/stat : 9618 (minisat) R 9617 9594 8187 0 -1 4194304 96310 0 0 0 3261 80 0 0 25 0 1 0 1541950952 409829376 96296 996147200 134512640 135127466 4294956272 18446744073709551615 134530579 0 0 4096 3 0 0 0 17 1 0 0
/proc/9618/statm: 100056 96296 75 150 0 99903 0
Current children cumulated CPU time (s) 88.18
Current children cumulated vsize (KiB) 419180

[startup+92.7019 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 9618
/proc/meminfo: memFree=1080632/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=54.77
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 1033 25126 0 2 4 1 5316 156 16 0 1 0 1541945377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 799 370 3 0 500 0
[pid=9617] ppid=9594 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9594 9594 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541950951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 232 193 169 0 50 0
[pid=9618] ppid=9617 vsize=400224 CPUtime=36.58
/proc/9618/stat : 9618 (minisat) R 9617 9594 8187 0 -1 4194304 96310 0 0 0 3578 80 0 0 25 0 1 0 1541950952 409829376 96296 996147200 134512640 135127466 4294956272 18446744073709551615 134530882 0 0 4096 3 0 0 0 17 1 0 0
/proc/9618/statm: 100056 96296 75 150 0 99903 0
Current children cumulated CPU time (s) 91.35
Current children cumulated vsize (KiB) 419180

[startup+95.9023 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 9618
/proc/meminfo: memFree=1080696/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=54.77
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 1033 25126 0 2 4 1 5316 156 16 0 1 0 1541945377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 799 370 3 0 500 0
[pid=9617] ppid=9594 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9594 9594 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541950951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 232 193 169 0 50 0
[pid=9618] ppid=9617 vsize=400224 CPUtime=39.74
/proc/9618/stat : 9618 (minisat) R 9617 9594 8187 0 -1 4194304 96310 0 0 0 3894 80 0 0 25 0 1 0 1541950952 409829376 96296 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9618/statm: 100056 96296 75 150 0 99903 0
Current children cumulated CPU time (s) 94.51
Current children cumulated vsize (KiB) 419180

[startup+97.5028 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 9618
/proc/meminfo: memFree=1080696/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=54.77
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 1033 25126 0 2 4 1 5316 156 16 0 1 0 1541945377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 799 370 3 0 500 0
[pid=9617] ppid=9594 vsize=5356 CPUtime=0
/proc/9617/stat : 9617 (sh) S 9594 9594 8187 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541950951 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9617/statm: 1339 232 193 169 0 50 0
[pid=9618] ppid=9617 vsize=0 CPUtime=41.33
/proc/9618/stat : 9618 (minisat) R 9617 9594 8187 0 -1 4194308 96319 0 0 0 4047 86 0 0 25 0 1 0 1541950952 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/9618/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 96.1
Current children cumulated vsize (KiB) 18956

[startup+97.9075 s]
/proc/loadavg: 2.10 2.04 2.01 4/91 9628
/proc/meminfo: memFree=1461304/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=96.12
/proc/9594/stat : 9594 (sugar) S 9592 9594 8187 0 -1 4194304 1090 121730 0 2 4 1 9363 244 16 0 1 0 1541945377 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9594/statm: 3400 799 370 3 0 500 0
[pid=9619] ppid=9594 vsize=5356 CPUtime=0
/proc/9619/stat : 9619 (sh) S 9594 9594 8187 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541955128 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9619/statm: 1339 233 193 169 0 50 0
[pid=9620] ppid=9619 vsize=863720 CPUtime=0.36
/proc/9620/stat : 9620 (java) S 9619 9594 8187 0 -1 0 3516 0 1 0 34 2 0 0 18 0 9 0 1541955129 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9620/statm: 215930 2990 1648 9 0 210512 0
[pid=9620/tid=9621] ppid=9619 vsize=863720 CPUtime=0.32
/proc/9620/task/9621/stat : 9621 (java) R 9619 9594 8187 0 -1 64 2436 0 1 0 31 1 0 0 19 0 9 0 1541955130 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4125966835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9622] ppid=9619 vsize=863720 CPUtime=0
/proc/9620/task/9622/stat : 9622 (java) S 9619 9594 8187 0 -1 64 163 0 0 0 0 0 0 0 16 0 9 0 1541955131 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9623] ppid=9619 vsize=863720 CPUtime=0
/proc/9620/task/9623/stat : 9623 (java) S 9619 9594 8187 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1541955131 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9624] ppid=9619 vsize=863720 CPUtime=0
/proc/9620/task/9624/stat : 9624 (java) S 9619 9594 8187 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1541955131 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9625] ppid=9619 vsize=863720 CPUtime=0
/proc/9620/task/9625/stat : 9625 (java) S 9619 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541955134 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9626] ppid=9619 vsize=863720 CPUtime=0.02
/proc/9620/task/9626/stat : 9626 (java) R 9619 9594 8187 0 -1 64 226 0 0 0 2 0 0 0 19 0 9 0 1541955134 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 101691747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9627] ppid=9619 vsize=863720 CPUtime=0
/proc/9620/task/9627/stat : 9627 (java) S 9619 9594 8187 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1541955134 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9620/tid=9628] ppid=9619 vsize=863720 CPUtime=0
/proc/9620/task/9628/stat : 9628 (java) S 9619 9594 8187 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1541955134 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.48
Current children cumulated vsize (KiB) 882676

[startup+98.1026 s]
/proc/loadavg: 2.10 2.04 2.01 4/91 9628
/proc/meminfo: memFree=1461304/2055920 swapFree=4111976/4192956
[pid=9594] ppid=9592 vsize=13600 CPUtime=96.66
/proc/9594/stat : 9594 (sugar) R 9592 9594 8187 0 -1 4194304 1119 125879 0 3 4 8 9406 248 16 0 1 0 1541945377 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9594/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 96.66
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 98.1138
CPU time (s): 96.6883
CPU user time (s): 94.1137
CPU system time (s): 2.57461
CPU usage (%): 98.5471
Max. virtual memory (cumulated for all children) (KiB): 888628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.1137
system time used= 2.57461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127028
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= 42474
involuntary context switches= 44280

runsolver used 0.124981 second user time and 0.346947 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 00:05:50
IDJOB=1059339
IDBENCH=54238
IDSOLVER=346
FILE ID=node38/1059339-1215122750
PBS_JOBID= 7877128
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-3-7-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059339-1215122750/watcher-1059339-1215122750 -o /tmp/evaluation-result-1059339-1215122750/solver-1059339-1215122750 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1059339-1215122750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5767d7b04a3b9e87081d53348b188c29
RANDOM SEED=255904459

node38.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.223
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.223
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:       1608112 kB
Buffers:         14912 kB
Cached:         107956 kB
SwapCached:      74740 kB
Active:         333260 kB
Inactive:        56832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608112 kB
SwapTotal:     4192956 kB
SwapFree:      4111976 kB
Dirty:            2224 kB
Writeback:           0 kB
Mapped:         281036 kB
Slab:            42260 kB
Committed_AS:  3623544 kB
PageTables:       2428 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= 66540 MiB
End job on node38 at 2008-07-04 00:07:28