Trace number 1042209

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+picosatSAT 177.971 179.725

General information on the benchmark

Namecsp/allsquares/
normalized-squares-25-25.xml
MD5SUM59d56c349f47c5f1affad53bdd346c6f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark177.971
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size75
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:46:33 2008
0.00/0.04	c 0	PID 30487
0.00/0.05	c 0	HOST node12.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042209-1215002793.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-1042209-1215002793.xml' 'HOME/temp.csp'
0.02/0.55	c 0	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.02/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.57	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.52/0.64	c 1	Parsing HOME/temp.csp
0.52/0.87	c 1	parsed 2781 expressions
0.52/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.88	c 1	Converting to clausal form CSP
0.52/0.90	c 1	converted 279 (10%) expressions
0.52/0.91	c 1	converted 557 (20%) expressions
0.52/0.91	c 1	converted 835 (30%) expressions
0.52/0.91	c 1	converted 1113 (40%) expressions
0.93/1.04	c 1	converted 1391 (50%) expressions
0.93/1.09	c 1	converted 1669 (60%) expressions
1.04/1.11	c 1	converted 1947 (70%) expressions
1.04/1.14	c 1	converted 2225 (80%) expressions
1.04/1.16	c 1	converted 2503 (90%) expressions
1.83/1.98	c 2	converted 2781 (100%) expressions
1.83/1.98	c 2	CSP : 8450 integers, 2400 booleans, 22001 clauses, largest domain size 170
1.83/1.98	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.98	c 2	Propagation in CSP
2.04/2.12	c 2	26650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.12	c 2	CSP : 8450 integers, 2400 booleans, 22001 clauses, largest domain size 76
2.04/2.12	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.04/2.15	c 2	CSP : 8450 integers, 2400 booleans, 22001 clauses, largest domain size 76
2.04/2.15	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.24	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.14/2.27	c 2	845 (10%) CSP integer variables are encoded (3000 clauses, 36883 bytes)
2.14/2.28	c 2	1690 (20%) CSP integer variables are encoded (9447 clauses, 122827 bytes)
2.14/2.29	c 2	2535 (30%) CSP integer variables are encoded (21468 clauses, 303142 bytes)
2.23/2.32	c 2	3380 (40%) CSP integer variables are encoded (33142 clauses, 478252 bytes)
2.23/2.33	c 2	4225 (50%) CSP integer variables are encoded (44584 clauses, 649882 bytes)
2.23/2.34	c 2	5070 (60%) CSP integer variables are encoded (55463 clauses, 813067 bytes)
2.23/2.36	c 2	5915 (70%) CSP integer variables are encoded (67548 clauses, 994342 bytes)
2.23/2.37	c 2	6760 (80%) CSP integer variables are encoded (79578 clauses, 1174792 bytes)
2.23/2.39	c 2	7605 (90%) CSP integer variables are encoded (90830 clauses, 1343572 bytes)
2.33/2.40	c 2	8450 (100%) CSP integer variables are encoded (101954 clauses, 1529703 bytes)
2.53/2.64	c 3	2201 (10%) CSP clauses are encoded (212991 clauses, 3485687 bytes)
3.02/3.11	c 3	4401 (20%) CSP clauses are encoded (480318 clauses, 8693127 bytes)
3.42/3.56	c 3	6601 (30%) CSP clauses are encoded (743606 clauses, 14230390 bytes)
3.82/3.99	c 4	8801 (40%) CSP clauses are encoded (990576 clauses, 19424056 bytes)
4.33/4.42	c 4	11001 (50%) CSP clauses are encoded (1233312 clauses, 24521315 bytes)
4.82/4.94	c 5	13201 (60%) CSP clauses are encoded (1532193 clauses, 30780261 bytes)
5.32/5.43	c 5	15401 (70%) CSP clauses are encoded (1811799 clauses, 36662011 bytes)
5.71/5.87	c 6	17601 (80%) CSP clauses are encoded (2058769 clauses, 41856661 bytes)
6.21/6.31	c 6	19801 (90%) CSP clauses are encoded (2305419 clauses, 47041249 bytes)
6.71/6.80	c 7	22001 (100%) CSP clauses are encoded (2567674 clauses, 53148174 bytes)
6.71/6.80	c 7	22001 CSP clauses encoded
6.71/6.80	c 7	Writing map file : HOME/temp.map
6.71/6.82	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.71/6.82	c 7	SAT : 112754 SAT variables, 2567674 SAT clauses, 53148174 bytes
6.71/6.82	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.71/6.87	c 7	SOLVING HOME/temp.cnf
6.71/6.87	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
177.34/179.11	c 179	DECODING HOME/temp.out WITH HOME/temp.map
177.34/179.11	c 179	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
177.42/179.21	c 179	Decoding HOME/temp.out
177.82/179.63	s SATISFIABLE
177.82/179.68	v 49 29 42 31 37 14 14 21 1 0 63 63 62 0 60 44 45 45 10 0 0 29 21 51 20 52 48 48 48 48 42 49 48 56 65 40 28 15 41 0 0 16 33 56 21 0 53 0 51 23 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1
177.82/179.69	c 180	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
177.82/179.70	c 180	CPU 165.08 (0.04 0.02 165.04 12.83)
177.82/179.70	c 180	END Wed Jul  2 14:49:33 2008

Verifier Data (download as text)

OK

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-1042209-1215002793/watcher-1042209-1215002793 -o /tmp/evaluation-result-1042209-1215002793/solver-1042209-1215002793 -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/picosat -tmp=HOME/temp HOME/instance-1042209-1215002793.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.91 1.97 1.95 4/80 30487
/proc/meminfo: memFree=1448304/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=12268 CPUtime=0
/proc/30487/stat : 30487 (sugar) D 30485 30487 30034 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1529954332 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 252429695589 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/30487/statm: 3067 316 241 3 0 167 0

[startup+0.0147719 s]
/proc/loadavg: 1.91 1.97 1.95 4/80 30487
/proc/meminfo: memFree=1448304/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=12412 CPUtime=0
/proc/30487/stat : 30487 (sugar) R 30485 30487 30034 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 1529954332 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 252438428670 0 0 4224 0 0 0 0 17 0 0 0
/proc/30487/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101784 s]
/proc/loadavg: 1.91 1.97 1.95 4/80 30487
/proc/meminfo: memFree=1448304/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=0.02
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 1529954332 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301809 s]
/proc/loadavg: 1.91 1.97 1.95 4/80 30487
/proc/meminfo: memFree=1448304/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=0.02
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 1529954332 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701844 s]
/proc/loadavg: 1.91 1.97 1.95 4/80 30487
/proc/meminfo: memFree=1448304/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=0.52
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 973 5202 0 1 2 0 47 3 15 0 1 0 1529954332 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 1.91 1.97 1.95 4/91 30509
/proc/meminfo: memFree=1436688/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=0.53
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 974 5202 0 1 3 0 47 3 15 0 1 0 1529954332 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 797 370 3 0 500 0
[pid=30500] ppid=30487 vsize=5356 CPUtime=0
/proc/30500/stat : 30500 (sh) S 30487 30487 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529954389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30500/statm: 1339 233 193 169 0 50 0
[pid=30501] ppid=30500 vsize=868244 CPUtime=0.91
/proc/30501/stat : 30501 (java) S 30500 30487 30034 0 -1 0 7842 0 1 0 86 5 0 0 18 0 9 0 1529954389 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30501/statm: 217061 7038 2541 9 0 211636 0
[pid=30501/tid=30502] ppid=30500 vsize=868244 CPUtime=0.55
/proc/30501/task/30502/stat : 30502 (java) R 30500 30487 30034 0 -1 64 2688 0 1 0 53 2 0 0 25 0 9 0 1529954390 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30503] ppid=30500 vsize=868244 CPUtime=0.13
/proc/30501/task/30503/stat : 30503 (java) R 30500 30487 30034 0 -1 64 2976 0 0 0 13 0 0 0 15 0 9 0 1529954391 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30504] ppid=30500 vsize=868244 CPUtime=0
/proc/30501/task/30504/stat : 30504 (java) S 30500 30487 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529954391 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30505] ppid=30500 vsize=868244 CPUtime=0
/proc/30501/task/30505/stat : 30505 (java) S 30500 30487 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529954391 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30506] ppid=30500 vsize=868244 CPUtime=0
/proc/30501/task/30506/stat : 30506 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1529954393 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30507] ppid=30500 vsize=868244 CPUtime=0.2
/proc/30501/task/30507/stat : 30507 (java) S 30500 30487 30034 0 -1 64 1485 0 0 0 19 1 0 0 16 0 9 0 1529954393 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30508] ppid=30500 vsize=868244 CPUtime=0
/proc/30501/task/30508/stat : 30508 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529954393 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30509] ppid=30500 vsize=868244 CPUtime=0
/proc/30501/task/30509/stat : 30509 (java) R 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529954393 889081856 7038 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887200

[startup+3.10208 s]
/proc/loadavg: 1.91 1.97 1.95 3/91 30509
/proc/meminfo: memFree=1419216/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=0.53
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 974 5202 0 1 3 0 47 3 15 0 1 0 1529954332 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 797 370 3 0 500 0
[pid=30500] ppid=30487 vsize=5356 CPUtime=0
/proc/30500/stat : 30500 (sh) S 30487 30487 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529954389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30500/statm: 1339 233 193 169 0 50 0
[pid=30501] ppid=30500 vsize=868472 CPUtime=2.49
/proc/30501/stat : 30501 (java) S 30500 30487 30034 0 -1 0 10394 0 1 0 235 14 0 0 18 0 9 0 1529954389 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30501/statm: 217118 9270 2565 9 0 211665 0
[pid=30501/tid=30502] ppid=30500 vsize=868472 CPUtime=1.7
/proc/30501/task/30502/stat : 30502 (java) R 30500 30487 30034 0 -1 64 3029 0 1 0 161 9 0 0 25 0 9 0 1529954390 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30503] ppid=30500 vsize=868472 CPUtime=0.49
/proc/30501/task/30503/stat : 30503 (java) S 30500 30487 30034 0 -1 64 5124 0 0 0 46 3 0 0 16 0 9 0 1529954391 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30504] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30504/stat : 30504 (java) S 30500 30487 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529954391 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30505] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30505/stat : 30505 (java) S 30500 30487 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529954391 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30506] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30506/stat : 30506 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1529954393 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30507] ppid=30500 vsize=868472 CPUtime=0.29
/proc/30501/task/30507/stat : 30507 (java) S 30500 30487 30034 0 -1 64 1548 0 0 0 28 1 0 0 15 0 9 0 1529954393 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30508] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30508/stat : 30508 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529954393 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30509] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30509/stat : 30509 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529954393 889315328 9270 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887428

[startup+6.30141 s]
/proc/loadavg: 1.92 1.97 1.95 3/91 30509
/proc/meminfo: memFree=1382736/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=0.53
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 974 5202 0 1 3 0 47 3 15 0 1 0 1529954332 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 797 370 3 0 500 0
[pid=30500] ppid=30487 vsize=5356 CPUtime=0
/proc/30500/stat : 30500 (sh) S 30487 30487 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529954389 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30500/statm: 1339 233 193 169 0 50 0
[pid=30501] ppid=30500 vsize=868472 CPUtime=5.68
/proc/30501/stat : 30501 (java) S 30500 30487 30034 0 -1 0 10991 0 1 0 529 39 0 0 18 0 9 0 1529954389 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30501/statm: 217118 9271 2565 9 0 211665 0
[pid=30501/tid=30502] ppid=30500 vsize=868472 CPUtime=4.7
/proc/30501/task/30502/stat : 30502 (java) R 30500 30487 30034 0 -1 64 3625 0 1 0 440 30 0 0 25 0 9 0 1529954390 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30503] ppid=30500 vsize=868472 CPUtime=0.66
/proc/30501/task/30503/stat : 30503 (java) S 30500 30487 30034 0 -1 64 5124 0 0 0 60 6 0 0 16 0 9 0 1529954391 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30504] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30504/stat : 30504 (java) S 30500 30487 30034 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529954391 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30505] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30505/stat : 30505 (java) S 30500 30487 30034 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529954391 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30506] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30506/stat : 30506 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1529954393 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30507] ppid=30500 vsize=868472 CPUtime=0.29
/proc/30501/task/30507/stat : 30507 (java) S 30500 30487 30034 0 -1 64 1549 0 0 0 28 1 0 0 16 0 9 0 1529954393 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30508] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30508/stat : 30508 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529954393 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30501/tid=30509] ppid=30500 vsize=868472 CPUtime=0
/proc/30501/task/30509/stat : 30509 (java) S 30500 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529954393 889315328 9271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887428

[startup+12.701 s]
/proc/loadavg: 2.01 1.98 1.96 3/83 30511
/proc/meminfo: memFree=1366808/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=32936 CPUtime=5.77
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 7377 0 0 0 259 318 0 0 25 0 1 0 1529955020 33726464 7363 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 8234 7363 40 102 0 8129 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 51892

[startup+25.5013 s]
/proc/loadavg: 2.00 1.98 1.96 3/83 30511
/proc/meminfo: memFree=1317336/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=79800 CPUtime=18.43
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 19376 0 0 0 831 1012 0 0 25 0 1 0 1529955020 81715200 19362 996147200 134512640 134931368 4294956256 18446744073709551615 134514717 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 19950 19362 40 102 0 19845 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 98756

[startup+51.1019 s]
/proc/loadavg: 2.00 1.98 1.96 3/83 30511
/proc/meminfo: memFree=1299864/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=104012 CPUtime=43.8
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23480 0 0 0 3151 1229 0 0 25 0 1 0 1529955020 106508288 23466 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26003 23466 42 102 0 25898 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 122968

[startup+102.307 s]
/proc/loadavg: 2.00 1.98 1.96 3/83 30511
/proc/meminfo: memFree=1299160/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=104672 CPUtime=94.52
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23658 0 0 0 8223 1229 0 0 25 0 1 0 1529955020 107184128 23644 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26168 23644 42 102 0 26063 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 123628

[startup+162.302 s]
/proc/loadavg: 2.07 2.00 1.96 3/83 30511
/proc/meminfo: memFree=1298264/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=105464 CPUtime=153.93
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23866 0 0 0 14164 1229 0 0 25 0 1 0 1529955020 107995136 23852 996147200 134512640 134931368 4294956256 18446744073709551615 134524021 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26366 23852 42 102 0 26261 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 124420

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

[startup+166.302 s]
/proc/loadavg: 2.06 2.00 1.96 3/83 30511
/proc/meminfo: memFree=1298200/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=105596 CPUtime=157.88
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23885 0 0 0 14559 1229 0 0 25 0 1 0 1529955020 108130304 23871 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26399 23871 42 102 0 26294 0
Current children cumulated CPU time (s) 164.64
Current children cumulated vsize (KiB) 124552

[startup+172.707 s]
/proc/loadavg: 2.06 2.00 1.96 3/83 30511
/proc/meminfo: memFree=1298072/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=105728 CPUtime=164.23
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23912 0 0 0 15194 1229 0 0 25 0 1 0 1529955020 108265472 23898 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26432 23898 42 102 0 26327 0
Current children cumulated CPU time (s) 170.99
Current children cumulated vsize (KiB) 124684

[startup+175.902 s]
/proc/loadavg: 2.05 2.00 1.96 3/83 30511
/proc/meminfo: memFree=1298072/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=105728 CPUtime=167.4
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23924 0 0 0 15511 1229 0 0 25 0 1 0 1529955020 108265472 23910 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26432 23910 42 102 0 26327 0
Current children cumulated CPU time (s) 174.16
Current children cumulated vsize (KiB) 124684

[startup+177.501 s]
/proc/loadavg: 2.05 2.00 1.96 3/83 30511
/proc/meminfo: memFree=1298072/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=105728 CPUtime=168.98
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23929 0 0 0 15669 1229 0 0 25 0 1 0 1529955020 108265472 23915 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 26432 23915 42 102 0 26327 0
Current children cumulated CPU time (s) 175.74
Current children cumulated vsize (KiB) 124684

[startup+179.102 s]
/proc/loadavg: 2.05 2.00 1.96 3/83 30511
/proc/meminfo: memFree=1297944/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=6.76
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1022 16591 0 2 3 1 625 47 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30510] ppid=30487 vsize=5356 CPUtime=0
/proc/30510/stat : 30510 (sh) S 30487 30487 30034 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529955019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30510/statm: 1339 232 193 169 0 50 0
[pid=30511] ppid=30510 vsize=89344 CPUtime=170.58
/proc/30511/stat : 30511 (picosat) R 30510 30487 30034 0 -1 4194304 23945 0 0 0 15828 1230 0 0 25 0 1 0 1529955020 91488256 21684 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 1 0 0
/proc/30511/statm: 22336 21684 47 102 0 22231 0
Current children cumulated CPU time (s) 177.34
Current children cumulated vsize (KiB) 108300

[startup+179.502 s]
/proc/loadavg: 2.05 2.00 1.96 4/91 30521
/proc/meminfo: memFree=1388696/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=177.36
/proc/30487/stat : 30487 (sugar) S 30485 30487 30034 0 -1 4194304 1091 40822 0 2 3 1 16453 1279 16 0 1 0 1529954332 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30487/statm: 3400 799 370 3 0 500 0
[pid=30512] ppid=30487 vsize=5356 CPUtime=0
/proc/30512/stat : 30512 (sh) S 30487 30487 30034 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529972243 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30512/statm: 1339 233 193 169 0 50 0
[pid=30513] ppid=30512 vsize=863720 CPUtime=0.36
/proc/30513/stat : 30513 (java) S 30512 30487 30034 0 -1 0 3495 0 1 0 34 2 0 0 18 0 9 0 1529972244 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30513/statm: 215930 2968 1660 9 0 210512 0
[pid=30513/tid=30514] ppid=30512 vsize=863720 CPUtime=0.32
/proc/30513/task/30514/stat : 30514 (java) R 30512 30487 30034 0 -1 64 2457 0 1 0 31 1 0 0 19 0 9 0 1529972245 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4125960198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30515] ppid=30512 vsize=863720 CPUtime=0
/proc/30513/task/30515/stat : 30515 (java) S 30512 30487 30034 0 -1 64 122 0 0 0 0 0 0 0 16 0 9 0 1529972246 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30516] ppid=30512 vsize=863720 CPUtime=0
/proc/30513/task/30516/stat : 30516 (java) S 30512 30487 30034 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1529972247 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30517] ppid=30512 vsize=863720 CPUtime=0
/proc/30513/task/30517/stat : 30517 (java) S 30512 30487 30034 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529972247 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30518] ppid=30512 vsize=863720 CPUtime=0
/proc/30513/task/30518/stat : 30518 (java) S 30512 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529972249 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30519] ppid=30512 vsize=863720 CPUtime=0.01
/proc/30513/task/30519/stat : 30519 (java) R 30512 30487 30034 0 -1 64 224 0 0 0 1 0 0 0 19 0 9 0 1529972249 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 101769180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30520] ppid=30512 vsize=863720 CPUtime=0
/proc/30513/task/30520/stat : 30520 (java) S 30512 30487 30034 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529972249 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30513/tid=30521] ppid=30512 vsize=863720 CPUtime=0
/proc/30513/task/30521/stat : 30521 (java) S 30512 30487 30034 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529972249 884449280 2968 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.72
Current children cumulated vsize (KiB) 882676

[startup+179.705 s]
/proc/loadavg: 2.05 2.00 1.96 4/91 30521
/proc/meminfo: memFree=1388696/2055920 swapFree=4122540/4192956
[pid=30487] ppid=30485 vsize=13600 CPUtime=177.94
/proc/30487/stat : 30487 (sugar) R 30485 30487 30034 0 -1 4194304 1119 44759 0 3 4 3 16504 1283 16 0 1 0 1529954332 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30487/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 177.94
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 179.725
CPU time (s): 177.971
CPU user time (s): 165.087
CPU system time (s): 12.884
CPU usage (%): 99.0241
Max. virtual memory (cumulated for all children) (KiB): 887568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.087
system time used= 12.884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45908
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= 10265
involuntary context switches= 13856

runsolver used 0.232964 second user time and 0.600908 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 14:46:33
IDJOB=1042209
IDBENCH=53883
IDSOLVER=345
FILE ID=node12/1042209-1215002793
PBS_JOBID= 7870925
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-25-25.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042209-1215002793/watcher-1042209-1215002793 -o /tmp/evaluation-result-1042209-1215002793/solver-1042209-1215002793 -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/picosat" -tmp="HOME/temp" HOME/instance-1042209-1215002793.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 59d56c349f47c5f1affad53bdd346c6f
RANDOM SEED=1944767662

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1448784 kB
Buffers:         55148 kB
Cached:         290360 kB
SwapCached:      64464 kB
Active:         291260 kB
Inactive:       234700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448784 kB
SwapTotal:     4192956 kB
SwapFree:      4122540 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:         194164 kB
Slab:            66024 kB
Committed_AS:  3593752 kB
PageTables:       2136 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= 66536 MiB
End job on node12 at 2008-07-02 14:49:33