Trace number 1040999

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+picosatUNSAT 335.978 337.866

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-22-22.xml
MD5SUMe23ca055df0c6e4fbd5c341fa6a6c6fa
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.145976
Satisfiable
(Un)Satisfiability was proved
Number of variables968
Number of constraints1158
Maximum constraint arity22
Maximum domain size61
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.01/0.13	c 0	Sugar v1-13 + HOME/picosat
0.01/0.15	c 0	BEGIN Wed Jul  2 13:45:19 2008
0.01/0.15	c 0	PID 10490
0.01/0.16	c 0	HOST node27.alineos.net
0.01/0.16	c 0	CONVERTING HOME/instance-1040999-1214999119.xml TO HOME/temp.csp
0.01/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040999-1214999119.xml' 'HOME/temp.csp'
0.04/0.71	c 1	23 domains, 968 variables, 2 predicates, 0 relations, 1158 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.52/0.81	c 1	Parsing HOME/temp.csp
0.77/1.02	c 1	parsed 2151 expressions
0.77/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.77/1.02	c 1	Converting to clausal form CSP
0.77/1.05	c 1	converted 216 (10%) expressions
0.77/1.05	c 1	converted 431 (20%) expressions
0.77/1.06	c 1	converted 646 (30%) expressions
0.77/1.06	c 1	converted 861 (40%) expressions
0.86/1.18	c 1	converted 1076 (50%) expressions
0.96/1.24	c 1	converted 1291 (60%) expressions
0.96/1.27	c 1	converted 1506 (70%) expressions
0.96/1.29	c 1	converted 1721 (80%) expressions
1.06/1.31	c 1	converted 1936 (90%) expressions
1.66/1.96	c 2	converted 2151 (100%) expressions
1.66/1.96	c 2	CSP : 6092 integers, 1638 booleans, 15676 clauses, largest domain size 137
1.66/1.96	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/1.96	c 2	Propagation in CSP
1.76/2.07	c 2	14944 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.76/2.08	c 2	CSP : 6092 integers, 1638 booleans, 15676 clauses, largest domain size 62
1.76/2.08	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.76/2.09	c 2	Simplifing CSP by introducing new Boolean variables
1.86/2.11	c 2	CSP : 6092 integers, 1638 booleans, 15676 clauses, largest domain size 62
1.86/2.11	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.86/2.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.96/2.21	c 2	610 (10%) CSP integer variables are encoded (2094 clauses, 25115 bytes)
1.96/2.22	c 2	1219 (20%) CSP integer variables are encoded (5341 clauses, 67326 bytes)
1.96/2.23	c 2	1828 (30%) CSP integer variables are encoded (12218 clauses, 164154 bytes)
1.96/2.24	c 2	2437 (40%) CSP integer variables are encoded (19424 clauses, 272244 bytes)
1.96/2.25	c 2	3046 (50%) CSP integer variables are encoded (26195 clauses, 373809 bytes)
1.96/2.26	c 2	3656 (60%) CSP integer variables are encoded (33326 clauses, 480774 bytes)
1.96/2.27	c 2	4265 (70%) CSP integer variables are encoded (40284 clauses, 585144 bytes)
1.96/2.28	c 2	4874 (80%) CSP integer variables are encoded (47409 clauses, 692019 bytes)
1.96/2.29	c 2	5483 (90%) CSP integer variables are encoded (54232 clauses, 794364 bytes)
2.05/2.30	c 2	6092 (100%) CSP integer variables are encoded (61282 clauses, 900114 bytes)
2.15/2.48	c 3	1568 (10%) CSP clauses are encoded (124152 clauses, 1981490 bytes)
2.45/2.71	c 3	3136 (20%) CSP clauses are encoded (244019 clauses, 4144650 bytes)
2.65/2.94	c 3	4703 (30%) CSP clauses are encoded (354461 clauses, 6409518 bytes)
2.85/3.18	c 3	6271 (40%) CSP clauses are encoded (476213 clauses, 8952410 bytes)
3.14/3.41	c 3	7838 (50%) CSP clauses are encoded (595596 clauses, 11446092 bytes)
3.44/3.71	c 4	9406 (60%) CSP clauses are encoded (752070 clauses, 14704005 bytes)
3.64/3.96	c 4	10974 (70%) CSP clauses are encoded (880259 clauses, 17381139 bytes)
3.84/4.16	c 4	12541 (80%) CSP clauses are encoded (987750 clauses, 19623897 bytes)
4.04/4.40	c 4	14109 (90%) CSP clauses are encoded (1106112 clauses, 22097153 bytes)
4.33/4.68	c 5	15676 (100%) CSP clauses are encoded (1251943 clauses, 25134290 bytes)
4.33/4.68	c 5	15676 CSP clauses encoded
4.33/4.68	c 5	Writing map file : HOME/temp.map
4.43/4.70	c 5	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.43/4.70	c 5	SAT : 68962 SAT variables, 1251943 SAT clauses, 25134290 bytes
4.43/4.70	c 5	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.43/4.75	c 5	SOLVING HOME/temp.cnf
4.43/4.75	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
335.71/337.63	c 338	DECODING HOME/temp.out WITH HOME/temp.map
335.71/337.63	c 338	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
335.75/337.72	c 338	Decoding HOME/temp.out
335.75/337.82	s UNSATISFIABLE
335.75/337.84	c 338	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
335.75/337.86	c 338	CPU 329.63 (0.04 0.01 329.59 6.3)
335.75/337.86	c 338	END Wed Jul  2 13:50:57 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1040999-1214999119/watcher-1040999-1214999119 -o /tmp/evaluation-result-1040999-1214999119/solver-1040999-1214999119 -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-1040999-1214999119.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.73 4/72 10490
/proc/meminfo: memFree=1915464/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=18572 CPUtime=0
/proc/10490/stat : 10490 (runsolver) D 10488 10490 10306 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 111582026 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233588714791 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/10490/statm: 4643 292 257 25 0 2626 0

[startup+0.0634041 s]
/proc/loadavg: 1.91 1.97 1.73 4/72 10490
/proc/meminfo: memFree=1915464/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=12272 CPUtime=0
/proc/10490/stat : 10490 (sugar) D 10488 10490 10306 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 111582026 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/10490/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101407 s]
/proc/loadavg: 1.91 1.97 1.73 4/72 10490
/proc/meminfo: memFree=1915464/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=12544 CPUtime=0.01
/proc/10490/stat : 10490 (sugar) R 10488 10490 10306 0 -1 4194304 464 0 0 0 0 1 0 0 18 0 1 0 111582026 12845056 432 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 0 0 0
/proc/10490/statm: 3136 432 289 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.301426 s]
/proc/loadavg: 1.91 1.97 1.73 4/72 10490
/proc/meminfo: memFree=1915464/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=0.04
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 111582026 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10490/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701466 s]
/proc/loadavg: 1.91 1.97 1.73 4/72 10490
/proc/meminfo: memFree=1915464/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=0.04
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 111582026 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10490/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 1.91 1.97 1.73 4/83 10512
/proc/meminfo: memFree=1905968/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=0.52
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 974 5032 0 1 3 1 44 4 15 0 1 0 111582026 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 797 370 3 0 500 0
[pid=10503] ppid=10490 vsize=5356 CPUtime=0
/proc/10503/stat : 10503 (sh) S 10490 10490 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111582099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10503/statm: 1339 233 193 169 0 50 0
[pid=10504] ppid=10503 vsize=868356 CPUtime=0.75
/proc/10504/stat : 10504 (java) S 10503 10490 10306 0 -1 0 6082 0 1 0 70 5 0 0 18 0 9 0 111582100 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10504/statm: 217089 5456 1839 9 0 211664 0
[pid=10504/tid=10505] ppid=10503 vsize=868356 CPUtime=0.45
/proc/10504/task/10505/stat : 10505 (java) R 10503 10490 10306 0 -1 64 2664 0 1 0 43 2 0 0 20 0 9 0 111582100 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10506] ppid=10503 vsize=868356 CPUtime=0.06
/proc/10504/task/10506/stat : 10506 (java) R 10503 10490 10306 0 -1 64 1266 0 0 0 6 0 0 0 16 0 9 0 111582102 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10507] ppid=10503 vsize=868356 CPUtime=0
/proc/10504/task/10507/stat : 10507 (java) S 10503 10490 10306 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 111582102 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10508] ppid=10503 vsize=868356 CPUtime=0
/proc/10504/task/10508/stat : 10508 (java) S 10503 10490 10306 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 111582102 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10509] ppid=10503 vsize=868356 CPUtime=0
/proc/10504/task/10509/stat : 10509 (java) S 10503 10490 10306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111582104 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10510] ppid=10503 vsize=868356 CPUtime=0.2
/proc/10504/task/10510/stat : 10510 (java) S 10503 10490 10306 0 -1 64 1460 0 0 0 19 1 0 0 16 0 9 0 111582104 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10511] ppid=10503 vsize=868356 CPUtime=0
/proc/10504/task/10511/stat : 10511 (java) S 10503 10490 10306 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 111582104 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10512] ppid=10503 vsize=868356 CPUtime=0
/proc/10504/task/10512/stat : 10512 (java) S 10503 10490 10306 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 111582104 889196544 5456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 887312

[startup+3.10271 s]
/proc/loadavg: 1.91 1.97 1.73 4/83 10512
/proc/meminfo: memFree=1889584/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=0.52
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 974 5032 0 1 3 1 44 4 15 0 1 0 111582026 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 797 370 3 0 500 0
[pid=10503] ppid=10490 vsize=5356 CPUtime=0
/proc/10503/stat : 10503 (sh) S 10490 10490 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111582099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10503/statm: 1339 233 193 169 0 50 0
[pid=10504] ppid=10503 vsize=868468 CPUtime=2.33
/proc/10504/stat : 10504 (java) S 10503 10490 10306 0 -1 0 9259 0 1 0 220 13 0 0 18 0 9 0 111582100 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10504/statm: 217117 8155 2565 9 0 211664 0
[pid=10504/tid=10505] ppid=10503 vsize=868468 CPUtime=1.63
/proc/10504/task/10505/stat : 10505 (java) R 10503 10490 10306 0 -1 64 2990 0 1 0 156 7 0 0 25 0 9 0 111582100 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4126581672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10506] ppid=10503 vsize=868468 CPUtime=0.37
/proc/10504/task/10506/stat : 10506 (java) S 10503 10490 10306 0 -1 64 4062 0 0 0 34 3 0 0 16 0 9 0 111582102 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10507] ppid=10503 vsize=868468 CPUtime=0
/proc/10504/task/10507/stat : 10507 (java) S 10503 10490 10306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 111582102 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10508] ppid=10503 vsize=868468 CPUtime=0
/proc/10504/task/10508/stat : 10508 (java) S 10503 10490 10306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 111582102 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10509] ppid=10503 vsize=868468 CPUtime=0
/proc/10504/task/10509/stat : 10509 (java) S 10503 10490 10306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111582104 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10510] ppid=10503 vsize=868468 CPUtime=0.29
/proc/10504/task/10510/stat : 10510 (java) S 10503 10490 10306 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 111582104 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10511] ppid=10503 vsize=868468 CPUtime=0
/proc/10504/task/10511/stat : 10511 (java) S 10503 10490 10306 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 111582104 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10504/tid=10512] ppid=10503 vsize=868468 CPUtime=0
/proc/10504/task/10512/stat : 10512 (java) S 10503 10490 10306 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 111582104 889311232 8155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 887424

[startup+6.30203 s]
/proc/loadavg: 1.92 1.97 1.73 3/75 10514
/proc/meminfo: memFree=1879472/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=14748 CPUtime=1.53
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 2656 0 0 0 66 87 0 0 25 0 1 0 111582502 15101952 2642 996147200 134512640 134931368 4294956256 18446744073709551615 134549512 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 3687 2642 40 102 0 3582 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 33704

[startup+12.7017 s]
/proc/loadavg: 2.01 1.98 1.74 3/75 10514
/proc/meminfo: memFree=1854704/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=39848 CPUtime=7.88
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 8699 0 0 0 352 436 0 0 25 0 1 0 111582502 40804352 8685 996147200 134512640 134931368 4294956256 18446744073709551615 134523979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 9962 8685 40 102 0 9857 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 58804

[startup+25.502 s]
/proc/loadavg: 2.00 1.98 1.74 3/75 10514
/proc/meminfo: memFree=1840624/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=54896 CPUtime=20.63
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 11613 0 0 0 1469 594 0 0 25 0 1 0 111582502 56213504 11566 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 13724 11566 42 102 0 13619 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 73852

[startup+51.1016 s]
/proc/loadavg: 2.00 1.98 1.75 3/75 10514
/proc/meminfo: memFree=1840368/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=55292 CPUtime=46.1
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 11701 0 0 0 4016 594 0 0 25 0 1 0 111582502 56619008 11654 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 13823 11654 42 102 0 13718 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 74248

[startup+102.307 s]
/proc/loadavg: 2.00 1.98 1.76 3/75 10514
/proc/meminfo: memFree=1839536/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=56084 CPUtime=97.07
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 11918 0 0 0 9112 595 0 0 25 0 1 0 111582502 57430016 11871 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14021 11871 42 102 0 13916 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 75040

[startup+162.302 s]
/proc/loadavg: 2.00 1.98 1.77 3/75 10514
/proc/meminfo: memFree=1838512/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=57008 CPUtime=156.78
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12164 0 0 0 15083 595 0 0 25 0 1 0 111582502 58376192 12117 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14252 12117 42 102 0 14147 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 75964

[startup+222.302 s]
/proc/loadavg: 2.00 1.98 1.78 3/75 10514
/proc/meminfo: memFree=1837808/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=57800 CPUtime=216.48
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12370 0 0 0 21053 595 0 0 25 0 1 0 111582502 59187200 12323 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14450 12323 42 102 0 14345 0
Current children cumulated CPU time (s) 220.96
Current children cumulated vsize (KiB) 76756

[startup+282.301 s]
/proc/loadavg: 2.00 1.98 1.79 3/75 10514
/proc/meminfo: memFree=1836912/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=58724 CPUtime=276.2
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12597 0 0 0 27025 595 0 0 25 0 1 0 111582502 60133376 12550 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14681 12550 42 102 0 14576 0
Current children cumulated CPU time (s) 280.68
Current children cumulated vsize (KiB) 77680

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

[startup+307.102 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836464/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59120 CPUtime=300.88
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12695 0 0 0 29493 595 0 0 25 0 1 0 111582502 60538880 12648 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14780 12648 42 102 0 14675 0
Current children cumulated CPU time (s) 305.36
Current children cumulated vsize (KiB) 78076

[startup+319.903 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836272/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59252 CPUtime=313.62
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12743 0 0 0 30767 595 0 0 25 0 1 0 111582502 60674048 12696 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14813 12696 42 102 0 14708 0
Current children cumulated CPU time (s) 318.1
Current children cumulated vsize (KiB) 78208

[startup+326.303 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836208/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59384 CPUtime=319.99
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12764 0 0 0 31404 595 0 0 25 0 1 0 111582502 60809216 12717 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14846 12717 42 102 0 14741 0
Current children cumulated CPU time (s) 324.47
Current children cumulated vsize (KiB) 78340

[startup+332.701 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836144/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59384 CPUtime=326.35
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12786 0 0 0 32040 595 0 0 25 0 1 0 111582502 60809216 12739 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14846 12739 42 102 0 14741 0
Current children cumulated CPU time (s) 330.83
Current children cumulated vsize (KiB) 78340

[startup+335.902 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836080/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59516 CPUtime=329.54
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12804 0 0 0 32359 595 0 0 25 0 1 0 111582502 60944384 12757 996147200 134512640 134931368 4294956256 18446744073709551615 134523984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14879 12757 42 102 0 14774 0
Current children cumulated CPU time (s) 334.02
Current children cumulated vsize (KiB) 78472

[startup+336.703 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836016/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59516 CPUtime=330.33
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12804 0 0 0 32438 595 0 0 25 0 1 0 111582502 60944384 12757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14879 12757 42 102 0 14774 0
Current children cumulated CPU time (s) 334.81
Current children cumulated vsize (KiB) 78472

[startup+337.502 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836016/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=4.48
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1022 14973 0 2 4 1 412 31 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
[pid=10513] ppid=10490 vsize=5356 CPUtime=0
/proc/10513/stat : 10513 (sh) S 10490 10490 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111582502 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10513/statm: 1339 232 193 169 0 50 0
[pid=10514] ppid=10513 vsize=59516 CPUtime=331.13
/proc/10514/stat : 10514 (picosat) R 10513 10490 10306 0 -1 4194304 12804 0 0 0 32518 595 0 0 25 0 1 0 111582502 60944384 12757 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/10514/statm: 14879 12757 42 102 0 14774 0
Current children cumulated CPU time (s) 335.61
Current children cumulated vsize (KiB) 78472

[startup+337.707 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836016/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=335.75
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1073 28065 0 2 4 1 32942 628 16 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 335.75
Current children cumulated vsize (KiB) 13600

[startup+337.802 s]
/proc/loadavg: 2.00 1.98 1.80 3/75 10514
/proc/meminfo: memFree=1836016/2055920 swapFree=4192812/4192956
[pid=10490] ppid=10488 vsize=13600 CPUtime=335.75
/proc/10490/stat : 10490 (sugar) S 10488 10490 10306 0 -1 4194304 1091 28065 0 2 4 1 32942 628 15 0 1 0 111582026 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10490/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 335.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 337.866
CPU time (s): 335.978
CPU user time (s): 329.64
CPU system time (s): 6.33804
CPU usage (%): 99.4411
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 329.64
system time used= 6.33804
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33056
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= 7211
involuntary context switches= 10914

runsolver used 0.488925 second user time and 1.05084 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-02 13:45:19
IDJOB=1040999
IDBENCH=53762
IDSOLVER=345
FILE ID=node27/1040999-1214999119
PBS_JOBID= 7870868
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-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-1040999-1214999119/watcher-1040999-1214999119 -o /tmp/evaluation-result-1040999-1214999119/solver-1040999-1214999119 -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-1040999-1214999119.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e23ca055df0c6e4fbd5c341fa6a6c6fa
RANDOM SEED=1981581852

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1916008 kB
Buffers:          3852 kB
Cached:          45448 kB
SwapCached:          0 kB
Active:          77632 kB
Inactive:         8244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          49608 kB
Slab:            39656 kB
Committed_AS:   192372 kB
PageTables:       1536 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-02 13:50:57