Trace number 1039939

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 1469.4 1471.18

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-10_glb.xml
MD5SUM8bce133ddb71db1f40340916746927bb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.68374
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints23
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(22)

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 13:12:20 2008
0.00/0.04	c 0	PID 29732
0.00/0.04	c 0	HOST node51.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1039939-1214997140.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-1039939-1214997140.xml' 'HOME/temp.csp'
0.03/0.24	c 0	1 domains, 100 variables, 0 predicates, 0 relations, 23 constraints
0.03/0.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.26	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.22/0.34	c 0	Parsing HOME/temp.csp
0.22/0.41	c 0	parsed 124 expressions
0.22/0.44	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.22/0.44	c 1	Converting to clausal form CSP
0.22/0.46	c 1	converted 13 (10%) expressions
0.22/0.46	c 1	converted 25 (20%) expressions
0.22/0.46	c 1	converted 38 (30%) expressions
0.22/0.46	c 1	converted 50 (40%) expressions
0.22/0.46	c 1	converted 62 (50%) expressions
0.22/0.46	c 1	converted 75 (60%) expressions
0.22/0.46	c 1	converted 87 (70%) expressions
0.22/0.46	c 1	converted 100 (80%) expressions
0.22/0.57	c 1	converted 112 (90%) expressions
0.22/0.81	c 1	converted 124 (100%) expressions
0.22/0.81	c 1	CSP : 452 integers, 0 booleans, 5700 clauses, largest domain size 496
0.22/0.81	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.81	c 1	Propagation in CSP
0.22/0.91	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.22/0.91	c 1	CSP : 452 integers, 0 booleans, 5700 clauses, largest domain size 496
0.22/0.91	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.22/0.92	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.02	c 1	CSP : 452 integers, 9900 booleans, 15600 clauses, largest domain size 496
0.93/1.02	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.11	c 1	46 (10%) CSP integer variables are encoded (4508 clauses, 56478 bytes)
1.03/1.11	c 1	91 (20%) CSP integer variables are encoded (8918 clauses, 113808 bytes)
1.03/1.13	c 1	136 (30%) CSP integer variables are encoded (20456 clauses, 284917 bytes)
1.03/1.15	c 1	181 (40%) CSP integer variables are encoded (33677 clauses, 483232 bytes)
1.03/1.16	c 1	226 (50%) CSP integer variables are encoded (46997 clauses, 683032 bytes)
1.03/1.18	c 1	272 (60%) CSP integer variables are encoded (60712 clauses, 888757 bytes)
1.13/1.20	c 1	317 (70%) CSP integer variables are encoded (73933 clauses, 1087072 bytes)
1.13/1.22	c 1	362 (80%) CSP integer variables are encoded (87253 clauses, 1286872 bytes)
1.13/1.23	c 1	407 (90%) CSP integer variables are encoded (100474 clauses, 1486944 bytes)
1.13/1.25	c 1	452 (100%) CSP integer variables are encoded (113992 clauses, 1716750 bytes)
33.78/34.66	c 35	1560 (10%) CSP clauses are encoded (17649090 clauses, 371185697 bytes)
33.99/34.87	c 35	3120 (20%) CSP clauses are encoded (17753610 clauses, 373259351 bytes)
34.18/35.08	c 35	4680 (30%) CSP clauses are encoded (17858130 clauses, 375408119 bytes)
34.38/35.30	c 35	6240 (40%) CSP clauses are encoded (17962650 clauses, 377588999 bytes)
34.68/35.51	c 36	7800 (50%) CSP clauses are encoded (18067170 clauses, 379769879 bytes)
34.87/35.72	c 36	9360 (60%) CSP clauses are encoded (18171690 clauses, 381950759 bytes)
35.06/35.92	c 36	10920 (70%) CSP clauses are encoded (18276210 clauses, 384131639 bytes)
35.26/36.13	c 36	12480 (80%) CSP clauses are encoded (18380730 clauses, 386312519 bytes)
35.46/36.34	c 36	14040 (90%) CSP clauses are encoded (18485250 clauses, 388493399 bytes)
35.66/36.54	c 37	15600 (100%) CSP clauses are encoded (18589572 clauses, 390671181 bytes)
35.66/36.54	c 37	15600 CSP clauses encoded
35.66/36.54	c 37	Writing map file : HOME/temp.map
35.66/36.55	c 37	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.66/36.55	c 37	SAT : 124344 SAT variables, 18589572 SAT clauses, 390671181 bytes
35.66/36.55	c 37	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.66/36.57	c 37	SOLVING HOME/temp.cnf
35.66/36.57	c 37	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1468.85/1470.67	c 1471	DECODING HOME/temp.out WITH HOME/temp.map
1468.85/1470.67	c 1471	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1468.92/1470.76	c 1471	Decoding HOME/temp.out
1468.92/1470.93	s SATISFIABLE
1468.92/1470.94	v 87 71 5 8 3 83 12 98 54 84 35 91 51 29 82 15 56 43 69 34 41 13 31 99 62 94 40 18 21 86 97 53 70 61 6 4 52 85 22 55 81 96 74 17 46 25 60 26 38 42 2 30 88 93 58 27 73 33 90 11 1 80 76 79 75 47 9 65 49 24 59 16 36 23 57 32 64 37 92 89 63 45 7 77 48 78 95 28 50 14 39 10 67 19 68 100 44 72 20 66
1468.92/1470.94	c 1471	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1469.20/1471.00	c 1471	CPU 1381.08 (0.03 0 1381.05 88.11)
1469.20/1471.00	c 1471	END Wed Jul  2 13:36:51 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-1039939-1214997140/watcher-1039939-1214997140 -o /tmp/evaluation-result-1039939-1214997140/solver-1039939-1214997140 -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-1039939-1214997140.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

[startup+0 s]
/proc/loadavg: 0.50 0.11 0.04 3/72 29732
/proc/meminfo: memFree=1215712/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=18572 CPUtime=0
/proc/29732/stat : 29732 (runsolver) R 29730 29432 29432 0 -1 4194368 10 0 0 0 0 0 0 0 23 0 1 0 1978685886 19017728 290 996147200 4194304 4296836 548682068272 18446744073709551615 235368642208 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29732/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.088937 s]
/proc/loadavg: 0.50 0.11 0.04 3/72 29732
/proc/meminfo: memFree=1215712/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.03
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 900 127 0 0 3 0 0 0 25 0 1 0 1978685886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102275 s]
/proc/loadavg: 0.50 0.11 0.04 3/72 29732
/proc/meminfo: memFree=1215712/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.03
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 900 127 0 0 3 0 0 0 25 0 1 0 1978685886 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301327 s]
/proc/loadavg: 0.50 0.11 0.04 3/72 29732
/proc/meminfo: memFree=1215712/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 956 4273 0 1 3 0 17 2 16 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+0.702379 s]
/proc/loadavg: 0.50 0.11 0.04 3/72 29732
/proc/meminfo: memFree=1215712/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 973 4273 0 1 3 0 17 2 15 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13600

[startup+1.50151 s]
/proc/loadavg: 0.50 0.11 0.04 4/83 29754
/proc/meminfo: memFree=1195784/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 974 4273 0 1 3 0 17 2 15 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
[pid=29745] ppid=29732 vsize=5356 CPUtime=0
/proc/29745/stat : 29745 (sh) S 29732 29732 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29745/statm: 1339 233 193 169 0 50 0
[pid=29746] ppid=29745 vsize=868448 CPUtime=1.2
/proc/29746/stat : 29746 (java) S 29745 29732 29432 0 -1 0 7915 0 1 0 113 7 0 0 18 0 9 0 1978685912 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29746/statm: 217112 6994 2563 9 0 211659 0
[pid=29746/tid=29747] ppid=29745 vsize=868448 CPUtime=0.76
/proc/29746/task/29747/stat : 29747 (java) R 29745 29732 29432 0 -1 64 2825 0 1 0 72 4 0 0 21 0 9 0 1978685913 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4126890322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29748] ppid=29745 vsize=868448 CPUtime=0.22
/proc/29746/task/29748/stat : 29748 (java) S 29745 29732 29432 0 -1 64 2931 0 0 0 21 1 0 0 16 0 9 0 1978685914 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29749] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29749/stat : 29749 (java) S 29745 29732 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978685915 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29750] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29750/stat : 29750 (java) S 29745 29732 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685915 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29751] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29751/stat : 29751 (java) S 29745 29732 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978685917 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29752] ppid=29745 vsize=868448 CPUtime=0.2
/proc/29746/task/29752/stat : 29752 (java) S 29745 29732 29432 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 1978685917 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29753] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29753/stat : 29753 (java) S 29745 29732 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978685917 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29754] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29754/stat : 29754 (java) S 29745 29732 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978685917 889290752 6994 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887404

[startup+3.10278 s]
/proc/loadavg: 0.50 0.11 0.04 3/83 29754
/proc/meminfo: memFree=1184776/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 974 4273 0 1 3 0 17 2 15 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
[pid=29745] ppid=29732 vsize=5356 CPUtime=0
/proc/29745/stat : 29745 (sh) S 29732 29732 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29745/statm: 1339 233 193 169 0 50 0
[pid=29746] ppid=29745 vsize=868448 CPUtime=2.8
/proc/29746/stat : 29746 (java) S 29745 29732 29432 0 -1 0 8410 0 1 0 259 21 0 0 18 0 9 0 1978685912 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29746/statm: 217112 7000 2563 9 0 211659 0
[pid=29746/tid=29747] ppid=29745 vsize=868448 CPUtime=2.22
/proc/29746/task/29747/stat : 29747 (java) R 29745 29732 29432 0 -1 64 3314 0 1 0 207 15 0 0 25 0 9 0 1978685913 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4126896816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29748] ppid=29745 vsize=868448 CPUtime=0.35
/proc/29746/task/29748/stat : 29748 (java) S 29745 29732 29432 0 -1 64 2931 0 0 0 31 4 0 0 16 0 9 0 1978685914 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29749] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29749/stat : 29749 (java) S 29745 29732 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978685915 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29750] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29750/stat : 29750 (java) S 29745 29732 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685915 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29751] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29751/stat : 29751 (java) S 29745 29732 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29752] ppid=29745 vsize=868448 CPUtime=0.21
/proc/29746/task/29752/stat : 29752 (java) S 29745 29732 29432 0 -1 64 1472 0 0 0 20 1 0 0 16 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29753] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29753/stat : 29753 (java) S 29745 29732 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29754] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29754/stat : 29754 (java) S 29745 29732 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887404

[startup+6.30236 s]
/proc/loadavg: 0.62 0.14 0.05 3/83 29754
/proc/meminfo: memFree=1148688/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 974 4273 0 1 3 0 17 2 15 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
[pid=29745] ppid=29732 vsize=5356 CPUtime=0
/proc/29745/stat : 29745 (sh) S 29732 29732 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29745/statm: 1339 233 193 169 0 50 0
[pid=29746] ppid=29745 vsize=868448 CPUtime=5.94
/proc/29746/stat : 29746 (java) S 29745 29732 29432 0 -1 0 9388 0 1 0 543 51 0 0 18 0 9 0 1978685912 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29746/statm: 217112 7000 2563 9 0 211659 0
[pid=29746/tid=29747] ppid=29745 vsize=868448 CPUtime=5.12
/proc/29746/task/29747/stat : 29747 (java) R 29745 29732 29432 0 -1 64 4292 0 1 0 474 38 0 0 25 0 9 0 1978685913 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29748] ppid=29745 vsize=868448 CPUtime=0.58
/proc/29746/task/29748/stat : 29748 (java) S 29745 29732 29432 0 -1 64 2931 0 0 0 48 10 0 0 15 0 9 0 1978685914 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29749] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29749/stat : 29749 (java) S 29745 29732 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978685915 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29750] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29750/stat : 29750 (java) S 29745 29732 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685915 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29751] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29751/stat : 29751 (java) S 29745 29732 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29752] ppid=29745 vsize=868448 CPUtime=0.21
/proc/29746/task/29752/stat : 29752 (java) S 29745 29732 29432 0 -1 64 1472 0 0 0 20 1 0 0 16 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29753] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29753/stat : 29753 (java) S 29745 29732 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29754] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29754/stat : 29754 (java) S 29745 29732 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887404

[startup+12.7014 s]
/proc/loadavg: 0.73 0.17 0.06 3/83 29754
/proc/meminfo: memFree=1074576/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 974 4273 0 1 3 0 17 2 15 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
[pid=29745] ppid=29732 vsize=5356 CPUtime=0
/proc/29745/stat : 29745 (sh) S 29732 29732 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29745/statm: 1339 233 193 169 0 50 0
[pid=29746] ppid=29745 vsize=868448 CPUtime=12.24
/proc/29746/stat : 29746 (java) S 29745 29732 29432 0 -1 0 11347 0 1 0 1114 110 0 0 18 0 9 0 1978685912 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29746/statm: 217112 7000 2563 9 0 211659 0
[pid=29746/tid=29747] ppid=29745 vsize=868448 CPUtime=10.94
/proc/29746/task/29747/stat : 29747 (java) R 29745 29732 29432 0 -1 64 6251 0 1 0 1008 86 0 0 25 0 9 0 1978685913 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4126890444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29748] ppid=29745 vsize=868448 CPUtime=1.06
/proc/29746/task/29748/stat : 29748 (java) S 29745 29732 29432 0 -1 64 2931 0 0 0 85 21 0 0 16 0 9 0 1978685914 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29749] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29749/stat : 29749 (java) S 29745 29732 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978685915 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29750] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29750/stat : 29750 (java) S 29745 29732 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685915 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29751] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29751/stat : 29751 (java) S 29745 29732 29432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29752] ppid=29745 vsize=868448 CPUtime=0.21
/proc/29746/task/29752/stat : 29752 (java) S 29745 29732 29432 0 -1 64 1472 0 0 0 20 1 0 0 16 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29753] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29753/stat : 29753 (java) S 29745 29732 29432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29754] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29754/stat : 29754 (java) S 29745 29732 29432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978685917 889290752 7000 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887404

[startup+25.5026 s]
/proc/loadavg: 1.17 0.30 0.10 3/83 29754
/proc/meminfo: memFree=928272/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=0.22
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 974 4273 0 1 3 0 17 2 15 0 1 0 1978685886 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 797 370 3 0 500 0
[pid=29745] ppid=29732 vsize=5356 CPUtime=0
/proc/29745/stat : 29745 (sh) S 29732 29732 29432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978685912 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29745/statm: 1339 233 193 169 0 50 0
[pid=29746] ppid=29745 vsize=868448 CPUtime=24.8
/proc/29746/stat : 29746 (java) S 29745 29732 29432 0 -1 0 15195 0 1 0 2259 221 0 0 18 0 9 0 1978685912 889290752 7002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29746/statm: 217112 7002 2563 9 0 211659 0
[pid=29746/tid=29747] ppid=29745 vsize=868448 CPUtime=22.58
/proc/29746/task/29747/stat : 29747 (java) R 29745 29732 29432 0 -1 64 10097 0 1 0 2080 178 0 0 25 0 9 0 1978685913 889290752 7002 996147200 134512640 134550740 4294955952 18446744073709551615 4126891616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29748] ppid=29745 vsize=868448 CPUtime=1.99
/proc/29746/task/29748/stat : 29748 (java) S 29745 29732 29432 0 -1 64 2931 0 0 0 158 41 0 0 16 0 9 0 1978685914 889290752 7002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29749] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29749/stat : 29749 (java) S 29745 29732 29432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978685915 889290752 7002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29746/tid=29750] ppid=29745 vsize=868448 CPUtime=0
/proc/29746/task/29750/stat : 29750 (java) S 29745 29732 29432 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978685915 889290752 7002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.46 3/83 29791
/proc/meminfo: memFree=96720/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=723136 CPUtime=1204.91
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165327 0 0 0 112016 8475 0 0 25 0 1 0 1978689543 740491264 165313 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 180784 165313 42 102 0 180679 0
Current children cumulated CPU time (s) 1240.64
Current children cumulated vsize (KiB) 742092

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.49 3/83 29791
/proc/meminfo: memFree=96464/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=723532 CPUtime=1264.89
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165402 0 0 0 118013 8476 0 0 25 0 1 0 1978689543 740896768 165388 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 180883 165388 42 102 0 180778 0
Current children cumulated CPU time (s) 1300.62
Current children cumulated vsize (KiB) 742488

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.52 3/83 29793
/proc/meminfo: memFree=95952/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=723796 CPUtime=1324.86
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165467 0 0 0 124010 8476 0 0 25 0 1 0 1978689543 741167104 165453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 180949 165453 42 102 0 180844 0
Current children cumulated CPU time (s) 1360.59
Current children cumulated vsize (KiB) 742752

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.54 3/83 29793
/proc/meminfo: memFree=95888/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=723928 CPUtime=1384.84
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165510 0 0 0 130008 8476 0 0 25 0 1 0 1978689543 741302272 165496 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 180982 165496 42 102 0 180877 0
Current children cumulated CPU time (s) 1420.57
Current children cumulated vsize (KiB) 742884

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

[startup+1433.5 s]
/proc/loadavg: 1.99 1.97 1.55 3/83 29793
/proc/meminfo: memFree=95824/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=723928 CPUtime=1396.03
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165520 0 0 0 131127 8476 0 0 25 0 1 0 1978689543 741302272 165506 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 180982 165506 42 102 0 180877 0
Current children cumulated CPU time (s) 1431.76
Current children cumulated vsize (KiB) 742884

[startup+1446.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 29793
/proc/meminfo: memFree=95760/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=724060 CPUtime=1408.82
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165544 0 0 0 132406 8476 0 0 25 0 1 0 1978689543 741437440 165530 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 181015 165530 42 102 0 180910 0
Current children cumulated CPU time (s) 1444.55
Current children cumulated vsize (KiB) 743016

[startup+1459.1 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 29793
/proc/meminfo: memFree=95632/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=724192 CPUtime=1421.62
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165571 0 0 0 133686 8476 0 0 25 0 1 0 1978689543 741572608 165557 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 181048 165557 42 102 0 180943 0
Current children cumulated CPU time (s) 1457.35
Current children cumulated vsize (KiB) 743148

[startup+1465.5 s]
/proc/loadavg: 1.99 1.97 1.56 4/83 29793
/proc/meminfo: memFree=95568/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=724192 CPUtime=1428.01
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165581 0 0 0 134325 8476 0 0 25 0 1 0 1978689543 741572608 165567 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 181048 165567 42 102 0 180943 0
Current children cumulated CPU time (s) 1463.74
Current children cumulated vsize (KiB) 743148

[startup+1468.7 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 29793
/proc/meminfo: memFree=95568/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=724192 CPUtime=1431.21
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165585 0 0 0 134645 8476 0 0 25 0 1 0 1978689543 741572608 165571 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 181048 165571 42 102 0 180943 0
Current children cumulated CPU time (s) 1466.94
Current children cumulated vsize (KiB) 743148

[startup+1470.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 29793
/proc/meminfo: memFree=95568/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=35.73
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1022 23029 0 2 3 0 3249 321 16 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
[pid=29755] ppid=29732 vsize=5356 CPUtime=0
/proc/29755/stat : 29755 (sh) S 29732 29732 29432 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978689543 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29755/statm: 1339 232 193 169 0 50 0
[pid=29756] ppid=29755 vsize=724196 CPUtime=1432.82
/proc/29756/stat : 29756 (picosat) R 29755 29732 29432 0 -1 4194304 165592 0 0 0 134805 8477 0 0 25 0 1 0 1978689543 741576704 165578 996147200 134512640 134931368 4294956256 18446744073709551615 134579022 0 0 4096 0 0 0 0 17 0 0 0
/proc/29756/statm: 181049 165578 47 102 0 180944 0
Current children cumulated CPU time (s) 1468.55
Current children cumulated vsize (KiB) 743152

[startup+1470.71 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 29793
/proc/meminfo: memFree=247056/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=1468.92
/proc/29732/stat : 29732 (sugar) S 29730 29732 29432 0 -1 4194304 1070 188907 0 2 3 0 138081 8808 17 0 1 0 1978685886 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29732/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1468.92
Current children cumulated vsize (KiB) 13600

[startup+1471.1 s]
/proc/loadavg: 1.99 1.97 1.56 3/83 29793
/proc/meminfo: memFree=247056/2055920 swapFree=4180408/4192956
[pid=29732] ppid=29730 vsize=13600 CPUtime=1469.3
/proc/29732/stat : 29732 (sugar) R 29730 29732 29432 0 -1 4194304 1116 192765 0 3 3 11 138105 8811 16 0 1 0 1978685886 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29732/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1469.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1471.18
CPU time (s): 1469.4
CPU user time (s): 1381.09
CPU system time (s): 88.3106
CPU usage (%): 99.8788
Max. virtual memory (cumulated for all children) (KiB): 887404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1381.09
system time used= 88.3106
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193911
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= 76809
involuntary context switches= 83370

runsolver used 1.70474 second user time and 3.9154 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 13:12:20
IDJOB=1039939
IDBENCH=53656
IDSOLVER=345
FILE ID=node51/1039939-1214997140
PBS_JOBID= 7870821
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-10_glb.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-1039939-1214997140/watcher-1039939-1214997140 -o /tmp/evaluation-result-1039939-1214997140/solver-1039939-1214997140 -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-1039939-1214997140.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8bce133ddb71db1f40340916746927bb
RANDOM SEED=393991047

node51.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.263
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.263
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:       1216256 kB
Buffers:         64144 kB
Cached:         680780 kB
SwapCached:       6544 kB
Active:         105984 kB
Inactive:       650728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216256 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2888 kB
Writeback:           0 kB
Mapped:          19344 kB
Slab:            68308 kB
Committed_AS:  3691384 kB
PageTables:       1764 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= 66544 MiB
End job on node51 at 2008-07-02 13:36:51