Trace number 1107455

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 218.708 221.736

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-4-fair.xml
MD5SUM7dacb354b431a82a4e6c58fb80279ced
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.47578
Satisfiable
(Un)Satisfiability was proved
Number of variables7626
Number of constraints7207
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7207
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.59	c 0	Sugar v1-13 + HOME/picosat
0.00/0.59	c 0	BEGIN Mon Jul  7 20:47:31 2008
0.00/0.59	c 0	PID 2759
0.00/0.60	c 0	HOST node22.alineos.net
0.00/0.60	c 0	CONVERTING HOME/instance-1107455-1215456449.xml TO HOME/temp.csp
0.00/0.60	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107455-1215456449.xml' 'HOME/temp.csp'
0.88/2.70	c 2	3 domains, 7626 variables, 9 predicates, 0 relations, 7207 constraints
0.97/2.75	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/2.75	c 2	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.98/2.83	c 2	Parsing HOME/temp.csp
0.98/3.14	c 2	parsed 10000 expressions
1.41/3.28	c 2	parsed 14845 expressions
1.41/3.28	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/3.28	c 2	Converting to clausal form CSP
1.51/3.32	c 2	converted 1485 (10%) expressions
1.51/3.33	c 2	converted 2969 (20%) expressions
1.51/3.34	c 2	converted 4454 (30%) expressions
1.51/3.34	c 2	converted 5938 (40%) expressions
1.51/3.34	c 2	converted 7423 (50%) expressions
1.71/3.52	c 3	converted 8907 (60%) expressions
1.90/3.70	c 3	converted 10392 (70%) expressions
2.11/3.92	c 3	converted 11876 (80%) expressions
2.20/4.04	c 3	converted 13361 (90%) expressions
2.30/4.15	c 3	converted 14845 (100%) expressions
2.30/4.15	c 3	CSP : 13307 integers, 478 booleans, 32726 clauses, largest domain size 20001
2.30/4.15	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/4.15	c 3	Propagation in CSP
70.67/72.59	c 72	186199295 values, 0 unsatisfiable literals, and 0 valid clauses are removed
70.67/72.60	c 72	CSP : 13307 integers, 478 booleans, 32726 clauses, largest domain size 20001
70.67/72.60	c 72	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.77/72.61	c 72	Simplifing CSP by introducing new Boolean variables
70.77/72.69	c 72	CSP : 13307 integers, 11988 booleans, 44236 clauses, largest domain size 20001
70.77/72.69	c 72	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.97/72.89	c 72	Encoding CSP to SAT : HOME/temp.cnf
71.06/73.06	c 72	1331 (10%) CSP integer variables are encoded (19132 clauses, 265380 bytes)
72.06/74.02	c 73	2662 (20%) CSP integer variables are encoded (809428 clauses, 13540171 bytes)
72.35/74.36	c 73	3993 (30%) CSP integer variables are encoded (1082992 clauses, 18358698 bytes)
72.95/74.94	c 74	5323 (40%) CSP integer variables are encoded (1552940 clauses, 27287710 bytes)
73.35/75.32	c 74	6654 (50%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
73.35/75.32	c 74	7985 (60%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
73.65/75.61	c 75	9315 (70%) CSP integer variables are encoded (2088441 clauses, 37462229 bytes)
73.75/75.76	c 75	10646 (80%) CSP integer variables are encoded (2208417 clauses, 39741773 bytes)
73.86/75.89	c 75	11977 (90%) CSP integer variables are encoded (2318401 clauses, 41831469 bytes)
74.14/76.10	c 75	13307 (100%) CSP integer variables are encoded (2488375 clauses, 45060975 bytes)
85.31/87.73	c 87	4424 (10%) CSP clauses are encoded (9087892 clauses, 177164607 bytes)
85.54/88.17	c 87	8848 (20%) CSP clauses are encoded (9249262 clauses, 180332714 bytes)
86.24/88.89	c 88	13271 (30%) CSP clauses are encoded (9691202 clauses, 189281280 bytes)
87.03/89.69	c 89	17695 (40%) CSP clauses are encoded (10172439 clauses, 199024696 bytes)
87.63/90.24	c 89	22118 (50%) CSP clauses are encoded (10493866 clauses, 205652318 bytes)
87.63/90.26	c 89	26542 (60%) CSP clauses are encoded (10495937 clauses, 205694388 bytes)
87.63/90.29	c 89	30966 (70%) CSP clauses are encoded (10497982 clauses, 205735898 bytes)
88.70/91.31	c 90	35389 (80%) CSP clauses are encoded (11100064 clauses, 218528224 bytes)
89.48/92.18	c 91	39813 (90%) CSP clauses are encoded (11621874 clauses, 229614441 bytes)
89.58/92.23	c 91	44236 (100%) CSP clauses are encoded (11634498 clauses, 229955443 bytes)
89.58/92.23	c 91	44236 CSP clauses encoded
89.58/92.23	c 91	Writing map file : HOME/temp.map
89.68/92.31	c 91	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
89.68/92.31	c 91	SAT : 2504057 SAT variables, 11634498 SAT clauses, 229955443 bytes
89.68/92.31	c 91	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
89.68/92.35	c 91	SOLVING HOME/temp.cnf
89.68/92.35	c 91	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
218.23/221.33	c 220	DECODING HOME/temp.out WITH HOME/temp.map
218.23/221.33	c 220	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
218.28/221.41	c 220	Decoding HOME/temp.out
218.28/221.56	s UNSATISFIABLE
218.28/221.56	c 221	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
218.28/221.61	c 221	CPU 168.03 (0.03 0.01 168 50.53)
218.28/221.61	c 221	END Mon Jul  7 20:51:12 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-1107455-1215456449/watcher-1107455-1215456449 -o /tmp/evaluation-result-1107455-1215456449/solver-1107455-1215456449 -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-1107455-1215456449.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: 0.00 0.00 0.00 3/69 2759
/proc/meminfo: memFree=1938604/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=18572 CPUtime=0
/proc/2759/stat : 2759 (runsolver) D 2757 2759 2686 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2347507 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2759/statm: 4643 292 257 25 0 2626 0

[startup+0.06198 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2759
/proc/meminfo: memFree=1938604/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=2504 CPUtime=0
/proc/2759/stat : 2759 (sugar) D 2757 2759 2686 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2347507 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 272465199824 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2759/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101982 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2759
/proc/meminfo: memFree=1938604/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=11864 CPUtime=0
/proc/2759/stat : 2759 (sugar) D 2757 2759 2686 0 -1 4194304 125 0 3 0 0 0 0 0 18 0 1 0 2347507 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 272486205264 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2759/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301995 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2759
/proc/meminfo: memFree=1938604/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=12268 CPUtime=0
/proc/2759/stat : 2759 (sugar) D 2757 2759 2686 0 -1 4194304 333 0 15 0 0 0 0 0 18 0 1 0 2347507 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/2759/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.701024 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2759
/proc/meminfo: memFree=1938604/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.04
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 884 127 16 0 3 1 0 0 18 0 1 0 2347507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 0.00 0.00 0.00 1/79 2771
/proc/meminfo: memFree=1923228/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.04
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 884 127 16 0 3 1 0 0 18 0 1 0 2347507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 796 370 3 0 500 0
[pid=2767] ppid=2759 vsize=5356 CPUtime=0
/proc/2767/stat : 2767 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2347567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2767/statm: 1339 233 193 169 0 50 0
[pid=2768] ppid=2767 vsize=863720 CPUtime=0.06
/proc/2768/stat : 2768 (java) S 2767 2759 2686 0 -1 0 2389 0 83 0 3 3 0 0 18 0 9 0 2347570 884449280 1998 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 215930 1998 1120 9 0 210512 0
[pid=2768/tid=2770] ppid=2767 vsize=863720 CPUtime=0.05
/proc/2768/task/2770/stat : 2770 (java) D 2767 2759 2686 0 -1 64 1528 0 38 0 3 2 0 0 18 0 9 0 2347595 884449280 1998 996147200 134512640 134550740 4294956000 18446744073709551615 4159513886 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 882676

[startup+3.10118 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 2785
/proc/meminfo: memFree=1888364/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.98
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 957 9310 16 122 3 1 85 9 16 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2759/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+6.3024 s]
/proc/loadavg: 0.16 0.03 0.01 3/93 2805
/proc/meminfo: memFree=1843556/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.98
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 958 9310 16 122 3 1 85 9 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2759/statm: 3400 797 370 3 0 500 0
[pid=2796] ppid=2759 vsize=5356 CPUtime=0
/proc/2796/stat : 2796 (sh) S 2759 2759 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2796/statm: 1339 233 193 169 0 50 0
[pid=2797] ppid=2796 vsize=868400 CPUtime=3.52
/proc/2797/stat : 2797 (java) S 2796 2759 2686 0 -1 0 11700 0 1 0 345 7 0 0 18 0 9 0 2347783 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2797/statm: 217100 10598 2540 9 0 211675 0
[pid=2797/tid=2798] ppid=2796 vsize=868400 CPUtime=2.69
/proc/2797/task/2798/stat : 2798 (java) R 2796 2759 2686 0 -1 64 2995 0 1 0 267 2 0 0 25 0 9 0 2347784 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2799] ppid=2796 vsize=868400 CPUtime=0.6
/proc/2797/task/2799/stat : 2799 (java) S 2796 2759 2686 0 -1 64 6532 0 0 0 57 3 0 0 16 0 9 0 2347785 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2800] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2800/stat : 2800 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2801] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2801/stat : 2801 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2802] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2802/stat : 2802 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2347787 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2803] ppid=2796 vsize=868400 CPUtime=0.2
/proc/2797/task/2803/stat : 2803 (java) S 2796 2759 2686 0 -1 64 1475 0 0 0 20 0 0 0 16 0 9 0 2347787 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2804] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2804/stat : 2804 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2347788 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2805] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2805/stat : 2805 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347788 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 887356

[startup+12.7028 s]
/proc/loadavg: 0.31 0.07 0.02 3/93 2805
/proc/meminfo: memFree=1843172/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.98
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 958 9310 16 122 3 1 85 9 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2759/statm: 3400 797 370 3 0 500 0
[pid=2796] ppid=2759 vsize=5356 CPUtime=0
/proc/2796/stat : 2796 (sh) S 2759 2759 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2796/statm: 1339 233 193 169 0 50 0
[pid=2797] ppid=2796 vsize=868400 CPUtime=9.92
/proc/2797/stat : 2797 (java) S 2796 2759 2686 0 -1 0 12124 0 1 0 980 12 0 0 18 0 9 0 2347783 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2797/statm: 217100 10598 2540 9 0 211675 0
[pid=2797/tid=2798] ppid=2796 vsize=868400 CPUtime=8.92
/proc/2797/task/2798/stat : 2798 (java) R 2796 2759 2686 0 -1 64 3419 0 1 0 888 4 0 0 25 0 9 0 2347784 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4126974173 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2799] ppid=2796 vsize=868400 CPUtime=0.75
/proc/2797/task/2799/stat : 2799 (java) S 2796 2759 2686 0 -1 64 6532 0 0 0 70 5 0 0 16 0 9 0 2347785 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2800] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2800/stat : 2800 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2801] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2801/stat : 2801 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2802] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2802/stat : 2802 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2347787 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2803] ppid=2796 vsize=868400 CPUtime=0.2
/proc/2797/task/2803/stat : 2803 (java) S 2796 2759 2686 0 -1 64 1475 0 0 0 20 0 0 0 16 0 9 0 2347787 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2804] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2804/stat : 2804 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2347788 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2805] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2805/stat : 2805 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347788 889241600 10598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 887356

[startup+25.5016 s]
/proc/loadavg: 0.75 0.18 0.06 3/93 2805
/proc/meminfo: memFree=1843364/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.98
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 958 9310 16 122 3 1 85 9 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2759/statm: 3400 797 370 3 0 500 0
[pid=2796] ppid=2759 vsize=5356 CPUtime=0
/proc/2796/stat : 2796 (sh) S 2759 2759 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2796/statm: 1339 233 193 169 0 50 0
[pid=2797] ppid=2796 vsize=868400 CPUtime=22.71
/proc/2797/stat : 2797 (java) S 2796 2759 2686 0 -1 0 12982 0 1 0 2251 20 0 0 18 0 9 0 2347783 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2797/statm: 217100 10609 2540 9 0 211675 0
[pid=2797/tid=2798] ppid=2796 vsize=868400 CPUtime=21.39
/proc/2797/task/2798/stat : 2798 (java) R 2796 2759 2686 0 -1 64 4266 0 1 0 2132 7 0 0 25 0 9 0 2347784 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4126580322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2799] ppid=2796 vsize=868400 CPUtime=1.09
/proc/2797/task/2799/stat : 2799 (java) S 2796 2759 2686 0 -1 64 6543 0 0 0 98 11 0 0 16 0 9 0 2347785 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2800] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2800/stat : 2800 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2801] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2801/stat : 2801 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2802] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2802/stat : 2802 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2347787 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2803] ppid=2796 vsize=868400 CPUtime=0.2
/proc/2797/task/2803/stat : 2803 (java) S 2796 2759 2686 0 -1 64 1475 0 0 0 20 0 0 0 16 0 9 0 2347787 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2804] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2804/stat : 2804 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2347788 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2805] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2805/stat : 2805 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347788 889241600 10609 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 887356

[startup+51.1013 s]
/proc/loadavg: 1.29 0.35 0.12 3/93 2805
/proc/meminfo: memFree=1843172/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=0.98
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 958 9310 16 122 3 1 85 9 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2759/statm: 3400 797 370 3 0 500 0
[pid=2796] ppid=2759 vsize=5356 CPUtime=0
/proc/2796/stat : 2796 (sh) S 2759 2759 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347783 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2796/statm: 1339 233 193 169 0 50 0
[pid=2797] ppid=2796 vsize=868400 CPUtime=48.3
/proc/2797/stat : 2797 (java) S 2796 2759 2686 0 -1 0 14699 0 1 0 4793 37 0 0 18 0 9 0 2347783 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2797/statm: 217100 10633 2540 9 0 211675 0
[pid=2797/tid=2798] ppid=2796 vsize=868400 CPUtime=46.32
/proc/2797/task/2798/stat : 2798 (java) R 2796 2759 2686 0 -1 64 5959 0 1 0 4620 12 0 0 25 0 9 0 2347784 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4126970729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2799] ppid=2796 vsize=868400 CPUtime=1.73
/proc/2797/task/2799/stat : 2799 (java) S 2796 2759 2686 0 -1 64 6567 0 0 0 151 22 0 0 16 0 9 0 2347785 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2800] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2800/stat : 2800 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2801] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2801/stat : 2801 (java) S 2796 2759 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347785 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2802] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2802/stat : 2802 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 2347787 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2803] ppid=2796 vsize=868400 CPUtime=0.2
/proc/2797/task/2803/stat : 2803 (java) S 2796 2759 2686 0 -1 64 1475 0 0 0 20 0 0 0 16 0 9 0 2347787 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2804] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2804/stat : 2804 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2347788 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2797/tid=2805] ppid=2796 vsize=868400 CPUtime=0
/proc/2797/task/2805/stat : 2805 (java) S 2796 2759 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347788 889241600 10633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.28
Current children cumulated vsize (KiB) 887356

[startup+102.307 s]
/proc/loadavg: 2.23 0.73 0.26 3/78 2813
/proc/meminfo: memFree=870044/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=174036 CPUtime=9.85
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 34299 0 0 0 442 543 0 0 25 0 1 0 2356743 178212864 34285 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 43509 34285 40 102 0 43404 0
Current children cumulated CPU time (s) 99.56
Current children cumulated vsize (KiB) 192992

[startup+162.301 s]
/proc/loadavg: 2.27 1.01 0.38 4/84 2860
/proc/meminfo: memFree=1222764/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=558212 CPUtime=69.58
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 111523 0 0 0 3146 3812 0 0 25 0 1 0 2356743 571609088 111509 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 139553 111509 40 102 0 139448 0
Current children cumulated CPU time (s) 159.29
Current children cumulated vsize (KiB) 577168

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

[startup+179.101 s]
/proc/loadavg: 2.20 1.06 0.40 2/85 2861
/proc/meminfo: memFree=440428/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=598472 CPUtime=86.36
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 122423 0 0 0 3886 4750 0 0 25 0 1 0 2356743 612835328 122409 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 149618 122409 40 102 0 149513 0
Current children cumulated CPU time (s) 176.07
Current children cumulated vsize (KiB) 617428

[startup+204.701 s]
/proc/loadavg: 1.80 1.07 0.43 2/85 2861
/proc/meminfo: memFree=419116/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=639584 CPUtime=111.94
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 127060 0 0 0 6381 4813 0 0 25 0 1 0 2356743 654934016 127021 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 159896 127021 42 102 0 159791 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 658540

[startup+211.103 s]
/proc/loadavg: 1.73 1.06 0.43 2/85 2861
/proc/meminfo: memFree=418412/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=639584 CPUtime=118.34
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 127060 0 0 0 7021 4813 0 0 25 0 1 0 2356743 654934016 127021 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 159896 127021 42 102 0 159791 0
Current children cumulated CPU time (s) 208.05
Current children cumulated vsize (KiB) 658540

[startup+217.502 s]
/proc/loadavg: 1.67 1.06 0.43 2/85 2861
/proc/meminfo: memFree=417388/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=672352 CPUtime=124.72
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 127493 0 0 0 7659 4813 0 0 25 0 1 0 2356743 688488448 127454 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 168088 127454 42 102 0 167983 0
Current children cumulated CPU time (s) 214.43
Current children cumulated vsize (KiB) 691308

[startup+219.101 s]
/proc/loadavg: 1.62 1.06 0.44 2/85 2861
/proc/meminfo: memFree=417388/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=672352 CPUtime=126.32
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 127493 0 0 0 7819 4813 0 0 25 0 1 0 2356743 688488448 127454 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 168088 127454 42 102 0 167983 0
Current children cumulated CPU time (s) 216.03
Current children cumulated vsize (KiB) 691308

[startup+220.702 s]
/proc/loadavg: 1.62 1.06 0.44 2/85 2861
/proc/meminfo: memFree=417388/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=89.71
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1006 30583 16 124 3 1 8741 226 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
[pid=2808] ppid=2759 vsize=5356 CPUtime=0
/proc/2808/stat : 2808 (sh) S 2759 2759 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2356742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2808/statm: 1339 232 193 169 0 50 0
[pid=2809] ppid=2808 vsize=683440 CPUtime=127.92
/proc/2809/stat : 2809 (picosat) R 2808 2759 2686 0 -1 4194304 131148 0 0 0 7977 4815 0 0 25 0 1 0 2356743 699842560 131109 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/2809/statm: 170860 131109 42 102 0 170755 0
Current children cumulated CPU time (s) 217.63
Current children cumulated vsize (KiB) 702396

[startup+221.501 s]
/proc/loadavg: 1.62 1.06 0.44 2/85 2861
/proc/meminfo: memFree=434412/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=218.28
/proc/2759/stat : 2759 (sugar) S 2757 2759 2686 0 -1 4194304 1075 162020 16 124 3 1 16774 5050 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2759/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 218.28
Current children cumulated vsize (KiB) 13600

[startup+221.701 s]
/proc/loadavg: 1.62 1.06 0.44 2/85 2861
/proc/meminfo: memFree=434412/2055920 swapFree=4192956/4192956
[pid=2759] ppid=2757 vsize=13600 CPUtime=218.65
/proc/2759/stat : 2759 (sugar) R 2757 2759 2686 0 -1 4194304 1103 166254 16 125 3 9 16800 5053 17 0 1 0 2347507 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2759/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 218.65
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 221.736
CPU time (s): 218.708
CPU user time (s): 168.041
CPU system time (s): 50.6663
CPU usage (%): 98.6344
Max. virtual memory (cumulated for all children) (KiB): 889920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.041
system time used= 50.6663
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167387
page faults= 141
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54667
involuntary context switches= 57043

runsolver used 0.254961 second user time and 0.747886 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-07 20:47:29
IDJOB=1107455
IDBENCH=54241
IDSOLVER=345
FILE ID=node22/1107455-1215456449
PBS_JOBID= 7888601
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-4-fair.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-1107455-1215456449/watcher-1107455-1215456449 -o /tmp/evaluation-result-1107455-1215456449/solver-1107455-1215456449 -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-1107455-1215456449.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7dacb354b431a82a4e6c58fb80279ced
RANDOM SEED=1268698666

node22.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.253
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.253
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:       1939668 kB
Buffers:         21480 kB
Cached:          51076 kB
SwapCached:          0 kB
Active:          65164 kB
Inactive:        22028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939668 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5060 kB
Writeback:           0 kB
Mapped:          24376 kB
Slab:            14744 kB
Committed_AS:    52848 kB
PageTables:       1588 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= 66460 MiB
End job on node22 at 2008-07-07 20:51:12