Trace number 1057338

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+minisat? 225.154 233.839

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-60-2-7.xml
MD5SUM8ccfc5652699e812b5f2315f388b32b4
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 benchmark2.07568
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity9
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
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 Thu Jul  3 20:37:46 2008
0.00/0.05	c 0	PID 16413
0.00/0.05	c 0	HOST node55.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057338-1215110266.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1057338-1215110266.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 100 variables, 60 predicates, 0 relations, 60 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	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.38/0.50	c 0	Parsing HOME/temp.csp
0.38/0.64	c 1	parsed 221 expressions
0.38/0.64	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.64	c 1	Converting to clausal form CSP
0.38/0.66	c 1	converted 23 (10%) expressions
0.38/0.66	c 1	converted 45 (20%) expressions
0.38/0.66	c 1	converted 67 (30%) expressions
0.38/0.66	c 1	converted 89 (40%) expressions
0.38/0.67	c 1	converted 111 (50%) expressions
0.38/0.67	c 1	converted 133 (60%) expressions
0.38/0.67	c 1	converted 155 (70%) expressions
0.38/0.69	c 1	converted 177 (80%) expressions
0.38/0.77	c 1	converted 199 (90%) expressions
0.38/0.88	c 1	converted 221 (100%) expressions
0.38/0.88	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 33346
0.38/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.88	c 1	Propagation in CSP
0.38/0.99	c 1	1611025 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.38/0.99	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 24824
0.38/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.38/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.38/0.99	c 1	CSP : 540 integers, 0 booleans, 1000 clauses, largest domain size 24824
0.38/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.94/1.05	c 1	54 (10%) CSP integer variables are encoded (3850 clauses, 47931 bytes)
1.03/1.11	c 1	108 (20%) CSP integer variables are encoded (47475 clauses, 690187 bytes)
1.42/1.55	c 1	162 (30%) CSP integer variables are encoded (371708 clauses, 6097309 bytes)
1.81/1.91	c 2	216 (40%) CSP integer variables are encoded (646059 clauses, 10761276 bytes)
2.31/2.46	c 2	270 (50%) CSP integer variables are encoded (1064874 clauses, 18011370 bytes)
2.70/2.87	c 3	324 (60%) CSP integer variables are encoded (1364917 clauses, 23712187 bytes)
3.21/3.36	c 3	378 (70%) CSP integer variables are encoded (1724927 clauses, 30552377 bytes)
3.69/3.86	c 4	432 (80%) CSP integer variables are encoded (2091628 clauses, 37519696 bytes)
4.19/4.39	c 4	486 (90%) CSP integer variables are encoded (2485081 clauses, 44995303 bytes)
4.88/5.04	c 5	540 (100%) CSP integer variables are encoded (2963076 clauses, 54077208 bytes)
5.28/5.45	c 5	100 (10%) CSP clauses are encoded (3194916 clauses, 58113552 bytes)
34.38/35.13	c 35	200 (20%) CSP clauses are encoded (18562563 clauses, 400730867 bytes)
66.48/68.00	c 68	300 (30%) CSP clauses are encoded (35503706 clauses, 780097025 bytes)
224.02/230.78	c 231	ERROR Exception Too large HOME/temp.cnf
224.02/230.79	c 231	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
224.02/230.79	c 231	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
224.02/230.79	c 231	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
224.02/230.79	s UNKNOWN
224.09/230.87	c 231	CPU 201.65 (0.03 0 201.62 22.46)
224.09/230.87	c 231	END Thu Jul  3 20:41:37 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1057338-1215110266/watcher-1057338-1215110266 -o /tmp/evaluation-result-1057338-1215110266/solver-1057338-1215110266 -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-1057338-1215110266.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.92 1.98 1.94 4/73 16413
/proc/meminfo: memFree=1508168/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=12268 CPUtime=0
/proc/16413/stat : 16413 (sugar) R 16411 16413 16084 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 1540693397 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16413/statm: 3067 316 241 3 0 167 0

[startup+0.093982 s]
/proc/loadavg: 1.92 1.98 1.94 4/73 16413
/proc/meminfo: memFree=1508168/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.03
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540693397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102498 s]
/proc/loadavg: 1.92 1.98 1.94 4/73 16413
/proc/meminfo: memFree=1508168/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.03
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540693397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301846 s]
/proc/loadavg: 1.92 1.98 1.94 4/73 16413
/proc/meminfo: memFree=1508168/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.03
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1540693397 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701913 s]
/proc/loadavg: 1.92 1.98 1.94 4/73 16413
/proc/meminfo: memFree=1508168/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 973 4458 0 1 3 0 32 3 15 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 1.92 1.98 1.94 5/84 16435
/proc/meminfo: memFree=1494640/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 15 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=1.04
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 6400 0 1 0 97 7 0 0 18 0 9 0 1540693439 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5487 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=0.75
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 2832 0 1 0 71 4 0 0 21 0 9 0 1540693440 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4126586519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=0.08
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1407 0 0 0 7 1 0 0 16 0 9 0 1540693442 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.19
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1468 0 0 0 18 1 0 0 16 0 9 0 1540693444 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887300

[startup+3.10233 s]
/proc/loadavg: 1.92 1.98 1.94 3/84 16435
/proc/meminfo: memFree=1480560/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 15 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=2.62
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 6896 0 1 0 240 22 0 0 18 0 9 0 1540693439 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5492 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=2.22
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 3323 0 1 0 205 17 0 0 25 0 9 0 1540693440 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=0.19
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1407 0 0 0 16 3 0 0 16 0 9 0 1540693442 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.2
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1473 0 0 0 19 1 0 0 16 0 9 0 1540693444 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887300

[startup+6.30288 s]
/proc/loadavg: 1.93 1.98 1.94 3/84 16435
/proc/meminfo: memFree=1435696/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 15 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=5.79
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 7891 0 1 0 526 53 0 0 18 0 9 0 1540693439 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5497 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=5.15
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 4314 0 1 0 472 43 0 0 25 0 9 0 1540693440 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4126895704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=0.41
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1407 0 0 0 33 8 0 0 16 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.21
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1477 0 0 0 20 1 0 0 16 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 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) 887300

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.94 3/84 16435
/proc/meminfo: memFree=1357424/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 15 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=12.07
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 9878 0 1 0 1094 113 0 0 18 0 9 0 1540693439 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5497 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=10.93
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 6301 0 1 0 1002 91 0 0 25 0 9 0 1540693440 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=0.91
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1407 0 0 0 72 19 0 0 16 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.21
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1477 0 0 0 20 1 0 0 16 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887300

[startup+25.5012 s]
/proc/loadavg: 2.02 2.00 1.94 3/84 16435
/proc/meminfo: memFree=1204272/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 15 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=24.63
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 13866 0 1 0 2230 233 0 0 18 0 9 0 1540693439 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5497 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=22.49
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 10289 0 1 0 2059 190 0 0 25 0 9 0 1540693440 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4126586753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=1.9
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1407 0 0 0 150 40 0 0 16 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 2.49 2.18 2.01 3/84 16435
/proc/meminfo: memFree=16176/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 16 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=157.39
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 55879 0 1 0 14176 1563 0 0 18 0 9 0 1540693439 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5500 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=144.88
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 52299 0 1 0 13203 1285 0 0 25 0 9 0 1540693440 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4126894476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=12.28
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1409 0 0 0 952 276 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.21
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1478 0 0 0 20 1 0 0 16 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.77
Current children cumulated vsize (KiB) 887300

[startup+222.303 s]
/proc/loadavg: 2.66 2.27 2.05 3/84 16435
/proc/meminfo: memFree=15536/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 16 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=215.6
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 74231 0 1 0 19399 2161 0 0 18 0 9 0 1540693439 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5500 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=198.57
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 70651 0 1 0 18081 1776 0 0 25 0 9 0 1540693440 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4126586627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=16.78
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1409 0 0 0 1297 381 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.21
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1478 0 0 0 20 1 0 0 16 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.98
Current children cumulated vsize (KiB) 887300

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

[startup+223.901 s]
/proc/loadavg: 2.66 2.27 2.05 3/84 16435
/proc/meminfo: memFree=16112/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 16 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=217.02
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 74676 0 1 0 19525 2177 0 0 18 0 9 0 1540693439 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5500 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=199.88
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 71096 0 1 0 18198 1790 0 0 25 0 9 0 1540693440 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=16.9
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1409 0 0 0 1306 384 0 0 15 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.21
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1478 0 0 0 20 1 0 0 16 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.4
Current children cumulated vsize (KiB) 887300

[startup+230.302 s]
/proc/loadavg: 2.78 2.31 2.06 3/84 16435
/proc/meminfo: memFree=15664/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=0.38
/proc/16413/stat : 16413 (sugar) S 16411 16413 16084 0 -1 4194304 974 4458 0 1 3 0 32 3 16 0 1 0 1540693397 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16413/statm: 3400 797 370 3 0 500 0
[pid=16426] ppid=16413 vsize=5356 CPUtime=0
/proc/16426/stat : 16426 (sh) S 16413 16413 16084 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1540693439 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16426/statm: 1339 233 193 169 0 50 0
[pid=16427] ppid=16426 vsize=868344 CPUtime=223.24
/proc/16427/stat : 16427 (java) S 16426 16413 16084 0 -1 0 76616 0 1 0 20087 2237 0 0 18 0 9 0 1540693439 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16427/statm: 217086 5500 2562 9 0 211633 0
[pid=16427/tid=16428] ppid=16426 vsize=868344 CPUtime=205.59
/proc/16427/task/16428/stat : 16428 (java) R 16426 16413 16084 0 -1 64 73036 0 1 0 18720 1839 0 0 25 0 9 0 1540693440 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4126895704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16429] ppid=16426 vsize=868344 CPUtime=17.4
/proc/16427/task/16429/stat : 16429 (java) S 16426 16413 16084 0 -1 64 1409 0 0 0 1345 395 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16430] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16430/stat : 16430 (java) S 16426 16413 16084 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16431] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16431/stat : 16431 (java) S 16426 16413 16084 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1540693442 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16432] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16432/stat : 16432 (java) S 16426 16413 16084 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16433] ppid=16426 vsize=868344 CPUtime=0.21
/proc/16427/task/16433/stat : 16433 (java) S 16426 16413 16084 0 -1 64 1478 0 0 0 20 1 0 0 16 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16434] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16434/stat : 16434 (java) S 16426 16413 16084 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16427/tid=16435] ppid=16426 vsize=868344 CPUtime=0
/proc/16427/task/16435/stat : 16435 (java) S 16426 16413 16084 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1540693444 889184256 5500 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.62
Current children cumulated vsize (KiB) 887300

[startup+231.903 s]
/proc/loadavg: 2.78 2.31 2.06 3/74 16435
/proc/meminfo: memFree=54336/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=225.06
/proc/16413/stat : 16413 (sugar) D 16411 16413 16084 0 -1 4194304 996 81519 0 2 3 95 20162 2246 16 0 1 0 1540693397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 225.06
Current children cumulated vsize (KiB) 13600

[startup+232.702 s]
/proc/loadavg: 2.78 2.31 2.06 2/74 16435
/proc/meminfo: memFree=1759040/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=225.08
/proc/16413/stat : 16413 (sugar) D 16411 16413 16084 0 -1 4194304 996 81519 0 2 3 97 20162 2246 15 0 1 0 1540693397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 225.08
Current children cumulated vsize (KiB) 13600

[startup+233.502 s]
/proc/loadavg: 2.78 2.31 2.06 2/74 16435
/proc/meminfo: memFree=1758656/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=225.12
/proc/16413/stat : 16413 (sugar) D 16411 16413 16084 0 -1 4194304 996 81519 0 2 3 101 20162 2246 15 0 1 0 1540693397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 225.12
Current children cumulated vsize (KiB) 13600

[startup+233.702 s]
/proc/loadavg: 2.78 2.31 2.06 2/74 16435
/proc/meminfo: memFree=1758656/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=225.13
/proc/16413/stat : 16413 (sugar) D 16411 16413 16084 0 -1 4194304 996 81519 0 2 3 102 20162 2246 15 0 1 0 1540693397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 225.13
Current children cumulated vsize (KiB) 13600

[startup+233.802 s]
/proc/loadavg: 2.78 2.31 2.06 2/74 16435
/proc/meminfo: memFree=1758656/2055920 swapFree=4180384/4192956
[pid=16413] ppid=16411 vsize=13600 CPUtime=225.13
/proc/16413/stat : 16413 (sugar) D 16411 16413 16084 0 -1 4194304 996 81519 0 2 3 102 20162 2246 15 0 1 0 1540693397 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 225.13
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 233.839
CPU time (s): 225.154
CPU user time (s): 201.664
CPU system time (s): 23.4894
CPU usage (%): 96.286
Max. virtual memory (cumulated for all children) (KiB): 887300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.664
system time used= 23.4894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82545
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 499347
involuntary context switches= 504282

runsolver used 0.275958 second user time and 0.857869 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-03 20:37:46
IDJOB=1057338
IDBENCH=54026
IDSOLVER=346
FILE ID=node55/1057338-1215110266
PBS_JOBID= 7877095
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-60-2-7.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-1057338-1215110266/watcher-1057338-1215110266 -o /tmp/evaluation-result-1057338-1215110266/solver-1057338-1215110266 -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-1057338-1215110266.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ccfc5652699e812b5f2315f388b32b4
RANDOM SEED=2057559886

node55.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.261
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.261
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:       1508648 kB
Buffers:         27312 kB
Cached:         260832 kB
SwapCached:       6636 kB
Active:         333592 kB
Inactive:       152948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508648 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1292 kB
Writeback:           0 kB
Mapped:         204776 kB
Slab:            45712 kB
Committed_AS:  3145604 kB
PageTables:       2208 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= 66520 MiB
End job on node55 at 2008-07-03 20:41:40