Trace number 1042119

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 486.31 488.186

General information on the benchmark

Namecsp/allsquares/
normalized-squares-22-22.xml
MD5SUM9baac43a2473992d9e93d014cc749df3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark268.547
Satisfiable
(Un)Satisfiability was proved
Number of variables968
Number of constraints1158
Maximum constraint arity22
Maximum domain size62
Number of constraints which are defined in extension0
Number of constraints which are defined in intension925
Global constraints used (with number of constraints)cumulative(2),weightedsum(231)

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:43:13 2008
0.00/0.04	c 0	PID 5914
0.04/0.05	c 0	HOST node24.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1042119-1215002593.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042119-1215002593.xml' 'HOME/temp.csp'
0.04/0.78	c 0	23 domains, 968 variables, 2 predicates, 0 relations, 1158 constraints
0.04/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.91	c 1	Parsing HOME/temp.csp
1.00/1.12	c 1	parsed 2151 expressions
1.00/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.13	c 1	Converting to clausal form CSP
1.00/1.15	c 1	converted 216 (10%) expressions
1.00/1.15	c 1	converted 431 (20%) expressions
1.00/1.16	c 1	converted 646 (30%) expressions
1.00/1.16	c 1	converted 861 (40%) expressions
1.09/1.28	c 1	converted 1076 (50%) expressions
1.19/1.34	c 1	converted 1291 (60%) expressions
1.19/1.37	c 1	converted 1506 (70%) expressions
1.19/1.39	c 1	converted 1721 (80%) expressions
1.29/1.41	c 1	converted 1936 (90%) expressions
1.89/2.08	c 2	converted 2151 (100%) expressions
1.89/2.08	c 2	CSP : 6176 integers, 1680 booleans, 15934 clauses, largest domain size 137
1.89/2.08	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.08	c 2	Propagation in CSP
1.98/2.20	c 2	14430 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.98/2.20	c 2	CSP : 6176 integers, 1680 booleans, 15934 clauses, largest domain size 63
1.98/2.20	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.21	c 2	Simplifing CSP by introducing new Boolean variables
2.08/2.22	c 2	CSP : 6176 integers, 1680 booleans, 15934 clauses, largest domain size 63
2.08/2.22	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.18/2.33	c 2	618 (10%) CSP integer variables are encoded (2138 clauses, 25687 bytes)
2.18/2.34	c 2	1236 (20%) CSP integer variables are encoded (5351 clauses, 67456 bytes)
2.18/2.35	c 2	1853 (30%) CSP integer variables are encoded (12758 clauses, 172258 bytes)
2.18/2.36	c 2	2471 (40%) CSP integer variables are encoded (20029 clauses, 281323 bytes)
2.18/2.37	c 2	3088 (50%) CSP integer variables are encoded (26955 clauses, 385213 bytes)
2.18/2.38	c 2	3706 (60%) CSP integer variables are encoded (34134 clauses, 492898 bytes)
2.18/2.39	c 2	4324 (70%) CSP integer variables are encoded (41595 clauses, 604813 bytes)
2.28/2.40	c 2	4941 (80%) CSP integer variables are encoded (48515 clauses, 708613 bytes)
2.28/2.41	c 2	5559 (90%) CSP integer variables are encoded (55822 clauses, 818218 bytes)
2.28/2.43	c 2	6176 (100%) CSP integer variables are encoded (62917 clauses, 924643 bytes)
2.48/2.60	c 2	1594 (10%) CSP clauses are encoded (128185 clauses, 2050032 bytes)
2.68/2.83	c 3	3187 (20%) CSP clauses are encoded (249177 clauses, 4233637 bytes)
2.87/3.09	c 3	4781 (30%) CSP clauses are encoded (373991 clauses, 6804935 bytes)
3.17/3.33	c 3	6374 (40%) CSP clauses are encoded (491388 clauses, 9256750 bytes)
3.37/3.57	c 3	7967 (50%) CSP clauses are encoded (619322 clauses, 11930623 bytes)
3.66/3.88	c 4	9561 (60%) CSP clauses are encoded (779090 clauses, 15257761 bytes)
3.96/4.14	c 4	11154 (70%) CSP clauses are encoded (913060 clauses, 18057658 bytes)
4.16/4.37	c 4	12748 (80%) CSP clauses are encoded (1029635 clauses, 20491707 bytes)
4.46/4.60	c 4	14341 (90%) CSP clauses are encoded (1152498 clauses, 23059744 bytes)
4.65/4.89	c 5	15934 (100%) CSP clauses are encoded (1300809 clauses, 26148981 bytes)
4.65/4.89	c 5	15934 CSP clauses encoded
4.65/4.89	c 5	Writing map file : HOME/temp.map
4.76/4.91	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.91	c 5	SAT : 70727 SAT variables, 1300809 SAT clauses, 26148981 bytes
4.76/4.91	c 5	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.95	c 5	SOLVING HOME/temp.cnf
4.76/4.95	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
485.92/487.85	c 488	DECODING HOME/temp.out WITH HOME/temp.map
485.92/487.85	c 488	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
485.99/487.93	c 488	Decoding HOME/temp.out
485.99/488.10	s SATISFIABLE
485.99/488.14	v 50 30 41 41 19 24 37 37 22 41 51 20 31 32 22 46 45 44 0 21 0 0 51 12 45 48 13 12 27 34 18 52 51 0 14 0 27 0 34 16 0 42 41 19 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 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 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 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 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1
485.99/488.14	c 488	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
485.99/488.18	c 488	CPU 479.61 (0.03 0.02 479.58 6.65)
485.99/488.18	c 488	END Wed Jul  2 14:51:21 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-1042119-1215002593/watcher-1042119-1215002593 -o /tmp/evaluation-result-1042119-1215002593/solver-1042119-1215002593 -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-1042119-1215002593.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: 2.00 2.02 1.97 4/80 5914
/proc/meminfo: memFree=1854800/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=12268 CPUtime=0
/proc/5914/stat : 5914 (sugar) R 5912 5914 5077 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1979233828 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5914/statm: 3067 316 241 3 0 167 0

[startup+0.049513 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 5914
/proc/meminfo: memFree=1854800/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=0.04
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1979233828 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101253 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 5914
/proc/meminfo: memFree=1854800/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=0.04
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979233828 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301269 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 5914
/proc/meminfo: memFree=1854800/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=0.04
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979233828 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701316 s]
/proc/loadavg: 2.00 2.02 1.97 4/80 5914
/proc/meminfo: memFree=1854800/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=0.04
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1979233828 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5014 s]
/proc/loadavg: 2.08 2.03 1.97 3/91 5936
/proc/meminfo: memFree=1847096/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=0.75
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 974 5038 0 1 3 1 68 3 15 0 1 0 1979233828 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 797 370 3 0 500 0
[pid=5927] ppid=5914 vsize=5356 CPUtime=0
/proc/5927/stat : 5927 (sh) S 5914 5914 5077 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979233912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5927/statm: 1339 233 193 169 0 50 0
[pid=5928] ppid=5927 vsize=868356 CPUtime=0.64
/proc/5928/stat : 5928 (java) S 5927 5914 5077 0 -1 0 5567 0 1 0 61 3 0 0 18 0 9 0 1979233912 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5928/statm: 217089 4987 1734 9 0 211664 0
[pid=5928/tid=5929] ppid=5927 vsize=868356 CPUtime=0.38
/proc/5928/task/5929/stat : 5929 (java) R 5927 5914 5077 0 -1 64 2655 0 1 0 37 1 0 0 19 0 9 0 1979233913 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5930] ppid=5927 vsize=868356 CPUtime=0.04
/proc/5928/task/5930/stat : 5930 (java) R 5927 5914 5077 0 -1 64 768 0 0 0 4 0 0 0 16 0 9 0 1979233914 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 102514355 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5931] ppid=5927 vsize=868356 CPUtime=0
/proc/5928/task/5931/stat : 5931 (java) S 5927 5914 5077 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1979233915 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5932] ppid=5927 vsize=868356 CPUtime=0
/proc/5928/task/5932/stat : 5932 (java) S 5927 5914 5077 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1979233915 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5933] ppid=5927 vsize=868356 CPUtime=0
/proc/5928/task/5933/stat : 5933 (java) S 5927 5914 5077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979233917 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5934] ppid=5927 vsize=868356 CPUtime=0.19
/proc/5928/task/5934/stat : 5934 (java) S 5927 5914 5077 0 -1 64 1452 0 0 0 19 0 0 0 16 0 9 0 1979233917 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5935] ppid=5927 vsize=868356 CPUtime=0
/proc/5928/task/5935/stat : 5935 (java) S 5927 5914 5077 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979233917 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5936] ppid=5927 vsize=868356 CPUtime=0
/proc/5928/task/5936/stat : 5936 (java) S 5927 5914 5077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979233917 889196544 4987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887312

[startup+3.10257 s]
/proc/loadavg: 2.08 2.03 1.97 3/91 5936
/proc/meminfo: memFree=1830712/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=0.75
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 974 5038 0 1 3 1 68 3 15 0 1 0 1979233828 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 797 370 3 0 500 0
[pid=5927] ppid=5914 vsize=5356 CPUtime=0
/proc/5927/stat : 5927 (sh) S 5914 5914 5077 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979233912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5927/statm: 1339 233 193 169 0 50 0
[pid=5928] ppid=5927 vsize=868468 CPUtime=2.22
/proc/5928/stat : 5928 (java) S 5927 5914 5077 0 -1 0 9286 0 1 0 211 11 0 0 18 0 9 0 1979233912 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5928/statm: 217117 8209 2565 9 0 211664 0
[pid=5928/tid=5929] ppid=5927 vsize=868468 CPUtime=1.52
/proc/5928/task/5929/stat : 5929 (java) R 5927 5914 5077 0 -1 64 2963 0 1 0 146 6 0 0 23 0 9 0 1979233913 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4127089467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5930] ppid=5927 vsize=868468 CPUtime=0.36
/proc/5928/task/5930/stat : 5930 (java) S 5927 5914 5077 0 -1 64 4116 0 0 0 34 2 0 0 16 0 9 0 1979233914 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5931] ppid=5927 vsize=868468 CPUtime=0
/proc/5928/task/5931/stat : 5931 (java) S 5927 5914 5077 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979233915 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5932] ppid=5927 vsize=868468 CPUtime=0
/proc/5928/task/5932/stat : 5932 (java) S 5927 5914 5077 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979233915 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5933] ppid=5927 vsize=868468 CPUtime=0
/proc/5928/task/5933/stat : 5933 (java) S 5927 5914 5077 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979233917 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5934] ppid=5927 vsize=868468 CPUtime=0.31
/proc/5928/task/5934/stat : 5934 (java) S 5927 5914 5077 0 -1 64 1513 0 0 0 30 1 0 0 16 0 9 0 1979233917 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5935] ppid=5927 vsize=868468 CPUtime=0
/proc/5928/task/5935/stat : 5935 (java) S 5927 5914 5077 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979233917 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5928/tid=5936] ppid=5927 vsize=868468 CPUtime=0
/proc/5928/task/5936/stat : 5936 (java) S 5927 5914 5077 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979233917 889311232 8209 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887424

[startup+6.30289 s]
/proc/loadavg: 2.08 2.03 1.97 3/83 5938
/proc/meminfo: memFree=1820024/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=14036 CPUtime=1.32
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 2469 0 0 0 59 73 0 0 25 0 1 0 1979234324 14372864 2455 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5938/statm: 3509 2455 40 102 0 3404 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 32992

[startup+12.7016 s]
/proc/loadavg: 2.07 2.03 1.97 3/83 5938
/proc/meminfo: memFree=1795584/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=38872 CPUtime=7.66
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 8417 0 0 0 345 421 0 0 25 0 1 0 1979234324 39804928 8403 996147200 134512640 134931368 4294956256 18446744073709551615 134560010 0 0 4096 0 0 0 0 17 1 0 0
/proc/5938/statm: 9718 8403 40 102 0 9613 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 57828

[startup+25.5019 s]
/proc/loadavg: 2.06 2.03 1.97 3/83 5938
/proc/meminfo: memFree=1778752/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=56376 CPUtime=20.33
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 12015 0 0 0 1409 624 0 0 25 0 1 0 1979234324 57729024 11985 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5938/statm: 14094 11985 42 102 0 13989 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 75332

[startup+51.1016 s]
/proc/loadavg: 2.04 2.03 1.97 3/83 5938
/proc/meminfo: memFree=1778176/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=56904 CPUtime=45.7
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 12163 0 0 0 3945 625 0 0 25 0 1 0 1979234324 58269696 12133 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/5938/statm: 14226 12133 42 102 0 14121 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 75860

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 1.97 3/83 5938
/proc/meminfo: memFree=1776960/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=57828 CPUtime=96.42
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 12417 0 0 0 9017 625 0 0 25 0 1 0 1979234324 59215872 12387 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5938/statm: 14457 12387 42 102 0 14352 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 76784

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/83 5938
/proc/meminfo: memFree=1775744/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0

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


[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/83 5976
/proc/meminfo: memFree=1760000/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=61360 CPUtime=215.74
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 13073 0 0 0 20947 627 0 0 25 0 1 0 1979234324 62832640 13043 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 15340 13043 42 102 0 15235 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 80316

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1758656/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=62680 CPUtime=275.71
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 13394 0 0 0 26944 627 0 0 25 0 1 0 1979234324 64184320 13364 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 15670 13364 42 102 0 15565 0
Current children cumulated CPU time (s) 280.5
Current children cumulated vsize (KiB) 81636

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1757312/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=63868 CPUtime=335.68
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 13701 0 0 0 32941 627 0 0 25 0 1 0 1979234324 65400832 13671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 15967 13671 42 102 0 15862 0
Current children cumulated CPU time (s) 340.47
Current children cumulated vsize (KiB) 82824

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1756032/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=65056 CPUtime=395.67
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14016 0 0 0 38939 628 0 0 25 0 1 0 1979234324 66617344 13986 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16264 13986 42 102 0 16159 0
Current children cumulated CPU time (s) 400.46
Current children cumulated vsize (KiB) 84012

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754752/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=66244 CPUtime=455.63
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14317 0 0 0 44935 628 0 0 25 0 1 0 1979234324 67833856 14287 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16561 14287 42 102 0 16456 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 85200

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

[startup+473.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754496/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=66508 CPUtime=466.84
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14385 0 0 0 46055 629 0 0 25 0 1 0 1979234324 68104192 14355 996147200 134512640 134931368 4294956256 18446744073709551615 134539143 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16627 14355 42 102 0 16522 0
Current children cumulated CPU time (s) 471.63
Current children cumulated vsize (KiB) 85464

[startup+479.901 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754368/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=66640 CPUtime=473.24
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14420 0 0 0 46695 629 0 0 25 0 1 0 1979234324 68239360 14390 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16660 14390 42 102 0 16555 0
Current children cumulated CPU time (s) 478.03
Current children cumulated vsize (KiB) 85596

[startup+483.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754304/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=66772 CPUtime=476.44
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14434 0 0 0 47015 629 0 0 25 0 1 0 1979234324 68374528 14404 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16693 14404 42 102 0 16588 0
Current children cumulated CPU time (s) 481.23
Current children cumulated vsize (KiB) 85728

[startup+486.303 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754240/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=66772 CPUtime=479.64
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14452 0 0 0 47335 629 0 0 25 0 1 0 1979234324 68374528 14422 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16693 14422 42 102 0 16588 0
Current children cumulated CPU time (s) 484.43
Current children cumulated vsize (KiB) 85728

[startup+487.102 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754240/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=4.79
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1022 15060 0 2 3 1 445 30 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
[pid=5937] ppid=5914 vsize=5356 CPUtime=0
/proc/5937/stat : 5937 (sh) S 5914 5914 5077 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979234324 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5937/statm: 1339 232 193 169 0 50 0
[pid=5938] ppid=5937 vsize=66772 CPUtime=480.43
/proc/5938/stat : 5938 (picosat) R 5937 5914 5077 0 -1 4194304 14457 0 0 0 47414 629 0 0 25 0 1 0 1979234324 68374528 14427 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/5938/statm: 16693 14427 42 102 0 16588 0
Current children cumulated CPU time (s) 485.22
Current children cumulated vsize (KiB) 85728

[startup+487.902 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754176/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=485.99
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1073 29812 0 2 3 1 47934 661 17 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 485.99
Current children cumulated vsize (KiB) 13600

[startup+488.102 s]
/proc/loadavg: 2.00 2.00 1.97 3/83 5976
/proc/meminfo: memFree=1754176/2055920 swapFree=4180448/4192956
[pid=5914] ppid=5912 vsize=13600 CPUtime=485.99
/proc/5914/stat : 5914 (sugar) S 5912 5914 5077 0 -1 4194304 1091 29812 0 2 3 1 47934 661 16 0 1 0 1979233828 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5914/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 485.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 488.186
CPU time (s): 486.31
CPU user time (s): 479.62
CPU system time (s): 6.68998
CPU usage (%): 99.6157
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.62
system time used= 6.68998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34884
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= 8050
involuntary context switches= 12748

runsolver used 0.646901 second user time and 1.57276 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-02 14:43:13
IDJOB=1042119
IDBENCH=53874
IDSOLVER=345
FILE ID=node24/1042119-1215002593
PBS_JOBID= 7870875
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-22-22.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-1042119-1215002593/watcher-1042119-1215002593 -o /tmp/evaluation-result-1042119-1215002593/solver-1042119-1215002593 -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-1042119-1215002593.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9baac43a2473992d9e93d014cc749df3
RANDOM SEED=1379381567

node24.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.232
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.232
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:       1855280 kB
Buffers:          7624 kB
Cached:          61776 kB
SwapCached:       6556 kB
Active:         128652 kB
Inactive:        12428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855280 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          85376 kB
Slab:            44628 kB
Committed_AS:  4183064 kB
PageTables:       1964 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 node24 at 2008-07-02 14:51:21